refactor(frontend): utility dedup, component splits, dead code removal (#193–#200) #241

Merged
marcel merged 19 commits from refactor/issues-193-200 into main 2026-04-15 15:23:16 +02:00
Showing only changes of commit 45490ebaac - Show all commits

View File

@@ -40,7 +40,7 @@ let {
>
{@render icon()}
{#if count !== undefined}
<span class="text-[9px] font-bold {isActive ? 'text-white/80' : 'text-white/35'}"
<span class="text-[11px] font-bold {isActive ? 'text-white/80' : 'text-white/35'}"
>{count}</span
>
{/if}
@@ -62,7 +62,7 @@ let {
>
{/if}
<span
class="text-[9px] font-extrabold tracking-[0.5px] uppercase {isActive ? 'text-white' : 'text-white/55'}"
class="text-[11px] font-extrabold tracking-[0.5px] uppercase {isActive ? 'text-white' : 'text-white/55'}"
>{label}</span
>
</a>
@@ -83,7 +83,7 @@ let {
>
{/if}
<span
class="text-[9px] font-extrabold tracking-[0.5px] uppercase {isActive ? 'text-white' : 'text-white/55'}"
class="text-[11px] font-extrabold tracking-[0.5px] uppercase {isActive ? 'text-white' : 'text-white/55'}"
>{label}</span
>
</a>