mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #259] [CLOSED] Settings page & few small improvements #664
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/259
Author: @Poseidon281
Created: 5/19/2024
Status: ❌ Closed
Base:
main← Head:Settings📝 Commits (10+)
b896680First Commit9e1410ePint Fix04faf24Delete useless helper0ec9d0bThis should fix the config problem only it does not91a04c8Merge remote-tracking branch 'upstream/main' into Settings1cd46b5Added nav sort and Cache Flush2b7d013Deleted unnecessary codeb989405Merge remote-tracking branch 'upstream/main' into Settingse61d3f3Composer update1c3eaa0Revert "Composer update"📊 Changes
21 files changed (+271 additions, -841 deletions)
View changed files
📝
.env.example(+1 -1)➖
app/Filament/Clusters/Settings.php(+0 -10)➕
app/Filament/Resources/SettingResource.php(+61 -0)➕
app/Filament/Resources/SettingResource/Pages/ManageSettings.php(+30 -0)➖
app/Http/Controllers/Admin/Settings/AdvancedController.php(+0 -56)➖
app/Http/Controllers/Admin/Settings/IndexController.php(+0 -56)➖
app/Http/Controllers/Admin/Settings/MailController.php(+0 -82)📝
app/Models/Setting.php(+113 -66)📝
app/Providers/AppServiceProvider.php(+0 -5)📝
app/Providers/Filament/AdminPanelProvider.php(+8 -0)➖
app/Providers/SettingsServiceProvider.php(+0 -112)📝
composer.json(+2 -1)📝
composer.lock(+55 -1)📝
config/panel.php(+0 -12)📝
readme.md(+1 -1)➖
resources/views/admin/settings/advanced.blade.php(+0 -127)➖
resources/views/admin/settings/index.blade.php(+0 -75)➖
resources/views/admin/settings/mail.blade.php(+0 -202)📝
resources/views/layouts/admin.blade.php(+0 -5)📝
resources/views/partials/admin/settings/notice.blade.php(+0 -9)...and 1 more files
📄 Description
I made a settings page in the Filament admin side.
TODO List
✅ = Done
❔= Need help with/dont know how
❌ = Needs to be done/not yet started
Reminder 2: Talk to Lance about a paginated setting for the tables
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.