mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1329] [MERGED] Remove get_fonts, Fix docker container console font selection
#1327
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/1329
Author: @notAreYouScared
Created: 5/2/2025
Status: ✅ Merged
Merged: 5/2/2025
Merged by: @notAreYouScared
Base:
main← Head:charles/update-fonts📝 Commits (5)
568d548Updateget_fonts9b75907#2?e81ec65Replace encrypt and decrypt calls with encrypted casting (#3)3418090FINAL BOSS FIGHT4f9b455Update resources/views/filament/components/server-console.blade.php📊 Changes
5 files changed (+28 additions, -26 deletions)
View changed files
📝
Dockerfile.dev(+3 -2)📝
app/Filament/Pages/Auth/EditProfile.php(+13 -2)📝
app/helpers.php(+0 -14)📝
resources/views/filament/components/server-console.blade.php(+12 -8)➖
storage/app/public/fonts/ComicMono.ttf(+0 -0)📄 Description
This should fix Docker, It has to be changed as we use Alpine for Docker, which does not support GLOB_BRACE.
Also fixes the font folder not being properly linked due to its existence, changed console font to use CDN for ComicMono if no font exists, better than shipping the file :)
Should fix #1326
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.