[PR #764] [MERGED] Update Server Console, Address Overflows #952

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

📋 Pull Request Information

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

Base: mainHead: ui/server-console


📝 Commits (10+)

  • 98b0b2c Update Console
  • 98c71a3 Add overflow to... Everything?
  • e235ee2 Oops, Add Name label back
  • 61aaaa1 Actually handle Transfer Status & remove useless switch
  • e1a2205 Use switch case
  • 1e92d6c Readonly command input if server can't receive one
  • 03e7d7b lint
  • 28731cd Update app/Filament/Server/Widgets/ServerConsole.php
  • 784dd9d Use filament::icon instead of raw svg
  • 33ebde5 Update resources/views/filament/components/server-console.blade.php

📊 Changes

3 files changed (+136 additions, -59 deletions)

View changed files

📝 app/Filament/Server/Widgets/ServerConsole.php (+6 -1)
📝 app/Filament/Server/Widgets/ServerOverview.php (+8 -2)
📝 resources/views/filament/components/server-console.blade.php (+122 -56)

📄 Description

After, Dark: image

After, Light ( Still needs some love ):
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/764 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 12/5/2024 **Status:** ✅ Merged **Merged:** 12/6/2024 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `ui/server-console` --- ### 📝 Commits (10+) - [`98b0b2c`](https://github.com/pelican-dev/panel/commit/98b0b2c6e34cbea4a67407d7956f24d873ef0905) Update Console - [`98c71a3`](https://github.com/pelican-dev/panel/commit/98c71a338304d4f4573b23421854b2d826b1b20e) Add overflow to... Everything? - [`e235ee2`](https://github.com/pelican-dev/panel/commit/e235ee2652d73548fb26bd652687217fbbc24598) Oops, Add Name label back - [`61aaaa1`](https://github.com/pelican-dev/panel/commit/61aaaa1343eb72e74ef238636215f97d0e171772) Actually handle Transfer Status & remove useless switch - [`e1a2205`](https://github.com/pelican-dev/panel/commit/e1a22054dfaa665fbfcea3e8f6287919dec62dd5) Use switch case - [`1e92d6c`](https://github.com/pelican-dev/panel/commit/1e92d6cc9a495a8950d3fcc634eaf42930fac935) Readonly command input if server can't receive one - [`03e7d7b`](https://github.com/pelican-dev/panel/commit/03e7d7bb42e703db53bc1ee306d49d18892ba578) lint - [`28731cd`](https://github.com/pelican-dev/panel/commit/28731cd1ccfda207b38f8ebdf423b59133590313) Update app/Filament/Server/Widgets/ServerConsole.php - [`784dd9d`](https://github.com/pelican-dev/panel/commit/784dd9d2ee7fb145ca3828d2b6849963ea836340) Use filament::icon instead of raw svg - [`33ebde5`](https://github.com/pelican-dev/panel/commit/33ebde57dd48a0754408b234cd916fb1a347aa30) Update resources/views/filament/components/server-console.blade.php ### 📊 Changes **3 files changed** (+136 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Server/Widgets/ServerConsole.php` (+6 -1) 📝 `app/Filament/Server/Widgets/ServerOverview.php` (+8 -2) 📝 `resources/views/filament/components/server-console.blade.php` (+122 -56) </details> ### 📄 Description After, Dark: ![image](https://github.com/user-attachments/assets/56ab36c9-a3be-4a48-8d59-569c8f807448) After, Light ( Still needs some love ): ![image](https://github.com/user-attachments/assets/f9081219-bb3d-47d2-8c76-9691d92f3e5b) --- <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:05:18 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#952