mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
[PR #231] [CLOSED] feat: Themes #646
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/231
Author: @Poseidon281
Created: 5/15/2024
Status: ❌ Closed
Base:
main← Head:Breezy-2📝 Commits (10+)
a0344e3Now using Theme Plugina1dc18eRun Pint7108c31Merge remote-tracking branch 'upstream/main' into Breezy-26f08441Removing uncessary code844b7d6Run Pint052ea0bMerge remote-tracking branch 'upstream/main' into Breezy-2357f550Merging with main5754f2dRemoving advertisment of the Plugin in the footera30e4fdRun Pintbcf5c76Changing 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.