feat: add Font Awesome 6.4.0 icon library stylesheet to app template

Include the minified Font Awesome 6.4.0 CSS bundle (fa640.all.min.css) as a new static asset and link it in the app.html template before the base stylesheet, enabling icon support across the application.
This commit is contained in:
2025-06-06 09:35:56 +00:00
parent 251d05afc7
commit 9f5dfee463
2 changed files with 10 additions and 1 deletions
+9
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -19,7 +19,7 @@
<script src="/chat-input.js" type="module"></script>
<link rel="stylesheet" href="/sandbox.css">
<link rel="stylesheet" href="/user-list.css">
<link rel="stylesheet" href="/fa640.all.min.css">
<link rel="stylesheet" href="/base.css">
<link
rel="stylesheet"