[PR #1685] [MERGED] [CHORE] Clean up text and bg hex colors #3741

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1685
Author: @shatfield4
Created: 6/14/2024
Status: Merged
Merged: 6/17/2024
Merged by: @timothycarambat

Base: masterHead: 1676-chore-clean-up-hex-color-for-bg-and-text-colors


📝 Commits (2)

  • bcad488 clean up text and bg hex colors
  • 21b655b Merge branch 'master' into 1676-chore-clean-up-hex-color-for-bg-and-text-colors

📊 Changes

36 files changed (+94 additions, -86 deletions)

View changed files

📝 frontend/src/components/ContextualSaveBar/index.jsx (+2 -2)
📝 frontend/src/components/EmbeddingSelection/EmbedderItem/index.jsx (+1 -1)
📝 frontend/src/components/LLMSelection/LLMItem/index.jsx (+1 -1)
📝 frontend/src/components/Modals/DisplayRecoveryCodeModal/index.jsx (+3 -3)
📝 frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Confluence/index.jsx (+1 -1)
📝 frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Github/index.jsx (+1 -1)
📝 frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/WebsiteDepth/index.jsx (+1 -1)
📝 frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Youtube/index.jsx (+1 -1)
📝 frontend/src/components/Modals/ManageWorkspace/Documents/Directory/FolderRow/index.jsx (+1 -1)
📝 frontend/src/components/Modals/ManageWorkspace/Documents/Directory/index.jsx (+3 -3)
📝 frontend/src/components/Modals/Password/MultiUserAuth.jsx (+5 -5)
📝 frontend/src/components/Modals/Password/SingleUserAuth.jsx (+1 -1)
📝 frontend/src/components/VectorDBSelection/VectorDBItem/index.jsx (+1 -1)
📝 frontend/src/components/lib/CTAButton/index.jsx (+1 -1)
📝 frontend/src/index.css (+1 -1)
📝 frontend/src/pages/Admin/Agents/SQLConnectorSelection/DBConnection.jsx (+1 -1)
📝 frontend/src/pages/Admin/Agents/SQLConnectorSelection/NewConnectionModal.jsx (+1 -1)
📝 frontend/src/pages/Admin/Agents/WebSearchSelection/SearchProviderItem/index.jsx (+1 -1)
📝 frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx (+5 -5)
📝 frontend/src/pages/GeneralSettings/Appearance/CustomMessages/index.jsx (+1 -1)

...and 16 more files

📄 Description

Pull Request Type

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

Relevant Issues

resolves #1676

What is in this change?

  • Get rid of bg and text colors with hex colors in frontend code and replace them with tailwind aliases for cleaner code

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/1685 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 6/14/2024 **Status:** ✅ Merged **Merged:** 6/17/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `1676-chore-clean-up-hex-color-for-bg-and-text-colors` --- ### 📝 Commits (2) - [`bcad488`](https://github.com/Mintplex-Labs/anything-llm/commit/bcad48820520318581c9e826ee759306a33137db) clean up text and bg hex colors - [`21b655b`](https://github.com/Mintplex-Labs/anything-llm/commit/21b655be7a12aca138df7061d3008b9b82f6e831) Merge branch 'master' into 1676-chore-clean-up-hex-color-for-bg-and-text-colors ### 📊 Changes **36 files changed** (+94 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/ContextualSaveBar/index.jsx` (+2 -2) 📝 `frontend/src/components/EmbeddingSelection/EmbedderItem/index.jsx` (+1 -1) 📝 `frontend/src/components/LLMSelection/LLMItem/index.jsx` (+1 -1) 📝 `frontend/src/components/Modals/DisplayRecoveryCodeModal/index.jsx` (+3 -3) 📝 `frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Confluence/index.jsx` (+1 -1) 📝 `frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Github/index.jsx` (+1 -1) 📝 `frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/WebsiteDepth/index.jsx` (+1 -1) 📝 `frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Youtube/index.jsx` (+1 -1) 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/Directory/FolderRow/index.jsx` (+1 -1) 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/Directory/index.jsx` (+3 -3) 📝 `frontend/src/components/Modals/Password/MultiUserAuth.jsx` (+5 -5) 📝 `frontend/src/components/Modals/Password/SingleUserAuth.jsx` (+1 -1) 📝 `frontend/src/components/VectorDBSelection/VectorDBItem/index.jsx` (+1 -1) 📝 `frontend/src/components/lib/CTAButton/index.jsx` (+1 -1) 📝 `frontend/src/index.css` (+1 -1) 📝 `frontend/src/pages/Admin/Agents/SQLConnectorSelection/DBConnection.jsx` (+1 -1) 📝 `frontend/src/pages/Admin/Agents/SQLConnectorSelection/NewConnectionModal.jsx` (+1 -1) 📝 `frontend/src/pages/Admin/Agents/WebSearchSelection/SearchProviderItem/index.jsx` (+1 -1) 📝 `frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx` (+5 -5) 📝 `frontend/src/pages/GeneralSettings/Appearance/CustomMessages/index.jsx` (+1 -1) _...and 16 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [x] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #1676 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Get rid of bg and text colors with hex colors in frontend code and replace them with tailwind aliases for cleaner code ### 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:24 -05:00
yindo closed this issue 2026-02-22 18:34:24 -05:00
yindo changed title from [PR #1685] [CHORE] Clean up text and bg hex colors to [PR #1685] [MERGED] [CHORE] Clean up text and bg hex colors 2026-06-05 15:14:59 -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#3741