[PR #262] [MERGED] v2 sidebar #3269

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/262
Author: @shatfield4
Created: 9/29/2023
Status: Merged
Merged: 9/29/2023
Merged by: @timothycarambat

Base: ui-v2Head: v2-sidebar


📝 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

11 files changed (+147 additions, -134 deletions)

View changed files

📝 frontend/package.json (+2 -0)
frontend/src/components/Icons/Discord.jsx (+0 -15)
📝 frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx (+41 -19)
📝 frontend/src/components/Sidebar/SettingsOverlay/index.jsx (+10 -12)
📝 frontend/src/components/Sidebar/index.jsx (+70 -74)
📝 frontend/src/index.css (+4 -10)
📝 frontend/src/pages/Main/index.jsx (+1 -1)
📝 frontend/src/pages/WorkspaceChat/index.jsx (+1 -1)
📝 frontend/tailwind.config.js (+7 -1)
📝 frontend/yarn.lock (+10 -0)
📝 server/utils/prisma/migrateFromSqlite.js (+1 -1)

📄 Description

Sidebar redesigned according to 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/262 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 9/29/2023 **Status:** ✅ Merged **Merged:** 9/29/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `ui-v2` ← **Head:** `v2-sidebar` --- ### 📝 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 **11 files changed** (+147 additions, -134 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+2 -0) ➖ `frontend/src/components/Icons/Discord.jsx` (+0 -15) 📝 `frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx` (+41 -19) 📝 `frontend/src/components/Sidebar/SettingsOverlay/index.jsx` (+10 -12) 📝 `frontend/src/components/Sidebar/index.jsx` (+70 -74) 📝 `frontend/src/index.css` (+4 -10) 📝 `frontend/src/pages/Main/index.jsx` (+1 -1) 📝 `frontend/src/pages/WorkspaceChat/index.jsx` (+1 -1) 📝 `frontend/tailwind.config.js` (+7 -1) 📝 `frontend/yarn.lock` (+10 -0) 📝 `server/utils/prisma/migrateFromSqlite.js` (+1 -1) </details> ### 📄 Description Sidebar redesigned according to 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:25 -05:00
yindo closed this issue 2026-02-22 18:33:25 -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#3269