[PR #75] [MERGED] Add mobile stylings to UI #3195

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/75
Author: @timothycarambat
Created: 6/16/2023
Status: Merged
Merged: 6/17/2023
Merged by: @timothycarambat

Base: masterHead: 68-mobile-styling


📝 Commits (4)

📊 Changes

20 files changed (+259 additions, -88 deletions)

View changed files

📝 frontend/src/components/DefaultChat/index.jsx (+28 -25)
📝 frontend/src/components/Modals/Keys.jsx (+2 -2)
📝 frontend/src/components/Modals/MangeWorkspace/Documents/Directory/index.jsx (+1 -1)
📝 frontend/src/components/Modals/MangeWorkspace/Documents/index.jsx (+3 -3)
📝 frontend/src/components/Modals/MangeWorkspace/Settings/index.jsx (+3 -3)
📝 frontend/src/components/Modals/MangeWorkspace/Upload/index.jsx (+3 -3)
📝 frontend/src/components/Modals/MangeWorkspace/index.jsx (+5 -5)
📝 frontend/src/components/Modals/NewWorkspace.jsx (+1 -1)
📝 frontend/src/components/Modals/Password.jsx (+2 -2)
📝 frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx (+2 -2)
📝 frontend/src/components/Sidebar/index.jsx (+168 -12)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx (+4 -4)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx (+3 -3)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx (+1 -2)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx (+9 -3)
📝 frontend/src/components/WorkspaceChat/ChatContainer/index.jsx (+5 -2)
📝 frontend/src/components/WorkspaceChat/LoadingChat/index.jsx (+11 -10)
📝 frontend/src/components/WorkspaceChat/index.jsx (+2 -1)
📝 frontend/src/pages/Main/index.jsx (+3 -2)
📝 frontend/src/pages/WorkspaceChat/index.jsx (+3 -2)

📄 Description

resolves #68


🔄 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/75 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 6/16/2023 **Status:** ✅ Merged **Merged:** 6/17/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `68-mobile-styling` --- ### 📝 Commits (4) - [`064c7f1`](https://github.com/Mintplex-Labs/anything-llm/commit/064c7f12a08f192921b533e645133d83b12cd147) initial chat pages mobile stylings - [`9519f2b`](https://github.com/Mintplex-Labs/anything-llm/commit/9519f2be35825003b34f06c7e3b604b36cf48adf) fix sidebar - [`c45b444`](https://github.com/Mintplex-Labs/anything-llm/commit/c45b444444ef50c1192944bb6372d75e567ba075) manage workspace modal styles - [`a231851`](https://github.com/Mintplex-Labs/anything-llm/commit/a231851ca121a24e44bc612dbeb17a68de7fd381) mobile styles v1 ### 📊 Changes **20 files changed** (+259 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/DefaultChat/index.jsx` (+28 -25) 📝 `frontend/src/components/Modals/Keys.jsx` (+2 -2) 📝 `frontend/src/components/Modals/MangeWorkspace/Documents/Directory/index.jsx` (+1 -1) 📝 `frontend/src/components/Modals/MangeWorkspace/Documents/index.jsx` (+3 -3) 📝 `frontend/src/components/Modals/MangeWorkspace/Settings/index.jsx` (+3 -3) 📝 `frontend/src/components/Modals/MangeWorkspace/Upload/index.jsx` (+3 -3) 📝 `frontend/src/components/Modals/MangeWorkspace/index.jsx` (+5 -5) 📝 `frontend/src/components/Modals/NewWorkspace.jsx` (+1 -1) 📝 `frontend/src/components/Modals/Password.jsx` (+2 -2) 📝 `frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx` (+2 -2) 📝 `frontend/src/components/Sidebar/index.jsx` (+168 -12) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx` (+4 -4) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx` (+3 -3) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx` (+1 -2) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx` (+9 -3) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/index.jsx` (+5 -2) 📝 `frontend/src/components/WorkspaceChat/LoadingChat/index.jsx` (+11 -10) 📝 `frontend/src/components/WorkspaceChat/index.jsx` (+2 -1) 📝 `frontend/src/pages/Main/index.jsx` (+3 -2) 📝 `frontend/src/pages/WorkspaceChat/index.jsx` (+3 -2) </details> ### 📄 Description resolves #68 --- <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:15 -05:00
yindo closed this issue 2026-02-22 18:33:15 -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#3195