-
- Downloads
[FEAT] Settings pages UI updates (#833)
* WIP main sidebar designs * hover states and active states for main sidebar * main and settings sidebar UI updates & improve performance using Link instead of <a> * update borders to match rest of UI in all pages * update borders of all containers to match rest of UI * remove unneeded conditional * custom messages component redesign and appearance settings layout changes * improve UX of custom logo file uploader component to match designs * fix sizing on custom logo upload field * WIP footer customization new UI * implement new UI for custom footer icon selection * update workspace chats to match new settings UI * update system preferences to match new settings UI * update export workspace chats button border * update invitations settings page to match new settings UI * update instance workspaces settings page to match new settings UI * update instance workspaces to match new settings UI * update api keys settings to match new settings UI * update LLM preferences settings to match new settings UI * update embedding preferences settings to match new settings UI * update vector db preferences settings to match new settings UI * align all buttons in settings pages * update ui for data connectors to match rest of settings ui * update UI for embed chat * updated ui for logging page * fix duplicate attributes left from merge conflicts * fix dynamic class to use ternary * remove transition classes where it is not needed
Showing
- frontend/src/components/EditingChatBubble/index.jsx 43 additions, 40 deletionsfrontend/src/components/EditingChatBubble/index.jsx
- frontend/src/components/SettingsSidebar/index.jsx 3 additions, 1 deletionfrontend/src/components/SettingsSidebar/index.jsx
- frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx 3 additions, 3 deletionsfrontend/src/components/Sidebar/ActiveWorkspaces/index.jsx
- frontend/src/components/Sidebar/index.jsx 7 additions, 5 deletionsfrontend/src/components/Sidebar/index.jsx
- frontend/src/pages/Admin/Invitations/index.jsx 15 additions, 10 deletionsfrontend/src/pages/Admin/Invitations/index.jsx
- frontend/src/pages/Admin/Logging/index.jsx 12 additions, 10 deletionsfrontend/src/pages/Admin/Logging/index.jsx
- frontend/src/pages/Admin/System/index.jsx 66 additions, 62 deletionsfrontend/src/pages/Admin/System/index.jsx
- frontend/src/pages/Admin/Users/index.jsx 10 additions, 8 deletionsfrontend/src/pages/Admin/Users/index.jsx
- frontend/src/pages/Admin/Workspaces/index.jsx 9 additions, 8 deletionsfrontend/src/pages/Admin/Workspaces/index.jsx
- frontend/src/pages/GeneralSettings/ApiKeys/index.jsx 10 additions, 9 deletionsfrontend/src/pages/GeneralSettings/ApiKeys/index.jsx
- frontend/src/pages/GeneralSettings/Appearance/CustomLogo/index.jsx 75 additions, 47 deletions...src/pages/GeneralSettings/Appearance/CustomLogo/index.jsx
- frontend/src/pages/GeneralSettings/Appearance/CustomMessages/index.jsx 19 additions, 12 deletions...pages/GeneralSettings/Appearance/CustomMessages/index.jsx
- frontend/src/pages/GeneralSettings/Appearance/FooterCustomization/NewIconForm/index.jsx 89 additions, 72 deletions...ings/Appearance/FooterCustomization/NewIconForm/index.jsx
- frontend/src/pages/GeneralSettings/Appearance/FooterCustomization/index.jsx 39 additions, 97 deletions.../GeneralSettings/Appearance/FooterCustomization/index.jsx
- frontend/src/pages/GeneralSettings/Appearance/SupportEmail/index.jsx 6 additions, 4 deletions...c/pages/GeneralSettings/Appearance/SupportEmail/index.jsx
- frontend/src/pages/GeneralSettings/Appearance/index.jsx 6 additions, 6 deletionsfrontend/src/pages/GeneralSettings/Appearance/index.jsx
- frontend/src/pages/GeneralSettings/Chats/index.jsx 29 additions, 39 deletionsfrontend/src/pages/GeneralSettings/Chats/index.jsx
- frontend/src/pages/GeneralSettings/DataConnectors/Connectors/Github/index.jsx 7 additions, 7 deletions...eneralSettings/DataConnectors/Connectors/Github/index.jsx
- frontend/src/pages/GeneralSettings/DataConnectors/Connectors/Youtube/index.jsx 6 additions, 6 deletions...neralSettings/DataConnectors/Connectors/Youtube/index.jsx
- frontend/src/pages/GeneralSettings/DataConnectors/index.jsx 13 additions, 8 deletionsfrontend/src/pages/GeneralSettings/DataConnectors/index.jsx
Loading
Please register or sign in to comment