[PR #1027] [MERGED] Add Custom StatBlocks, Add Stats #1122

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

📋 Pull Request Information

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

Base: mainHead: charles/console-stats


📝 Commits (10+)

📊 Changes

10 files changed (+181 additions, -31 deletions)

View changed files

app/Filament/Server/Components/SmallStatBlock.php (+48 -0)
app/Filament/Server/Components/StatBlock.php (+48 -0)
📝 app/Filament/Server/Widgets/ServerCpuChart.php (+1 -4)
📝 app/Filament/Server/Widgets/ServerMemoryChart.php (+1 -18)
📝 app/Filament/Server/Widgets/ServerOverview.php (+55 -4)
📝 app/helpers.php (+1 -1)
📝 public/css/filament/server/console.css (+4 -1)
📝 resources/views/filament/components/server-console.blade.php (+4 -3)
resources/views/filament/components/server-data-block.blade.php (+10 -0)
resources/views/filament/components/server-small-data-block.blade.php (+9 -0)

📄 Description

Also lowers console font to 14.

After:
image

Before:
image


🔄 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/1027 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 2/23/2025 **Status:** ✅ Merged **Merged:** 2/26/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/console-stats` --- ### 📝 Commits (10+) - [`8cb5699`](https://github.com/pelican-dev/panel/commit/8cb56997f0889ba70c19190388aa22c87685ad5c) add custom statblock - [`f2000a9`](https://github.com/pelican-dev/panel/commit/f2000a9c2c45a7595cf9ccbe634b82d826f50f57) add custom datablock - [`1c8ff05`](https://github.com/pelican-dev/panel/commit/1c8ff053ea7bd6759078bd4208c02a24c49dcdd1) Use real values, not placeholders - [`bde3530`](https://github.com/pelican-dev/panel/commit/bde353014ef48cd0c6b494192bff12e5050c7c3c) More Changes - [`4e73143`](https://github.com/pelican-dev/panel/commit/4e73143642662fa3b3c47cfe02ba0894817f8711) remove unused var - [`b6f7f57`](https://github.com/pelican-dev/panel/commit/b6f7f57af5569c1ac9d02f0abf3677b1d42472e0) Remove old code - [`9b3934c`](https://github.com/pelican-dev/panel/commit/9b3934cf8883b32e4dff93e1414377cd7cf78ca9) Remove more - [`215d1fb`](https://github.com/pelican-dev/panel/commit/215d1fb159019bf566031852d2972cbe887e2bd2) Updates - [`5f38210`](https://github.com/pelican-dev/panel/commit/5f3821048db326c07893436a761d649c5fc46bda) Add LineHeight - [`ee9ac24`](https://github.com/pelican-dev/panel/commit/ee9ac244e78a11bde10e656401971b6e3294cbde) Fix invisible console selection ### 📊 Changes **10 files changed** (+181 additions, -31 deletions) <details> <summary>View changed files</summary> ➕ `app/Filament/Server/Components/SmallStatBlock.php` (+48 -0) ➕ `app/Filament/Server/Components/StatBlock.php` (+48 -0) 📝 `app/Filament/Server/Widgets/ServerCpuChart.php` (+1 -4) 📝 `app/Filament/Server/Widgets/ServerMemoryChart.php` (+1 -18) 📝 `app/Filament/Server/Widgets/ServerOverview.php` (+55 -4) 📝 `app/helpers.php` (+1 -1) 📝 `public/css/filament/server/console.css` (+4 -1) 📝 `resources/views/filament/components/server-console.blade.php` (+4 -3) ➕ `resources/views/filament/components/server-data-block.blade.php` (+10 -0) ➕ `resources/views/filament/components/server-small-data-block.blade.php` (+9 -0) </details> ### 📄 Description Also lowers console font to 14. After: ![image](https://github.com/user-attachments/assets/eb29add8-36ae-4361-b327-51520a208351) Before: ![image](https://github.com/user-attachments/assets/db31ef0e-3488-4dbe-914a-50f29e68b98a) --- <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:19:24 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1122