feat: Font Size & Game Icon Scaling & misc. UI Fixes & loading animation for Grid View game parsing

This commit is contained in:
collecting
2026-04-20 02:37:09 -04:00
parent 7760d4a7ef
commit cef5432584
12 changed files with 426 additions and 117 deletions
+3
View File
@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2400/svg" width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
<path d="M10 5L5 17h2.2l1.4-3.8h6.8L16.8 17H19L14 5h-4zm-.4 6.7L12 6l2.4 5.7H9.6zM18.5 12c-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5-1.1-2.5-2.5-2.5z"/>
</svg>

After

Width:  |  Height:  |  Size: 278 B

+4
View File
@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2400/svg" width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
<path d="M21 5H3c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 12H3V7h18v10zm-6.5-6.5L11 14l-2.5-3.5L5 15h14l-4.5-5.5z"/>
<circle cx="8" cy="9.5" r="1.5"/>
</svg>

After

Width:  |  Height:  |  Size: 296 B