[PR #264] [MERGED] v2 settings #3271

Closed
opened 2026-02-22 18:33:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/264
Author: @shatfield4
Created: 10/5/2023
Status: Merged
Merged: 10/5/2023
Merged by: @timothycarambat

Base: ui-v2Head: v2-settings


📝 Commits (10+)

  • 09c6590 adding gradients for modal and sidebar
  • 00d63c4 adding font setup
  • 5383f2a redesigned login screen for MultiUserAuth
  • ab6dd10 completed multi user mode login screen
  • aba1ba3 linting
  • b411c0c login screen for single user auth redesign complete
  • 586b64c Merge branch 'ui-v2' of github.com:Mintplex-Labs/anything-llm into v2-login-screen
  • d8c8672 WIP sidebar redesign
  • 0f15b0b created reusable gradient for login screen
  • b09468b Merge branch 'v2-login-screen' into v2-sidebar

📊 Changes

47 files changed (+1836 additions, -660 deletions)

View changed files

📝 frontend/src/App.jsx (+41 -10)
📝 frontend/src/components/EditingChatBubble/index.jsx (+18 -23)
📝 frontend/src/components/Modals/LegacySettings/ApiKey/index.jsx (+0 -0)
📝 frontend/src/components/Modals/LegacySettings/Appearance/index.jsx (+2 -7)
📝 frontend/src/components/Modals/LegacySettings/ExportImport/index.jsx (+0 -0)
📝 frontend/src/components/Modals/LegacySettings/LLMSelection/index.jsx (+0 -0)
📝 frontend/src/components/Modals/LegacySettings/MultiUserMode/index.jsx (+0 -0)
📝 frontend/src/components/Modals/LegacySettings/PasswordProtection/index.jsx (+0 -0)
📝 frontend/src/components/Modals/LegacySettings/VectorDbs/index.jsx (+0 -0)
📝 frontend/src/components/Modals/LegacySettings/index.jsx (+0 -0)
📝 frontend/src/components/PrivateRoute/index.jsx (+15 -2)
📝 frontend/src/components/SettingsSidebar/index.jsx (+114 -70)
📝 frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx (+1 -1)
frontend/src/components/Sidebar/SettingsOverlay/index.jsx (+0 -186)
📝 frontend/src/components/Sidebar/index.jsx (+20 -21)
📝 frontend/src/hooks/useLogo.js (+5 -10)
📝 frontend/src/media/logo/anything-llm-old.png (+0 -0)
📝 frontend/src/media/logo/anything-llm.png (+0 -0)
📝 frontend/src/models/admin.js (+0 -44)
📝 frontend/src/models/system.js (+35 -5)

...and 27 more files

📄 Description

Changes made
• Integrated settings modals into single settings page
• Improved UX for Export/Import and Security settings
• Removed dark mode from all components and removed dark mode logo from useLogo hook/backend
• Redesigned all settings according to new figma designs


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/264 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 10/5/2023 **Status:** ✅ Merged **Merged:** 10/5/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `ui-v2` ← **Head:** `v2-settings` --- ### 📝 Commits (10+) - [`09c6590`](https://github.com/Mintplex-Labs/anything-llm/commit/09c6590547f06789a4b57bf2c3b252ae594ed264) adding gradients for modal and sidebar - [`00d63c4`](https://github.com/Mintplex-Labs/anything-llm/commit/00d63c4ca04a906ba10e514a2ec0ba9f2c5545c6) adding font setup - [`5383f2a`](https://github.com/Mintplex-Labs/anything-llm/commit/5383f2ae4588aca4472e4cc5d70793ac3a130c07) redesigned login screen for MultiUserAuth - [`ab6dd10`](https://github.com/Mintplex-Labs/anything-llm/commit/ab6dd10e8cb04ad6e14b03dfaa44b3492c51c76a) completed multi user mode login screen - [`aba1ba3`](https://github.com/Mintplex-Labs/anything-llm/commit/aba1ba3435cd067283416cd83db0b05103deadcb) linting - [`b411c0c`](https://github.com/Mintplex-Labs/anything-llm/commit/b411c0c2397799b1de9da021c367ec27cf07587b) login screen for single user auth redesign complete - [`586b64c`](https://github.com/Mintplex-Labs/anything-llm/commit/586b64c8553cc14b628b4bf93b08234e2adda312) Merge branch 'ui-v2' of github.com:Mintplex-Labs/anything-llm into v2-login-screen - [`d8c8672`](https://github.com/Mintplex-Labs/anything-llm/commit/d8c86729d7afdcff5a2d0bf89328620b41c43049) WIP sidebar redesign - [`0f15b0b`](https://github.com/Mintplex-Labs/anything-llm/commit/0f15b0b747231acfe2cbc9164841ef811fa69824) created reusable gradient for login screen - [`b09468b`](https://github.com/Mintplex-Labs/anything-llm/commit/b09468bf10b46de1a0d06886b64d52024914056b) Merge branch 'v2-login-screen' into v2-sidebar ### 📊 Changes **47 files changed** (+1836 additions, -660 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/App.jsx` (+41 -10) 📝 `frontend/src/components/EditingChatBubble/index.jsx` (+18 -23) 📝 `frontend/src/components/Modals/LegacySettings/ApiKey/index.jsx` (+0 -0) 📝 `frontend/src/components/Modals/LegacySettings/Appearance/index.jsx` (+2 -7) 📝 `frontend/src/components/Modals/LegacySettings/ExportImport/index.jsx` (+0 -0) 📝 `frontend/src/components/Modals/LegacySettings/LLMSelection/index.jsx` (+0 -0) 📝 `frontend/src/components/Modals/LegacySettings/MultiUserMode/index.jsx` (+0 -0) 📝 `frontend/src/components/Modals/LegacySettings/PasswordProtection/index.jsx` (+0 -0) 📝 `frontend/src/components/Modals/LegacySettings/VectorDbs/index.jsx` (+0 -0) 📝 `frontend/src/components/Modals/LegacySettings/index.jsx` (+0 -0) 📝 `frontend/src/components/PrivateRoute/index.jsx` (+15 -2) 📝 `frontend/src/components/SettingsSidebar/index.jsx` (+114 -70) 📝 `frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx` (+1 -1) ➖ `frontend/src/components/Sidebar/SettingsOverlay/index.jsx` (+0 -186) 📝 `frontend/src/components/Sidebar/index.jsx` (+20 -21) 📝 `frontend/src/hooks/useLogo.js` (+5 -10) 📝 `frontend/src/media/logo/anything-llm-old.png` (+0 -0) 📝 `frontend/src/media/logo/anything-llm.png` (+0 -0) 📝 `frontend/src/models/admin.js` (+0 -44) 📝 `frontend/src/models/system.js` (+35 -5) _...and 27 more files_ </details> ### 📄 Description Changes made • Integrated settings modals into single settings page • Improved UX for Export/Import and Security settings • Removed dark mode from all components and removed dark mode logo from useLogo hook/backend • Redesigned all settings according to new figma designs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:26 -05:00
yindo closed this issue 2026-02-22 18:33:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3271