[PR #1174] [MERGED] Add some refreshs & notifications to EditServer action buttons #1221

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1174
Author: @Boy132
Created: 3/27/2025
Status: Merged
Merged: 4/1/2025
Merged by: @Boy132

Base: mainHead: boy132/edit-server-action-buttons


📝 Commits (5)

  • 2c0e039 add some refreshs & notifications to EditServer action buttons
  • b505243 reinstall server when trying to toggle failed state
  • 293a1fc don't show modal on normal toggle install
  • d5da5d0 Merge remote-tracking branch 'upstream/main' into boy132/edit-server-action-buttons
  • 228b271 don't print raw exception on reinstall & suspension

📊 Changes

2 files changed (+97 additions, -20 deletions)

View changed files

📝 app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php (+91 -20)
📝 lang/en/admin/server.php (+6 -0)

📄 Description

Toggle install: Show success or fail notification.
Toggle suspend/ unsuspend: Don't show both notifications on error.
Reinstall: Show success or fail notification, refresh status.

Also closes #1161: when the server is in install_failed state the toggle install button will ask to reinstall.
grafik


🔄 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/1174 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 3/27/2025 **Status:** ✅ Merged **Merged:** 4/1/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/edit-server-action-buttons` --- ### 📝 Commits (5) - [`2c0e039`](https://github.com/pelican-dev/panel/commit/2c0e039107dac224056c7e7b4460eb44a2c06b47) add some refreshs & notifications to EditServer action buttons - [`b505243`](https://github.com/pelican-dev/panel/commit/b5052430ef52dfda4e78b766461a68054c1504a3) reinstall server when trying to toggle failed state - [`293a1fc`](https://github.com/pelican-dev/panel/commit/293a1fc4e443015f0c01908389ff0f0e4fcdac81) don't show modal on normal toggle install - [`d5da5d0`](https://github.com/pelican-dev/panel/commit/d5da5d077c499e58bb26f96318bbddada77a2a4b) Merge remote-tracking branch 'upstream/main' into boy132/edit-server-action-buttons - [`228b271`](https://github.com/pelican-dev/panel/commit/228b271a4dacc7f40986fcf564673dcac15ee331) don't print raw exception on reinstall & suspension ### 📊 Changes **2 files changed** (+97 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php` (+91 -20) 📝 `lang/en/admin/server.php` (+6 -0) </details> ### 📄 Description Toggle install: Show success or fail notification. Toggle suspend/ unsuspend: Don't show both notifications on error. Reinstall: Show success or fail notification, refresh status. Also closes #1161: when the server is in `install_failed` state the toggle install button will ask to reinstall. ![grafik](https://github.com/user-attachments/assets/8c0b42d1-4efb-41f8-a6b2-b7cb48e750a2) --- <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:28:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1221