[PR #3914] [CLOSED] feat: HempGPT branding and UI customizations #4459

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3914
Author: @harrisoncharlesworth
Created: 5/30/2025
Status: Closed

Base: masterHead: feature/hempgpt-branding


📝 Commits (1)

  • c74bff4 feat: HempGPT branding and UI customizations

📊 Changes

53 files changed (+1435 additions, -734 deletions)

View changed files

📝 frontend/index.html (+11 -11)
📝 frontend/package.json (+1 -1)
📝 frontend/src/LogoContext.jsx (+6 -6)
📝 frontend/src/components/Footer/index.jsx (+2 -2)
📝 frontend/src/components/LLMSelection/LLMItem/index.jsx (+39 -6)
📝 frontend/src/components/Modals/Password/MultiUserAuth.jsx (+75 -49)
📝 frontend/src/components/Modals/Password/SingleUserAuth.jsx (+26 -15)
📝 frontend/src/components/Modals/Password/index.jsx (+5 -5)
📝 frontend/src/components/SettingsSidebar/index.jsx (+8 -8)
📝 frontend/src/components/TextToSpeech/PiperTTSOptions/index.jsx (+1 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx (+7 -5)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx (+8 -6)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/StatusResponse/index.jsx (+1 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/ThoughtContainer/index.jsx (+1 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx (+17 -13)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SpeechToText/index.jsx (+1 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx (+5 -6)
📝 frontend/src/components/WorkspaceChat/ChatContainer/index.jsx (+1 -1)
📝 frontend/src/components/WorkspaceChat/index.jsx (+5 -8)
📝 frontend/src/index.css (+162 -87)

...and 33 more files

📄 Description

  • Updated branding throughout frontend components
  • Added HempGPT logos and assets
  • Customized color scheme and styling
  • Updated onboarding flow components
  • Fixed LLM preference search bar layout
  • Updated various UI components with hemp theme

Pull Request Type

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

Relevant Issues

resolves #xxx

What is in this change?

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/3914 **Author:** [@harrisoncharlesworth](https://github.com/harrisoncharlesworth) **Created:** 5/30/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/hempgpt-branding` --- ### 📝 Commits (1) - [`c74bff4`](https://github.com/Mintplex-Labs/anything-llm/commit/c74bff4154dc789ec5f704cf98fa4c1d7af64bd7) feat: HempGPT branding and UI customizations ### 📊 Changes **53 files changed** (+1435 additions, -734 deletions) <details> <summary>View changed files</summary> 📝 `frontend/index.html` (+11 -11) 📝 `frontend/package.json` (+1 -1) 📝 `frontend/src/LogoContext.jsx` (+6 -6) 📝 `frontend/src/components/Footer/index.jsx` (+2 -2) 📝 `frontend/src/components/LLMSelection/LLMItem/index.jsx` (+39 -6) 📝 `frontend/src/components/Modals/Password/MultiUserAuth.jsx` (+75 -49) 📝 `frontend/src/components/Modals/Password/SingleUserAuth.jsx` (+26 -15) 📝 `frontend/src/components/Modals/Password/index.jsx` (+5 -5) 📝 `frontend/src/components/SettingsSidebar/index.jsx` (+8 -8) 📝 `frontend/src/components/TextToSpeech/PiperTTSOptions/index.jsx` (+1 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx` (+7 -5) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx` (+8 -6) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/StatusResponse/index.jsx` (+1 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/ThoughtContainer/index.jsx` (+1 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx` (+17 -13) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SpeechToText/index.jsx` (+1 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx` (+5 -6) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/index.jsx` (+1 -1) 📝 `frontend/src/components/WorkspaceChat/index.jsx` (+5 -8) 📝 `frontend/src/index.css` (+162 -87) _...and 33 more files_ </details> ### 📄 Description - Updated branding throughout frontend components - Added HempGPT logos and assets - Customized color scheme and styling - Updated onboarding flow components - Fixed LLM preference search bar layout - Updated various UI components with hemp theme ### Pull Request Type <!-- For change type, change [ ] to [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. --> ### 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. --> - [ ] 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 --- <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:35:52 -05:00
yindo closed this issue 2026-02-22 18:35:52 -05:00
yindo changed title from [PR #3914] feat: HempGPT branding and UI customizations to [PR #3914] [CLOSED] feat: HempGPT branding and UI customizations 2026-06-05 15:18:40 -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#4459