snowballtools-base/packages/frontend/src/components/projects/ProjectSearchBar
Vivian Phung 306d3235b3
Project Search Bar Dialog Update (#196)
### TL;DR

Reordered the properties in the `ProjectSearchBar` component to follow better coding standards.

### What changed?

In `ProjectSearchBarDialog.tsx`, the 'getItemProps' object was moved to the end of the properties list within `ProjectSearchBarItem`.

### How to test?

Verify that the `ProjectSearchBar` component functions as intended and that no properties are unduly affected by this change.

### Why make this change?

This change enhances code readability and consistency, aligning the ordering of the properties more accurately with our standards.
2024-05-22 14:54:51 -04:00
..
index.ts ♻️ refactor: project search bar 2024-03-06 10:30:26 +07:00
ProjectSearchBar.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00
ProjectSearchBarDialog.tsx Project Search Bar Dialog Update (#196) 2024-05-22 14:54:51 -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