LibreChat/client
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
..
public Fonts (#261) 2023-05-14 12:06:53 -04:00
src Fixes all Nav Menu related errors and bugs (#331) 2023-05-19 16:02:41 -04:00
.babelrc chore: reorganize client files for docker 2023-03-06 10:47:06 -05:00
.env.example feat: Frontend app title environment variable (#291) 2023-05-17 19:23:13 -04:00
defaultSystemMessage.md Update defaultSystemMessage.md 2023-04-04 13:35:34 -04:00
index.html Fixes (#313) 2023-05-18 07:45:07 -04:00
nginx.conf fix: update url rule in nginx 2023-03-29 16:11:43 +08:00
package.json Fixes all Nav Menu related errors and bugs (#331) 2023-05-19 16:02:41 -04:00
postcss.config.cjs refactor: rename and fix postcss.config 2023-04-01 12:57:17 -07:00
tailwind.config.cjs Fonts (#261) 2023-05-14 12:06:53 -04:00
tsconfig.json Fix: fix javascript heap out of memory error from vite 2023-04-07 07:27:05 -07:00
vite.config.ts Build/Refactor: lint pre-commit hook and reformat repo to spec (#314) 2023-05-18 14:09:31 -04:00