mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-26 03:21:41 +03:00
[PR #1924] [MERGED] Add progress bars to client area #1655
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/1924
Author: @notAreYouScared
Created: 11/24/2025
Status: ✅ Merged
Merged: 11/29/2025
Merged by: @notAreYouScared
Base:
main← Head:charles/progress-bars📝 Commits (10+)
3105d01wip18f40a7wip7232264i like bigger text3e33582Tweaksdf63244Grid view in a dumpster fireef9dec9Update limits and colors7d7eb2cFix 500s173b94brabbit suggested changes51f7a10cache0cb3906Update table view to use the same max📊 Changes
9 files changed (+561 additions, -63 deletions)
View changed files
📝
app/Filament/App/Resources/Servers/Pages/ListServers.php(+25 -19)➕
app/Filament/Components/Tables/Columns/Concerns/HasProgress.php(+136 -0)➕
app/Filament/Components/Tables/Columns/ProgressBarColumn.php(+162 -0)📝
app/Filament/Components/Tables/Columns/ServerEntryColumn.php(+13 -0)📝
app/Models/Node.php(+14 -12)📝
app/Models/Server.php(+3 -3)➕
resources/views/livewire/columns/progress-bar-column.blade.php(+86 -0)📝
resources/views/livewire/server-entry-placeholder.blade.php(+52 -13)📝
resources/views/livewire/server-entry.blade.php(+70 -16)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.