[PR #803] [MERGED] Dynamic server status #977

Closed
opened 2026-02-04 19:07:21 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/803
Author: @lancepioch
Created: 12/9/2024
Status: Merged
Merged: 12/11/2024
Merged by: @lancepioch

Base: mainHead: lance/dynamic-server-status


📝 Commits (9)

📊 Changes

7 files changed (+107 additions, -32 deletions)

View changed files

📝 app/Enums/ContainerStatus.php (+31 -0)
📝 app/Filament/Server/Pages/Console.php (+11 -10)
📝 app/Filament/Server/Widgets/ServerConsole.php (+1 -1)
app/Livewire/ServerConflictBanner.php (+34 -0)
📝 resources/views/filament/components/server-console.blade.php (+8 -2)
📝 resources/views/filament/server-conflict-banner.blade.php (+1 -19)
resources/views/livewire/server-conflict-banner.blade.php (+21 -0)

📄 Description

The server status banner at the top is dynamically reloaded whenever the power status changes also now.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/803 **Author:** [@lancepioch](https://github.com/lancepioch) **Created:** 12/9/2024 **Status:** ✅ Merged **Merged:** 12/11/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `lance/dynamic-server-status` --- ### 📝 Commits (9) - [`3a6329b`](https://github.com/pelican-dev/panel/commit/3a6329b6a6aad27a699edb49803e112923cd5c78) Better readability - [`5d313a3`](https://github.com/pelican-dev/panel/commit/5d313a34dee25c8293f44b5d41d474b1a1a7e753) Force refresh the server instance - [`d795c0c`](https://github.com/pelican-dev/panel/commit/d795c0c10532ac9c53f6eca65f7b5e9bdeeaec79) Use kebab case for these - [`589d0aa`](https://github.com/pelican-dev/panel/commit/589d0aad52258c43846bc0a59a1a12986714c88e) Fix phpstan - [`54206c1`](https://github.com/pelican-dev/panel/commit/54206c1d87f5d95ee38a8608bd094dc32074ca6f) Retry a little longer - [`c756308`](https://github.com/pelican-dev/panel/commit/c756308777c85c6ed42387948c63ed236fdf176e) Updates - [`e2d3c1f`](https://github.com/pelican-dev/panel/commit/e2d3c1f54f55863f3f21c9b58105c3f07d3f6391) Add pint - [`0797dca`](https://github.com/pelican-dev/panel/commit/0797dcacb3e365b094b41823124f48eb05e53c80) Don’t need this - [`bb2491d`](https://github.com/pelican-dev/panel/commit/bb2491da2e5bffac8c2a5fce01267a8bd004b169) Pint fix ### 📊 Changes **7 files changed** (+107 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `app/Enums/ContainerStatus.php` (+31 -0) 📝 `app/Filament/Server/Pages/Console.php` (+11 -10) 📝 `app/Filament/Server/Widgets/ServerConsole.php` (+1 -1) ➕ `app/Livewire/ServerConflictBanner.php` (+34 -0) 📝 `resources/views/filament/components/server-console.blade.php` (+8 -2) 📝 `resources/views/filament/server-conflict-banner.blade.php` (+1 -19) ➕ `resources/views/livewire/server-conflict-banner.blade.php` (+21 -0) </details> ### 📄 Description The server status banner at the top is dynamically reloaded whenever the power status changes also now. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:07:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#977