LibreChat/client/src/components/Nav
Anirudh 173b8ce2da
feat: Add SearchBar component to Nav (#760)
* feat: Add SearchBar component to Nav

This commit adds the SearchBar component to the navigation bar in order to enable search functionality. Now users can easily search for specific items within the navigation.

* Refactor Nav and SearchBar components

The commit refactors the Nav component by moving the SearchBar component within the Nav component. This change ensures that the SearchBar is rendered only when the isSearchEnabled condition is true.

In addition, the commit also modifies the styling of the SearchBar component by adding rounded corners and border to enhance the visual appearance.

* Update gitignore

* C

Refactor search bar styles

This commit refactors the styles of the search bar component in the Nav component. The border color and hover background color have been modified to improve the visual appearance.

* Fix margin

* Rename Logout.jsx to Logout.tsx and update import statements accordingly.
Replace the use of Recoil and store with useLocalize hook for localization.
Update the usage of localize function by removing the lang parameter.
2023-08-05 10:24:56 -04:00
..
ExportConversation refactor: Settings/Presets UI Restructure, convert many files to TS (#740) 2023-08-04 13:56:44 -04:00
SettingsTabs refactor: Settings/Presets UI Restructure, convert many files to TS (#740) 2023-08-04 13:56:44 -04:00
ClearConvos.tsx refactor: Settings/Presets UI Restructure, convert many files to TS (#740) 2023-08-04 13:56:44 -04:00
index.ts refactor(Nav/Conversation): reorganize imports and fix import paths 2023-07-27 10:32:23 -04:00
Logout.tsx feat: Add SearchBar component to Nav (#760) 2023-08-05 10:24:56 -04:00
MobileNav.jsx Support localization for Nav components (#688) 2023-07-24 08:33:08 -04:00
Nav.tsx feat: Add SearchBar component to Nav (#760) 2023-08-05 10:24:56 -04:00
NavLink.jsx ci(backend-review.yml): add linter step to the backend review workflow (#625) 2023-07-14 09:36:49 -04:00
NavLinks.jsx feat: Add SearchBar component to Nav (#760) 2023-08-05 10:24:56 -04:00
NewChat.jsx feat: Add SearchBar component to Nav (#760) 2023-08-05 10:24:56 -04:00
SearchBar.jsx feat: Add SearchBar component to Nav (#760) 2023-08-05 10:24:56 -04:00
Settings.jsx refactor: Settings/Presets UI Restructure, convert many files to TS (#740) 2023-08-04 13:56:44 -04:00