[PR #3627] [MERGED] Appearance menu styles #4344

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3627
Author: @shatfield4
Created: 4/10/2025
Status: Merged
Merged: 4/14/2025
Merged by: @timothycarambat

Base: masterHead: update-appearance-menu-styles


📝 Commits (3)

  • 7c4d569 fix alignment/fonts/styles for appearance settings page
  • 1f76946 lint
  • 84bb0b2 Merge branch 'master' into update-appearance-menu-styles

📊 Changes

10 files changed (+156 additions, -168 deletions)

View changed files

📝 frontend/src/pages/GeneralSettings/Appearance/CustomAppName/index.jsx (+13 -12)
📝 frontend/src/pages/GeneralSettings/Appearance/CustomLogo/index.jsx (+7 -9)
📝 frontend/src/pages/GeneralSettings/Appearance/CustomMessages/index.jsx (+9 -11)
📝 frontend/src/pages/GeneralSettings/Appearance/CustomSiteSettings/index.jsx (+68 -72)
📝 frontend/src/pages/GeneralSettings/Appearance/FooterCustomization/index.jsx (+8 -10)
📝 frontend/src/pages/GeneralSettings/Appearance/LanguagePreference/index.jsx (+10 -12)
📝 frontend/src/pages/GeneralSettings/Appearance/MessageDirection/index.jsx (+3 -3)
📝 frontend/src/pages/GeneralSettings/Appearance/ShowScrollbar/index.jsx (+21 -23)
📝 frontend/src/pages/GeneralSettings/Appearance/SupportEmail/index.jsx (+14 -13)
📝 frontend/src/pages/GeneralSettings/Appearance/ThemePreference/index.jsx (+3 -3)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #xxx

What is in this change?

  • Fixes alignment and spacing of all sections in the appearance menu page
  • Update font sizes and weights per internal designs

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/3627 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 4/10/2025 **Status:** ✅ Merged **Merged:** 4/14/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `update-appearance-menu-styles` --- ### 📝 Commits (3) - [`7c4d569`](https://github.com/Mintplex-Labs/anything-llm/commit/7c4d5690dba839fed49073874dd198238449a4dd) fix alignment/fonts/styles for appearance settings page - [`1f76946`](https://github.com/Mintplex-Labs/anything-llm/commit/1f76946365cb2d9097924474a907583c7bcd698c) lint - [`84bb0b2`](https://github.com/Mintplex-Labs/anything-llm/commit/84bb0b2cd6f42938361b3df932255342b8a675ed) Merge branch 'master' into update-appearance-menu-styles ### 📊 Changes **10 files changed** (+156 additions, -168 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/GeneralSettings/Appearance/CustomAppName/index.jsx` (+13 -12) 📝 `frontend/src/pages/GeneralSettings/Appearance/CustomLogo/index.jsx` (+7 -9) 📝 `frontend/src/pages/GeneralSettings/Appearance/CustomMessages/index.jsx` (+9 -11) 📝 `frontend/src/pages/GeneralSettings/Appearance/CustomSiteSettings/index.jsx` (+68 -72) 📝 `frontend/src/pages/GeneralSettings/Appearance/FooterCustomization/index.jsx` (+8 -10) 📝 `frontend/src/pages/GeneralSettings/Appearance/LanguagePreference/index.jsx` (+10 -12) 📝 `frontend/src/pages/GeneralSettings/Appearance/MessageDirection/index.jsx` (+3 -3) 📝 `frontend/src/pages/GeneralSettings/Appearance/ShowScrollbar/index.jsx` (+21 -23) 📝 `frontend/src/pages/GeneralSettings/Appearance/SupportEmail/index.jsx` (+14 -13) 📝 `frontend/src/pages/GeneralSettings/Appearance/ThemePreference/index.jsx` (+3 -3) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [x] 💄 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. --> - Fixes alignment and spacing of all sections in the appearance menu page - Update font sizes and weights per internal designs ### 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:35:38 -05:00
yindo closed this issue 2026-02-22 18:35:38 -05:00
yindo changed title from [PR #3627] Appearance menu styles to [PR #3627] [MERGED] Appearance menu styles 2026-06-05 15:18:05 -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#4344