LibreChat/client/src/utils
Danny Avila ec561fcd7f
Fixes all Nav Menu related errors and bugs (#331)
* chore(client): update lucide-react package to version 0.220.0
style(client): change color of MessageHeader component text to gray-500
style(client): change color of nav-close-button to gray-400 and nav-open-button to gray-500
feat(client): add Panel component to replace svg icons in Nav component

* fix: forwardRef errors in Nav Menu

* refactor(SearchBar.jsx): change clearSearch prop destructuring to props destructuring
refactor(SearchBar.jsx): add ref prop to SearchBar component
refactor(getIcon.jsx): remove unused imports
refactor(getIcon.jsx): add nullish coalescing operator to user.name and user.avatar properties

* fix (NavLinks): modals no longer close on nav menu close

* style(ExportModel.jsx): remove unnecessary z-index property from a div element

* style(ExportModel.jsx): remove trailing whitespace in input element

* refactor(Message.jsx): remove unused cancelled variable
fix(Message.jsx): fix error message length exceeding 512 characters
refactor(MenuItem.jsx): remove unused MenuItem component
2023-05-19 16:02:41 -04:00
..
buildTree.js Build/Refactor: lint pre-commit hook and reformat repo to spec (#314) 2023-05-18 14:09:31 -04:00
cleanupPreset.js Build/Refactor: lint pre-commit hook and reformat repo to spec (#314) 2023-05-18 14:09:31 -04:00
getDefaultConversation.js refactor: reformat files to require parens around params (#316) 2023-05-18 14:44:07 -04:00
getIcon.jsx Fixes all Nav Menu related errors and bugs (#331) 2023-05-19 16:02:41 -04:00
handleSubmit.js refactor: reformat files to require parens around params (#316) 2023-05-18 14:44:07 -04:00
index.jsx Merge branch 'main' into feat-endpoint-style-structure 2023-04-01 19:41:36 -04:00
languages.mjs fix: fix files to adhere to standard conventions 2023-04-01 12:56:32 -07:00
resetConvo.js fix: convo resets on model change 2023-03-14 21:25:02 -04:00
screenshotContext.jsx Build/Refactor: lint pre-commit hook and reformat repo to spec (#314) 2023-05-18 14:09:31 -04:00