mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #836] [MERGED] Mobile + Layout Changes #1000
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/836
Author: @notAreYouScared
Created: 12/20/2024
Status: ✅ Merged
Merged: 12/29/2024
Merged by: @notAreYouScared
Base:
main← Head:charles/more-mobile📝 Commits (10+)
8c8dfb4Update Server Listing78d2db3Update Edit/Create Server Pages77413feRemove auto focus52ec4a8Hide Title, Quick yaml fixd4ebb2bHide columns on mobile6fd82a0Hide backup locked on mobilec38ddd4Fix schedules for mobileb27ad21Hide Notes on mobile5a4c6d5Consolidate and clean these upafba5abSimplify📊 Changes
16 files changed (+354 additions, -314 deletions)
View changed files
📝
app/Enums/ContainerStatus.php(+10 -0)➕
app/Enums/ServerResourceType.php(+10 -0)📝
app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php(+58 -60)📝
app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php(+69 -58)📝
app/Filament/App/Resources/ServerResource/Pages/ListServers.php(+1 -64)📝
app/Filament/Server/Resources/AllocationResource/Pages/ListAllocations.php(+1 -0)📝
app/Filament/Server/Resources/BackupResource/Pages/ListBackups.php(+1 -0)📝
app/Filament/Server/Resources/FileResource/Pages/EditFiles.php(+8 -2)📝
app/Filament/Server/Resources/FileResource/Pages/ListFiles.php(+2 -0)📝
app/Filament/Server/Resources/ScheduleResource.php(+43 -10)📝
app/Models/Server.php(+34 -0)📝
app/helpers.php(+4 -4)📝
composer.json(+2 -2)📝
composer.lock(+54 -58)📝
resources/views/filament/components/server-console.blade.php(+1 -2)📝
resources/views/tables/columns/server-entry-column.blade.php(+56 -54)📄 Description
Server Overview - Desktop

Server Overview - Mobile

View Schedules - Mobile ( Before )


View Schedules - Mobile ( After )
Edit Schedules - Mobile ( Before )


Edit Schedules - Mobile ( After )
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.