[PR #278] [MERGED] AnythingLLM UI overhaul #3284

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/278
Author: @timothycarambat
Created: 10/20/2023
Status: Merged
Merged: 10/23/2023
Merged by: @timothycarambat

Base: masterHead: ui-v2


📝 Commits (10+)

📊 Changes

105 files changed (+5467 additions, -2609 deletions)

View changed files

📝 frontend/package.json (+2 -0)
frontend/public/fonts/AvenirNext.ttf (+0 -0)
frontend/public/fonts/PlusJakartaSans.ttf (+0 -0)
📝 frontend/src/App.jsx (+49 -11)
frontend/src/components/AdminSidebar/index.jsx (+0 -323)
📝 frontend/src/components/ChatBubble/index.jsx (+21 -16)
📝 frontend/src/components/DefaultChat/index.jsx (+209 -139)
📝 frontend/src/components/EditingChatBubble/index.jsx (+18 -23)
frontend/src/components/Icons/Discord.jsx (+0 -15)
frontend/src/components/LLMProviderOption/index.jsx (+37 -0)
📝 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 (+1 -4)
📝 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/Modals/MangeWorkspace/Documents/ConfirmationModal/index.jsx (+0 -89)
frontend/src/components/Modals/MangeWorkspace/Documents/Directory/FileRow/index.jsx (+106 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/278 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 10/20/2023 **Status:** ✅ Merged **Merged:** 10/23/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `ui-v2` --- ### 📝 Commits (10+) - [`6987bc4`](https://github.com/Mintplex-Labs/anything-llm/commit/6987bc4936372a7957ef69b759e65de76a55439c) v2 Login screen (#254) - [`8796263`](https://github.com/Mintplex-Labs/anything-llm/commit/8796263c805550dd9d6419462e4f600882a63a02) v2 sidebar (#262) - [`91b880d`](https://github.com/Mintplex-Labs/anything-llm/commit/91b880d6179d2cc4531f4af6c2c7794788a3d82a) remove duplicated pkg - [`e1937e8`](https://github.com/Mintplex-Labs/anything-llm/commit/e1937e85036b9b2bf487cee4dcb90a801440c683) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into ui-v2 - [`e1f4d25`](https://github.com/Mintplex-Labs/anything-llm/commit/e1f4d25fdcc33567074e126c6e4a58ede7906fce) v2 settings (#264) - [`87acc7e`](https://github.com/Mintplex-Labs/anything-llm/commit/87acc7e53b44acc233dc9197ae9da9c851079388) merge with master - [`1ab0b86`](https://github.com/Mintplex-Labs/anything-llm/commit/1ab0b86a49521eac6548e364d88d765171b110e6) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into ui-v2 - [`d6b4c26`](https://github.com/Mintplex-Labs/anything-llm/commit/d6b4c26cc355d6d958cd0352b58da555d692593c) merge with master - [`79559c7`](https://github.com/Mintplex-Labs/anything-llm/commit/79559c710ce9a75b2653d59f7235e82c96cdab75) V2 user logout (#265) - [`c4f5447`](https://github.com/Mintplex-Labs/anything-llm/commit/c4f544746569a30ef13a32dae81b1ef5bebe4600) V2 workspace modal (#267) ### 📊 Changes **105 files changed** (+5467 additions, -2609 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+2 -0) ➖ `frontend/public/fonts/AvenirNext.ttf` (+0 -0) ➕ `frontend/public/fonts/PlusJakartaSans.ttf` (+0 -0) 📝 `frontend/src/App.jsx` (+49 -11) ➖ `frontend/src/components/AdminSidebar/index.jsx` (+0 -323) 📝 `frontend/src/components/ChatBubble/index.jsx` (+21 -16) 📝 `frontend/src/components/DefaultChat/index.jsx` (+209 -139) 📝 `frontend/src/components/EditingChatBubble/index.jsx` (+18 -23) ➖ `frontend/src/components/Icons/Discord.jsx` (+0 -15) ➕ `frontend/src/components/LLMProviderOption/index.jsx` (+37 -0) 📝 `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` (+1 -4) 📝 `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/Modals/MangeWorkspace/Documents/ConfirmationModal/index.jsx` (+0 -89) ➕ `frontend/src/components/Modals/MangeWorkspace/Documents/Directory/FileRow/index.jsx` (+106 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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:27 -05:00
yindo closed this issue 2026-02-22 18:33:27 -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#3284