[PR #2100] [MERGED] Add traits for customizing wizard steps #1756

Closed
opened 2026-02-05 18:23:54 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/2100
Author: @Boy132
Created: 1/12/2026
Status: Merged
Merged: 1/15/2026
Merged by: @Boy132

Base: mainHead: boy132/customize-wizard-steps


📝 Commits (2)

  • 1e6dee3 add traits for customizing wizard steps
  • d506753 Merge remote-tracking branch 'origin/main' into boy132/customize-wizard-steps

📊 Changes

8 files changed (+1122 additions, -1061 deletions)

View changed files

app/Enums/StepPosition.php (+9 -0)
📝 app/Filament/Admin/Resources/Nodes/Pages/CreateNode.php (+348 -343)
📝 app/Filament/Admin/Resources/Servers/Pages/CreateServer.php (+708 -698)
📝 app/Livewire/Installer/PanelInstaller.php (+24 -17)
app/Traits/Filament/CanCustomizeSteps.php (+33 -0)
📝 lang/en/admin/node.php (+0 -1)
📝 lang/en/admin/server.php (+0 -1)
📝 lang/en/installer.php (+0 -1)

📄 Description

No description provided


🔄 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/2100 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 1/12/2026 **Status:** ✅ Merged **Merged:** 1/15/2026 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/customize-wizard-steps` --- ### 📝 Commits (2) - [`1e6dee3`](https://github.com/pelican-dev/panel/commit/1e6dee3e8d69ddf017fff7d8650e48709eb7423b) add traits for customizing wizard steps - [`d506753`](https://github.com/pelican-dev/panel/commit/d506753197fa626fab62e17aaa619397a652e420) Merge remote-tracking branch 'origin/main' into boy132/customize-wizard-steps ### 📊 Changes **8 files changed** (+1122 additions, -1061 deletions) <details> <summary>View changed files</summary> ➕ `app/Enums/StepPosition.php` (+9 -0) 📝 `app/Filament/Admin/Resources/Nodes/Pages/CreateNode.php` (+348 -343) 📝 `app/Filament/Admin/Resources/Servers/Pages/CreateServer.php` (+708 -698) 📝 `app/Livewire/Installer/PanelInstaller.php` (+24 -17) ➕ `app/Traits/Filament/CanCustomizeSteps.php` (+33 -0) 📝 `lang/en/admin/node.php` (+0 -1) 📝 `lang/en/admin/server.php` (+0 -1) 📝 `lang/en/installer.php` (+0 -1) </details> ### 📄 Description _No description provided_ --- <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-05 18:23:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1756