[PR #73] [MERGED] Closes #55. Allows you to set the primary color. #5592

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/73
Author: @nwalke
Created: 3/3/2016
Status: Merged
Merged: 3/6/2016
Merged by: @ssddanbrown

Base: masterHead: update_site_color


📝 Commits (1)

  • e3bdc39 Closes #55. Allows you to set the primary color.

📊 Changes

5 files changed (+101 additions, -1 deletions)

View changed files

📝 app/Http/Controllers/SettingController.php (+50 -0)
public/libs/jscolor/jscolor.min.js (+10 -0)
📝 resources/views/base.blade.php (+19 -0)
📝 resources/views/public.blade.php (+13 -1)
📝 resources/views/settings/index.blade.php (+9 -0)

📄 Description

This certainly should not be seen as the final implementation of this. I imagine that requests like this will happen for many other colors in the system, it might be good at some point to allow them to upload their own stylesheet to be used. But then again, maybe this suffices.


🔄 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/73 **Author:** [@nwalke](https://github.com/nwalke) **Created:** 3/3/2016 **Status:** ✅ Merged **Merged:** 3/6/2016 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `update_site_color` --- ### 📝 Commits (1) - [`e3bdc39`](https://github.com/BookStackApp/BookStack/commit/e3bdc391cd2a40c4c6346645cb30529d7dccd356) Closes #55. Allows you to set the primary color. ### 📊 Changes **5 files changed** (+101 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/SettingController.php` (+50 -0) ➕ `public/libs/jscolor/jscolor.min.js` (+10 -0) 📝 `resources/views/base.blade.php` (+19 -0) 📝 `resources/views/public.blade.php` (+13 -1) 📝 `resources/views/settings/index.blade.php` (+9 -0) </details> ### 📄 Description This certainly should not be seen as the final implementation of this. I imagine that requests like this will happen for many other colors in the system, it might be good at some point to allow them to upload their own stylesheet to be used. But then again, maybe this suffices. --- <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:11:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5592