[PR #1277] [MERGED] Allow changing of the console font #1294

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1277
Author: @notAreYouScared
Created: 4/19/2025
Status: Merged
Merged: 5/1/2025
Merged by: @notAreYouScared

Base: mainHead: charles/change-font


📝 Commits (10+)

  • b28f7f3 Custom Fonts
  • 0bfc150 Merge branch 'main' into charles/change-font
  • 21e09a9 Update app/Filament/Pages/Auth/EditProfile.php
  • aa2df36 wip
  • c6ae617 wip
  • 59a4d81 Update app/Filament/Pages/Auth/EditProfile.php
  • a5723cf Update app/helpers.php
  • ec4f100 Merge branch 'main' into charles/change-font
  • 854b550 update
  • cda1b2e Merge branch 'main' into charles/change-font

📊 Changes

11 files changed (+79 additions, -26 deletions)

View changed files

📝 .gitignore (+0 -1)
📝 Dockerfile (+3 -2)
📝 app/Filament/Admin/Pages/Settings.php (+10 -1)
📝 app/Filament/Pages/Auth/EditProfile.php (+32 -5)
📝 app/helpers.php (+14 -0)
📝 docker/entrypoint.sh (+1 -1)
📝 lang/en/admin/setting.php (+2 -0)
📝 public/css/filament/server/console.css (+0 -12)
public/fonts/ComicMono-Bold.ttf (+0 -0)
📝 resources/views/filament/components/server-console.blade.php (+17 -4)
📝 storage/app/public/fonts/ComicMono.ttf (+0 -0)

📄 Description

No description provided


🔄 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/1277 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 4/19/2025 **Status:** ✅ Merged **Merged:** 5/1/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/change-font` --- ### 📝 Commits (10+) - [`b28f7f3`](https://github.com/pelican-dev/panel/commit/b28f7f3063c4a925dba2df735fe62f4fa9f1a9c8) Custom Fonts - [`0bfc150`](https://github.com/pelican-dev/panel/commit/0bfc150bcd9ac3f56ff3ecbf636c829b034a3b94) Merge branch 'main' into charles/change-font - [`21e09a9`](https://github.com/pelican-dev/panel/commit/21e09a97c0db49ffd6442e1c9b24f6e0705bcdc9) Update app/Filament/Pages/Auth/EditProfile.php - [`aa2df36`](https://github.com/pelican-dev/panel/commit/aa2df368da8b8b85d5b1a6082fc82a09c4989ab4) wip - [`c6ae617`](https://github.com/pelican-dev/panel/commit/c6ae6173ffb2c3bdb3a7ee27f106ef735587c010) wip - [`59a4d81`](https://github.com/pelican-dev/panel/commit/59a4d814345f3686535405d646802db4f32b3b68) Update app/Filament/Pages/Auth/EditProfile.php - [`a5723cf`](https://github.com/pelican-dev/panel/commit/a5723cff17852775014c4f81b46fb54b37df90ec) Update app/helpers.php - [`ec4f100`](https://github.com/pelican-dev/panel/commit/ec4f100d3bbd208325cc3e234e0f3258a0e92abc) Merge branch 'main' into charles/change-font - [`854b550`](https://github.com/pelican-dev/panel/commit/854b5509fac920cf5da0135d9cbefccdf00a231f) update - [`cda1b2e`](https://github.com/pelican-dev/panel/commit/cda1b2ec7df2591395ff7a7b15a942b385281b81) Merge branch 'main' into charles/change-font ### 📊 Changes **11 files changed** (+79 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+0 -1) 📝 `Dockerfile` (+3 -2) 📝 `app/Filament/Admin/Pages/Settings.php` (+10 -1) 📝 `app/Filament/Pages/Auth/EditProfile.php` (+32 -5) 📝 `app/helpers.php` (+14 -0) 📝 `docker/entrypoint.sh` (+1 -1) 📝 `lang/en/admin/setting.php` (+2 -0) 📝 `public/css/filament/server/console.css` (+0 -12) ➖ `public/fonts/ComicMono-Bold.ttf` (+0 -0) 📝 `resources/views/filament/components/server-console.blade.php` (+17 -4) 📝 `storage/app/public/fonts/ComicMono.ttf` (+0 -0) </details> ### 📄 Description _No description provided_ --- <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 18:09:29 +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#1294