complete ui overhaul

This commit is contained in:
Mustafa Soylu
2025-06-08 12:39:39 +02:00
parent 62cbeeb513
commit c3b2233cf5
94 changed files with 6024 additions and 14178 deletions

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<!-- Main container -->
<rect x="20" y="15" width="60" height="70" rx="5" ry="5" fill="none" stroke="#b3b3b3" stroke-width="3" stroke-dasharray="5,3"/>
<!-- Upper item (faded) -->
<rect x="25" y="25" width="50" height="10" rx="2" ry="2" fill="#b3b3b3" opacity="0.3"/>
<!-- Middle item (faded) -->
<rect x="25" y="45" width="50" height="10" rx="2" ry="2" fill="#b3b3b3" opacity="0.2"/>
<!-- Bottom item (very faded) -->
<rect x="25" y="65" width="50" height="10" rx="2" ry="2" fill="#b3b3b3" opacity="0.1"/>
<!-- X mark for empty -->
<g transform="translate(50, 50)" stroke="#b3b3b3" stroke-width="3" opacity="0.6">
<line x1="-15" y1="-15" x2="15" y2="15" />
<line x1="15" y1="-15" x2="-15" y2="15" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 873 B