[PR #1200] [MERGED] Update Overview, Again. Add some customization #1243

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1200
Author: @notAreYouScared
Created: 4/2/2025
Status: Merged
Merged: 4/4/2025
Merged by: @notAreYouScared

Base: mainHead: charles/overview-v2.1


📝 Commits (10+)

📊 Changes

9 files changed (+284 additions, -58 deletions)

View changed files

📝 app/Enums/ContainerStatus.php (+1 -1)
📝 app/Filament/App/Resources/ServerResource/Pages/ListServers.php (+123 -6)
📝 app/Filament/Pages/Auth/EditProfile.php (+70 -0)
📝 app/Models/Server.php (+1 -1)
📝 app/Models/User.php (+14 -0)
database/migrations/2025_04_01_214953_add_customization_column.php (+28 -0)
📝 lang/en/profile.php (+9 -0)
📝 resources/views/filament/components/server-console.blade.php (+2 -2)
📝 resources/views/tables/columns/server-entry-column.blade.php (+36 -48)

📄 Description

Adds a new table to the dashboard/overview/server list whatever we want to call it.... Allows the user to change between grid and table views. Also, add's console font size and rows to allow some customization, another PR will bring changing the Console Font

https://github.com/user-attachments/assets/72601be9-f0a0-4d52-9154-b6fe6e6577a0


🔄 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/1200 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 4/2/2025 **Status:** ✅ Merged **Merged:** 4/4/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/overview-v2.1` --- ### 📝 Commits (10+) - [`e1895f1`](https://github.com/pelican-dev/panel/commit/e1895f1c3fee2db1467348d2039f3ef9926293f6) wip - [`b807792`](https://github.com/pelican-dev/panel/commit/b807792e4ff10afa4dab60955e486de5ce99d9d7) wip - [`ecb75c3`](https://github.com/pelican-dev/panel/commit/ecb75c321d14c556d76bb163d7e28e9289cfdbfb) wip - [`ed2f6b0`](https://github.com/pelican-dev/panel/commit/ed2f6b060b0ae6cc4e6fc89f82fc4800a65c1c66) overview 2.1 - [`2e6c107`](https://github.com/pelican-dev/panel/commit/2e6c1074eb0dfd9ef6f8cc6357074b26d04222e5) Merge remote-tracking branch 'origin/charles/console-settings' into charles/overview-v2.1 - [`2eef051`](https://github.com/pelican-dev/panel/commit/2eef051ee6f58779d578783a152a8349b8f99124) Combine 2 branches into one - [`563f230`](https://github.com/pelican-dev/panel/commit/563f230ae4e76af7014402f82cc780f5b33fd36c) updates - [`b695d75`](https://github.com/pelican-dev/panel/commit/b695d756e0010b9c7cd3d349d6a29435ececfd62) Fix 500 - [`37d12c3`](https://github.com/pelican-dev/panel/commit/37d12c323deb05ff4058a0985dfd4f8f5b75e8a8) use my friend JSON - [`41d45ca`](https://github.com/pelican-dev/panel/commit/41d45ca7679c176b075509aee4cf7784c1eeb1cb) Use switch ### 📊 Changes **9 files changed** (+284 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `app/Enums/ContainerStatus.php` (+1 -1) 📝 `app/Filament/App/Resources/ServerResource/Pages/ListServers.php` (+123 -6) 📝 `app/Filament/Pages/Auth/EditProfile.php` (+70 -0) 📝 `app/Models/Server.php` (+1 -1) 📝 `app/Models/User.php` (+14 -0) ➕ `database/migrations/2025_04_01_214953_add_customization_column.php` (+28 -0) 📝 `lang/en/profile.php` (+9 -0) 📝 `resources/views/filament/components/server-console.blade.php` (+2 -2) 📝 `resources/views/tables/columns/server-entry-column.blade.php` (+36 -48) </details> ### 📄 Description Adds a new table to the dashboard/overview/server list whatever we want to call it.... Allows the user to change between grid and table views. Also, add's console font size and rows to allow some customization, another PR will bring changing the Console Font https://github.com/user-attachments/assets/72601be9-f0a0-4d52-9154-b6fe6e6577a0 --- <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:29:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1243