[PR #1723] [MERGED] Customize colors in settings #5869

Closed
opened 2026-02-05 10:19:05 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1723
Author: @james-geiger
Created: 10/17/2019
Status: Merged
Merged: 12/8/2019
Merged by: @ssddanbrown

Base: masterHead: settings-color-selector


📝 Commits (2)

  • ae19658 Placeholder for allowing colors to be changed in settings UI.
  • e6fe299 added additional color settings into UI

📊 Changes

7 files changed (+132 additions, -6 deletions)

View changed files

📝 app/Config/setting-defaults.php (+5 -0)
📝 resources/js/components/index.js (+2 -0)
📝 resources/js/components/setting-app-color-picker.js (+7 -2)
resources/js/components/setting-color-picker.js (+18 -0)
📝 resources/lang/en/settings.php (+14 -1)
📝 resources/views/partials/custom-styles.blade.php (+6 -1)
📝 resources/views/settings/index.blade.php (+80 -2)

📄 Description

This is a placeholder to address #1380 creating a UI and storing settings for the css color variables for page, page draft, chapter, book, and shelf.


🔄 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/BookStackApp/BookStack/pull/1723 **Author:** [@james-geiger](https://github.com/james-geiger) **Created:** 10/17/2019 **Status:** ✅ Merged **Merged:** 12/8/2019 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `settings-color-selector` --- ### 📝 Commits (2) - [`ae19658`](https://github.com/BookStackApp/BookStack/commit/ae19658b50b67010b4f0ed3f7dbe25fae484c4dd) Placeholder for allowing colors to be changed in settings UI. - [`e6fe299`](https://github.com/BookStackApp/BookStack/commit/e6fe299c4f694002f914e188d1bad030408ea56f) added additional color settings into UI ### 📊 Changes **7 files changed** (+132 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `app/Config/setting-defaults.php` (+5 -0) 📝 `resources/js/components/index.js` (+2 -0) 📝 `resources/js/components/setting-app-color-picker.js` (+7 -2) ➕ `resources/js/components/setting-color-picker.js` (+18 -0) 📝 `resources/lang/en/settings.php` (+14 -1) 📝 `resources/views/partials/custom-styles.blade.php` (+6 -1) 📝 `resources/views/settings/index.blade.php` (+80 -2) </details> ### 📄 Description This is a placeholder to address #1380 creating a UI and storing settings for the css color variables for page, page draft, chapter, book, and shelf. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:19:05 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5869