mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 19:09:58 +03:00
[PR #1200] [MERGED] Update Overview, Again. Add some customization #1243
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:charles/overview-v2.1📝 Commits (10+)
e1895f1wipb807792wipecb75c3wiped2f6b0overview 2.12e6c107Merge remote-tracking branch 'origin/charles/console-settings' into charles/overview-v2.12eef051Combine 2 branches into one563f230updatesb695d75Fix 50037d12c3use my friend JSON41d45caUse switch📊 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.