-
- Downloads
Bug fixes (#394)
* fix black text for custom messages text
* fix file upload icon being stretched
* center github, docs, and discord icons in sidebar
* fix chat container being cut off on right side and tighter spacing between message
* fix default chat container being cut off on right side
* on create new workspace, take user to the workspace they just created instead of the home page
* add border to chat container and click outside user menu to close
* fix borders around all chat and settings containers to be consistent
* fix padding for default messages
* fix spacing between workspace items in sidebar
* fix margin around right side of chat, default, and settings containers to be the same as the left sidebar
---------
Co-authored-by:
timothycarambat <rambat1010@gmail.com>
Showing
- frontend/src/components/ChatBubble/index.jsx 1 addition, 1 deletionfrontend/src/components/ChatBubble/index.jsx
- frontend/src/components/DefaultChat/index.jsx 10 additions, 10 deletionsfrontend/src/components/DefaultChat/index.jsx
- frontend/src/components/Modals/MangeWorkspace/Documents/UploadFile/FileUploadProgress/index.jsx 1 addition, 1 deletion...rkspace/Documents/UploadFile/FileUploadProgress/index.jsx
- frontend/src/components/Modals/NewWorkspace.jsx 7 additions, 4 deletionsfrontend/src/components/Modals/NewWorkspace.jsx
- frontend/src/components/SettingsSidebar/index.jsx 2 additions, 2 deletionsfrontend/src/components/SettingsSidebar/index.jsx
- frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx 1 addition, 1 deletionfrontend/src/components/Sidebar/ActiveWorkspaces/index.jsx
- frontend/src/components/Sidebar/index.jsx 4 additions, 4 deletionsfrontend/src/components/Sidebar/index.jsx
- frontend/src/components/UserMenu/index.jsx 34 additions, 11 deletionsfrontend/src/components/UserMenu/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx 1 addition, 1 deletion...hat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx 3 additions, 3 deletions...spaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/index.jsx 1 addition, 1 deletion...tend/src/components/WorkspaceChat/ChatContainer/index.jsx
- frontend/src/components/WorkspaceChat/LoadingChat/index.jsx 1 addition, 1 deletionfrontend/src/components/WorkspaceChat/LoadingChat/index.jsx
- frontend/src/index.css 1 addition, 1 deletionfrontend/src/index.css
- frontend/src/pages/Admin/Invitations/index.jsx 1 addition, 1 deletionfrontend/src/pages/Admin/Invitations/index.jsx
- frontend/src/pages/Admin/System/index.jsx 1 addition, 1 deletionfrontend/src/pages/Admin/System/index.jsx
- frontend/src/pages/Admin/Users/index.jsx 1 addition, 1 deletionfrontend/src/pages/Admin/Users/index.jsx
- frontend/src/pages/Admin/Workspaces/index.jsx 1 addition, 1 deletionfrontend/src/pages/Admin/Workspaces/index.jsx
- frontend/src/pages/GeneralSettings/ApiKeys/index.jsx 1 addition, 1 deletionfrontend/src/pages/GeneralSettings/ApiKeys/index.jsx
- frontend/src/pages/GeneralSettings/Appearance/index.jsx 3 additions, 3 deletionsfrontend/src/pages/GeneralSettings/Appearance/index.jsx
- frontend/src/pages/GeneralSettings/Chats/index.jsx 1 addition, 1 deletionfrontend/src/pages/GeneralSettings/Chats/index.jsx
Loading
Please register or sign in to comment