[PR #3917] [CLOSED] feat: HempGPT branding and UI customizations #4461

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/3917
Author: @harrisoncharlesworth
Created: 5/30/2025
Status: Closed

Base: masterHead: feature/hempgpt-branding


📝 Commits (1)

  • f9d9021 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

This PR introduces HempGPT branding throughout the application, including:

  • Updated branding throughout frontend components
  • Added HempGPT logos and assets (hempgpt.png, hempgpt-dark.png, hempgpt-icon.png, hempgpt-text.svg)
  • Customized color scheme and styling with hemp theme
  • Updated onboarding flow components
  • Fixed LLM preference search bar layout
  • Updated various UI components with hemp theme
  • Added custom landing page (hempgpt-landing.html)

Pull Request Type

  • feat

What is in this change?

Complete rebranding of AnythingLLM to HempGPT, including visual assets, color themes, and UI customizations to reflect the new hemp/cannabis-focused branding.

Developer Validations

  • I have tested my code functionality
  • Relevant documentation has been updated

🔄 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/3917 **Author:** [@harrisoncharlesworth](https://github.com/harrisoncharlesworth) **Created:** 5/30/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/hempgpt-branding` --- ### 📝 Commits (1) - [`f9d9021`](https://github.com/Mintplex-Labs/anything-llm/commit/f9d9021b809f62e0a595bcb0b81007c4dea6af59) 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 This PR introduces HempGPT branding throughout the application, including: - Updated branding throughout frontend components - Added HempGPT logos and assets (hempgpt.png, hempgpt-dark.png, hempgpt-icon.png, hempgpt-text.svg) - Customized color scheme and styling with hemp theme - Updated onboarding flow components - Fixed LLM preference search bar layout - Updated various UI components with hemp theme - Added custom landing page (hempgpt-landing.html) ### Pull Request Type - [x] ✨ feat ### What is in this change? Complete rebranding of AnythingLLM to HempGPT, including visual assets, color themes, and UI customizations to reflect the new hemp/cannabis-focused branding. ### Developer Validations - [x] I have tested my code functionality - [x] Relevant documentation has been updated --- <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:53 -05:00
yindo changed title from [PR #3917] feat: HempGPT branding and UI customizations to [PR #3917] [CLOSED] feat: HempGPT branding and UI customizations 2026-06-05 15:18:41 -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#4461