[PR #200] [MERGED] improve UX and useability for Settings and prefernces for mobile and desktop #3241

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/200
Author: @timothycarambat
Created: 8/18/2023
Status: Merged
Merged: 8/18/2023
Merged by: @timothycarambat

Base: masterHead: settings-modal-ux-improvements


📝 Commits (2)

  • 40ba1fb improve UX and useability for Settings and prefernces for mobile and desktop
  • c2ee477 linting

📊 Changes

9 files changed (+239 additions, -192 deletions)

View changed files

📝 frontend/src/App.jsx (+0 -2)
📝 frontend/src/components/AdminSidebar/index.jsx (+4 -4)
📝 frontend/src/components/Modals/Settings/Appearance/index.jsx (+18 -37)
📝 frontend/src/components/Modals/Settings/VectorDbs/index.jsx (+1 -1)
📝 frontend/src/components/Modals/Settings/index.jsx (+6 -106)
frontend/src/components/Sidebar/SettingsOverlay/index.jsx (+181 -0)
📝 frontend/src/components/Sidebar/index.jsx (+28 -38)
📝 frontend/src/pages/Admin/Appearance/index.jsx (+1 -1)
📝 frontend/src/utils/paths.js (+0 -3)

📄 Description

resolves #199
resolves #198


🔄 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/200 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 8/18/2023 **Status:** ✅ Merged **Merged:** 8/18/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `settings-modal-ux-improvements` --- ### 📝 Commits (2) - [`40ba1fb`](https://github.com/Mintplex-Labs/anything-llm/commit/40ba1fb2cad11df92160de3187f5e52b3fdf7083) improve UX and useability for Settings and prefernces for mobile and desktop - [`c2ee477`](https://github.com/Mintplex-Labs/anything-llm/commit/c2ee47781d6028e09e3f42cfdd0826be6173726c) linting ### 📊 Changes **9 files changed** (+239 additions, -192 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/App.jsx` (+0 -2) 📝 `frontend/src/components/AdminSidebar/index.jsx` (+4 -4) 📝 `frontend/src/components/Modals/Settings/Appearance/index.jsx` (+18 -37) 📝 `frontend/src/components/Modals/Settings/VectorDbs/index.jsx` (+1 -1) 📝 `frontend/src/components/Modals/Settings/index.jsx` (+6 -106) ➕ `frontend/src/components/Sidebar/SettingsOverlay/index.jsx` (+181 -0) 📝 `frontend/src/components/Sidebar/index.jsx` (+28 -38) 📝 `frontend/src/pages/Admin/Appearance/index.jsx` (+1 -1) 📝 `frontend/src/utils/paths.js` (+0 -3) </details> ### 📄 Description resolves #199 resolves #198 --- <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:22 -05:00
yindo closed this issue 2026-02-22 18:33:22 -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#3241