mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1541] [MERGED] Move header actions to iconbuttons #1443
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/1541
Author: @notAreYouScared
Created: 7/21/2025
Status: ✅ Merged
Merged: 7/22/2025
Merged by: @notAreYouScared
Base:
main← Head:charles/icon-btns📝 Commits (1)
2467cc2Move header actions to iconbuttons📊 Changes
8 files changed (+59 additions, -17 deletions)
View changed files
📝
app/Filament/Server/Resources/AllocationResource/Pages/ListAllocations.php(+4 -1)📝
app/Filament/Server/Resources/BackupResource/Pages/ListBackups.php(+3 -1)📝
app/Filament/Server/Resources/DatabaseResource/Pages/ListDatabases.php(+4 -1)📝
app/Filament/Server/Resources/FileResource/Pages/ListFiles.php(+15 -7)📝
app/Filament/Server/Resources/ScheduleResource/Pages/EditSchedule.php(+16 -3)📝
app/Filament/Server/Resources/ScheduleResource/Pages/ListSchedules.php(+8 -2)📝
app/Filament/Server/Resources/ScheduleResource/Pages/ViewSchedule.php(+5 -1)📝
app/Filament/Server/Resources/UserResource/Pages/ListUsers.php(+4 -1)📄 Description
Played with this in v4, but in v4 they're moved to the toolbar of the tables.
When limits are reached, icons are changed to an "x" variant if available. Unfortunately, disabled iconButtons do not show tooltips like they do in v4.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.