More QoL changes

This commit is contained in:
AlacrisDevs
2025-12-08 14:33:45 +02:00
parent 4e7ecb5397
commit 9dc3e7006e
10 changed files with 62 additions and 41 deletions

View File

@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
<rect width="128" height="128" fill="#060ce9"/>
<path
fill="#ffcc00"
d="M24 16L27.3 27V110L24 121H62L58.7 110V68.2L98 121H136L83.3 53.5L131.6 0H93.7L58.7 45V27L62 16H24Z"
transform="translate(-8, 4) scale(0.9)"
/>
</svg>

Before

Width:  |  Height:  |  Size: 302 B

View File

@@ -0,0 +1,3 @@
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.05957 1.5L11.3781 12.5V115.5L8.05957 126.5H45.9855L42.667 115.5V73.6719L82.0151 126.5H119.941L67.3188 59L115.674 1.50006H77.7485L42.667 50.5001V12.5L45.9855 1.50006L8.05957 1.5Z" fill="#FFAB00"/>
</svg>

After

Width:  |  Height:  |  Size: 355 B

View File

@@ -65,16 +65,16 @@
<div class="text-red-500 text-6xl mb-4" aria-hidden="true">
⚠️
</div>
<h1 class="text-white text-2xl font-bold mb-2">
<h1 class="text-white text-2xl font-bold mb-2 uppercase">
{m.error_title?.() ?? "Something went wrong"}
</h1>
<p class="text-gray-400 mb-4">
<p class="text-gray-400 mb-4 uppercase">
{m.error_description?.() ??
"An unexpected error occurred. Please try again."}
</p>
<details class="text-left mb-4">
<summary
class="text-gray-500 cursor-pointer hover:text-gray-400"
class="text-gray-500 uppercase cursor-pointer hover:text-gray-400"
>
{m.error_details?.() ?? "Technical details"}
</summary>