mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 03:17:15 +03:00
[PR #354] [CLOSED] feat: Moving items and making a start on client side #710
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/354
Author: @Poseidon281
Created: 6/9/2024
Status: ❌ Closed
Base:
main← Head:Feat-Client-Side📝 Commits (10+)
0e079edUpdate 1a225170Rename files88c842cMaking a beginning to the Dashboard4ad960dPint Fixes08b5789Changing username to first and last name06ef8a3New updates and Run Pint5c10fd5Added a footerb7b05efChange location of the footerb65da25Added discoverClustersb5ef6dcAdded dev warning and composer upgrade📊 Changes
59 files changed (+783 additions, -147 deletions)
View changed files
📝
app/Filament/Admin/Clusters/Settings.php(+1 -1)📝
app/Filament/Admin/Pages/Dashboard.php(+3 -3)📝
app/Filament/Admin/Resources/ApiKeyResource.php(+2 -2)📝
app/Filament/Admin/Resources/ApiKeyResource/Pages/CreateApiKey.php(+2 -2)📝
app/Filament/Admin/Resources/ApiKeyResource/Pages/ListApiKeys.php(+2 -2)📝
app/Filament/Admin/Resources/DatabaseHostResource.php(+2 -2)📝
app/Filament/Admin/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php(+2 -2)📝
app/Filament/Admin/Resources/DatabaseHostResource/Pages/EditDatabaseHost.php(+1 -1)📝
app/Filament/Admin/Resources/DatabaseHostResource/Pages/ListDatabaseHosts.php(+2 -2)📝
app/Filament/Admin/Resources/DatabaseHostResource/RelationManagers/DatabasesRelationManager.php(+1 -1)📝
app/Filament/Admin/Resources/DatabaseResource.php(+2 -2)📝
app/Filament/Admin/Resources/DatabaseResource/Pages/CreateDatabase.php(+2 -2)📝
app/Filament/Admin/Resources/DatabaseResource/Pages/EditDatabase.php(+2 -2)📝
app/Filament/Admin/Resources/DatabaseResource/Pages/ListDatabases.php(+2 -2)📝
app/Filament/Admin/Resources/EggResource.php(+2 -2)📝
app/Filament/Admin/Resources/EggResource/Pages/CreateEgg.php(+3 -4)📝
app/Filament/Admin/Resources/EggResource/Pages/EditEgg.php(+3 -4)📝
app/Filament/Admin/Resources/EggResource/Pages/ListEggs.php(+2 -2)📝
app/Filament/Admin/Resources/EggResource/RelationManagers/ServersRelationManager.php(+1 -1)📝
app/Filament/Admin/Resources/MountResource.php(+2 -2)...and 39 more files
📄 Description
Previous PR: #245
Reopened because of #353
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.