[PR #231] [CLOSED] feat: Themes #646

Closed
opened 2026-02-04 18:39:45 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/231
Author: @Poseidon281
Created: 5/15/2024
Status: Closed

Base: mainHead: Breezy-2


📝 Commits (10+)

  • a0344e3 Now using Theme Plugin
  • a1dc18e Run Pint
  • 7108c31 Merge remote-tracking branch 'upstream/main' into Breezy-2
  • 6f08441 Removing uncessary code
  • 844b7d6 Run Pint
  • 052ea0b Merge remote-tracking branch 'upstream/main' into Breezy-2
  • 357f550 Merging with main
  • 5754f2d Removing advertisment of the Plugin in the footer
  • a30e4fd Run Pint
  • bcf5c76 Changing default icon to better icon

📊 Changes

14 files changed (+322 additions, -1 deletions)

View changed files

📝 app/Providers/Filament/AdminPanelProvider.php (+9 -0)
📝 composer.json (+1 -0)
📝 composer.lock (+77 -1)
config/themes.php (+36 -0)
database/migrations/2024_05_12_200319_add_themes_settings_to_users_table.php (+23 -0)
public/vendor/themes/.gitkeep (+0 -0)
public/vendor/themes/default.css (+1 -0)
public/vendor/themes/dracula.css (+1 -0)
public/vendor/themes/nord.css (+1 -0)
public/vendor/themes/sunset.css (+1 -0)
resources/views/vendor/themes/.gitkeep (+0 -0)
resources/views/vendor/themes/filament/hooks/tenant-menu.blade.php (+3 -0)
resources/views/vendor/themes/filament/pages/themes-footer.blade.php (+3 -0)
resources/views/vendor/themes/filament/pages/themes.blade.php (+166 -0)

📄 Description

With this Feature themes can be changed and new themes can be created. Themes can be set the work global or user. Also for the default theme colors can be changed


🔄 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/pelican-dev/panel/pull/231 **Author:** [@Poseidon281](https://github.com/Poseidon281) **Created:** 5/15/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `Breezy-2` --- ### 📝 Commits (10+) - [`a0344e3`](https://github.com/pelican-dev/panel/commit/a0344e313f8bf7fe9b28165e64401f6fd761f1dc) Now using Theme Plugin - [`a1dc18e`](https://github.com/pelican-dev/panel/commit/a1dc18e30fdd37e30768bc3bd74a57622c69d0c9) Run Pint - [`7108c31`](https://github.com/pelican-dev/panel/commit/7108c31e2b25a42c765599c5380657194acb52ef) Merge remote-tracking branch 'upstream/main' into Breezy-2 - [`6f08441`](https://github.com/pelican-dev/panel/commit/6f084418d09e0cd3400b53698576e7eab25a0fb7) Removing uncessary code - [`844b7d6`](https://github.com/pelican-dev/panel/commit/844b7d68b31e2e18abc0a01d342c4400e9783cb0) Run Pint - [`052ea0b`](https://github.com/pelican-dev/panel/commit/052ea0b817fdac15080756e862812f48377a198c) Merge remote-tracking branch 'upstream/main' into Breezy-2 - [`357f550`](https://github.com/pelican-dev/panel/commit/357f550cf54cfd6fff290007f77383ee9e28f510) Merging with main - [`5754f2d`](https://github.com/pelican-dev/panel/commit/5754f2d509a614358da9b43efaac04f884bb8de7) Removing advertisment of the Plugin in the footer - [`a30e4fd`](https://github.com/pelican-dev/panel/commit/a30e4fde1368db6f2f7f5206b0481de02fdc2148) Run Pint - [`bcf5c76`](https://github.com/pelican-dev/panel/commit/bcf5c76b950c3548ed586e86f46c566f0adf27dc) Changing default icon to better icon ### 📊 Changes **14 files changed** (+322 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Providers/Filament/AdminPanelProvider.php` (+9 -0) 📝 `composer.json` (+1 -0) 📝 `composer.lock` (+77 -1) ➕ `config/themes.php` (+36 -0) ➕ `database/migrations/2024_05_12_200319_add_themes_settings_to_users_table.php` (+23 -0) ➕ `public/vendor/themes/.gitkeep` (+0 -0) ➕ `public/vendor/themes/default.css` (+1 -0) ➕ `public/vendor/themes/dracula.css` (+1 -0) ➕ `public/vendor/themes/nord.css` (+1 -0) ➕ `public/vendor/themes/sunset.css` (+1 -0) ➕ `resources/views/vendor/themes/.gitkeep` (+0 -0) ➕ `resources/views/vendor/themes/filament/hooks/tenant-menu.blade.php` (+3 -0) ➕ `resources/views/vendor/themes/filament/pages/themes-footer.blade.php` (+3 -0) ➕ `resources/views/vendor/themes/filament/pages/themes.blade.php` (+166 -0) </details> ### 📄 Description With this [Feature](https://filamentphp.com/plugins/hasnayeen-themes#create-custom-theme) themes can be changed and new themes can be created. Themes can be set the work global or user. Also for the default theme colors can be changed --- <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-04 18:39:45 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#646