[PR #352] [MERGED] Use Wizard for server/node create pages #711

Closed
opened 2026-02-05 17:52:07 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/352
Author: @notAreYouScared
Created: 6/9/2024
Status: Merged
Merged: 6/9/2024
Merged by: @notAreYouScared

Base: mainHead: charles/rework-create


📝 Commits (6)

📊 Changes

7 files changed (+1122 additions, -1058 deletions)

View changed files

📝 app/Filament/Resources/NodeResource/Pages/CreateNode.php (+75 -39)
📝 app/Filament/Resources/ServerResource/Pages/CreateServer.php (+710 -666)
📝 composer.lock (+327 -343)
📝 public/css/filament/filament/app.css (+1 -1)
📝 public/js/filament/forms/components/file-upload.js (+7 -7)
📝 public/js/filament/forms/components/key-value.js (+1 -1)
📝 public/js/filament/notifications/notifications.js (+1 -1)

📄 Description

Create Node:
image
image

Create Server:

https://github.com/pelican-dev/panel/assets/1757840/1cffc982-552f-45ad-afda-238979ba39b6


🔄 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/352 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 6/9/2024 **Status:** ✅ Merged **Merged:** 6/9/2024 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/rework-create` --- ### 📝 Commits (6) - [`9b76925`](https://github.com/pelican-dev/panel/commit/9b769256aa5bc1554679150d6b97668195f0b4a9) Update create server flow - [`3c74081`](https://github.com/pelican-dev/panel/commit/3c74081c38b13a0e546e594df949ed5b28cb786b) Update create node & buttons - [`c7d9e60`](https://github.com/pelican-dev/panel/commit/c7d9e602beb1210a94bb993d5f3a7800c7200f53) Remove duplicate - [`2ce9c73`](https://github.com/pelican-dev/panel/commit/2ce9c738e0f0f2851f6faf5753825cc7ff6ea771) Composer Update - [`ccf8193`](https://github.com/pelican-dev/panel/commit/ccf819341800f4fcf63676c0d9e54a46a5461605) Small adjustments - [`8a6ffa7`](https://github.com/pelican-dev/panel/commit/8a6ffa758e5eb0a61fe93f45378f3d0380c24d0b) pint ### 📊 Changes **7 files changed** (+1122 additions, -1058 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/NodeResource/Pages/CreateNode.php` (+75 -39) 📝 `app/Filament/Resources/ServerResource/Pages/CreateServer.php` (+710 -666) 📝 `composer.lock` (+327 -343) 📝 `public/css/filament/filament/app.css` (+1 -1) 📝 `public/js/filament/forms/components/file-upload.js` (+7 -7) 📝 `public/js/filament/forms/components/key-value.js` (+1 -1) 📝 `public/js/filament/notifications/notifications.js` (+1 -1) </details> ### 📄 Description Create Node: ![image](https://github.com/pelican-dev/panel/assets/1757840/63bc5663-756a-4eca-a3c7-5af8cc5d315d) ![image](https://github.com/pelican-dev/panel/assets/1757840/ebf3cb0b-3172-465f-8510-b1d77fc8e595) Create Server: https://github.com/pelican-dev/panel/assets/1757840/1cffc982-552f-45ad-afda-238979ba39b6 --- <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 17:52: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-pelican-dev#711