[PR #867] fix: remove duplicate search #7211

Open
opened 2026-05-18 19:18:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/867
Author: @zaaakher
Created: 5/15/2026
Status: 🔄 Open

Base: canaryHead: fix-search-filter


📝 Commits (1)

  • b4380e6 fix: remove duplicate search

📊 Changes

2 files changed (+3 additions, -21 deletions)

View changed files

app/pnpm-workspace.yaml (+2 -0)
📝 app/src/components/TemplateGrid.tsx (+1 -21)

📄 Description

What is this PR about?

There was an issue in the search functionality where it kept showing strapi cards even though the search has nothing to do with strapi..

There was a duplicate search functionality in an useEffect that caused the issue. I noticed the issue couldn't be replicated in local development but removing that useEffect didn't break anything.

Screenshots or Videos

image

Note: the pnpm-workspace.yaml was added automatically when using pnpm v11


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/867 **Author:** [@zaaakher](https://github.com/zaaakher) **Created:** 5/15/2026 **Status:** 🔄 Open **Base:** `canary` ← **Head:** `fix-search-filter` --- ### 📝 Commits (1) - [`b4380e6`](https://github.com/Dokploy/templates/commit/b4380e6f6ce081e6612ab45551fe818e82335270) fix: remove duplicate search ### 📊 Changes **2 files changed** (+3 additions, -21 deletions) <details> <summary>View changed files</summary> ➕ `app/pnpm-workspace.yaml` (+2 -0) 📝 `app/src/components/TemplateGrid.tsx` (+1 -21) </details> ### 📄 Description ## What is this PR about? There was an issue in the search functionality where it kept showing strapi cards even though the search has nothing to do with strapi.. There was a duplicate search functionality in an useEffect that caused the issue. I noticed the issue couldn't be replicated in local development but removing that useEffect didn't break anything. ## Screenshots or Videos <img width="1904" height="908" alt="image" src="https://github.com/user-attachments/assets/669610c8-0089-445e-b673-ed89f1a06937" /> Note: the `pnpm-workspace.yaml` was added automatically when using pnpm v11 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-18 19:18:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#7211