snowballtools-base/packages/frontend/src/components/projects/ProjectSearchBar
Vivian Phung 4a78eb13f6
fix: ProjectSearchBarDialog (search small screen) Suggestions once (#223)
Refactor the rendering logic of the suggestion list in `ProjectSearchBarDialog` component. This change simplifies the conditional rendering by restructuring the JSX to be more readable and maintainable. Now, the 'Suggestions' label is rendered once if there are items, and the items are mapped afterward.

---
2024-06-24 18:54:32 -04:00
..
index.ts ♻️ refactor: project search bar 2024-03-06 10:30:26 +07:00
ProjectSearchBar.tsx fix: ProjectSearchBarDialog suppressRefError (#222) 2024-06-24 18:51:31 -04:00
ProjectSearchBarDialog.tsx fix: ProjectSearchBarDialog (search small screen) Suggestions once (#223) 2024-06-24 18:54:32 -04:00
ProjectSearchBarEmpty.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00
ProjectSearchBarItem.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00