[PR #2443] [MERGED] Dark mode chat window #3990

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2443
Author: @shatfield4
Created: 10/8/2024
Status: Merged
Merged: 10/8/2024
Merged by: @shatfield4

Base: dark-modeHead: dark-mode-chat-window


📝 Commits (6)

📊 Changes

17 files changed (+176 additions, -35 deletions)

View changed files

📝 collector/package.json (+2 -1)
collector/processSingleFile/convert/asXlsx.js (+113 -0)
📝 collector/utils/constants.js (+6 -0)
📝 collector/yarn.lock (+11 -0)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/ActionMenu/index.jsx (+3 -3)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx (+7 -12)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx (+4 -3)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/AgentMenu/index.jsx (+1 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/AttachItem/index.jsx (+1 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SlashCommands/index.jsx (+1 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SpeechToText/index.jsx (+1 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/TextSizeMenu/index.jsx (+1 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx (+5 -5)
📝 frontend/src/components/WorkspaceChat/ChatContainer/index.jsx (+1 -1)
📝 frontend/src/components/WorkspaceChat/LoadingChat/index.jsx (+4 -4)
📝 frontend/src/index.css (+6 -1)
📝 frontend/tailwind.config.js (+9 -0)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #xxx

What is in this change?

  • Fix sizing of icons in chat input
  • Improve resizing of textarea when typing
  • Implement new colors for main chat window and loading chat skeletons
  • Fix UI shifting when switching from message streaming to historical message

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/2443 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 10/8/2024 **Status:** ✅ Merged **Merged:** 10/8/2024 **Merged by:** [@shatfield4](https://github.com/shatfield4) **Base:** `dark-mode` ← **Head:** `dark-mode-chat-window` --- ### 📝 Commits (6) - [`b658f50`](https://github.com/Mintplex-Labs/anything-llm/commit/b658f5012de0658272fb0853a1c00a1fda2ccf1f) Support XLSX files (#2403) - [`3d4e793`](https://github.com/Mintplex-Labs/anything-llm/commit/3d4e793f05b561b8cd0a29e18889cdcd1fc2f79e) wip chat window - [`b10e394`](https://github.com/Mintplex-Labs/anything-llm/commit/b10e39403d7e3cc9029da2610857ce39e156f61d) ux+ux improvements and update new colors - [`58cdede`](https://github.com/Mintplex-Labs/anything-llm/commit/58cdede398aa51be42590cd2e13b8c15b03becb7) chat window dark mode - [`ccb17bb`](https://github.com/Mintplex-Labs/anything-llm/commit/ccb17bb5ed74c3638a9b9d48521f43b41d881a64) Merge branch 'master' into dark-mode-chat-window - [`b80a0fa`](https://github.com/Mintplex-Labs/anything-llm/commit/b80a0fa86d9308ce2090f643d8bcc541b0e98ecc) remove comment ### 📊 Changes **17 files changed** (+176 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `collector/package.json` (+2 -1) ➕ `collector/processSingleFile/convert/asXlsx.js` (+113 -0) 📝 `collector/utils/constants.js` (+6 -0) 📝 `collector/yarn.lock` (+11 -0) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/ActionMenu/index.jsx` (+3 -3) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx` (+7 -12) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx` (+4 -3) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/AgentMenu/index.jsx` (+1 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/AttachItem/index.jsx` (+1 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SlashCommands/index.jsx` (+1 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SpeechToText/index.jsx` (+1 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/TextSizeMenu/index.jsx` (+1 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx` (+5 -5) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/index.jsx` (+1 -1) 📝 `frontend/src/components/WorkspaceChat/LoadingChat/index.jsx` (+4 -4) 📝 `frontend/src/index.css` (+6 -1) 📝 `frontend/tailwind.config.js` (+9 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Fix sizing of icons in chat input - Improve resizing of textarea when typing - Implement new colors for main chat window and loading chat skeletons - Fix UI shifting when switching from message streaming to historical message ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <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:34:54 -05:00
yindo closed this issue 2026-02-22 18:34:55 -05:00
yindo changed title from [PR #2443] Dark mode chat window to [PR #2443] [MERGED] Dark mode chat window 2026-06-05 15:16:14 -04: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#3990