feat: localize errors, translate profile, refine jobs UI

This commit is contained in:
jeremy bayse
2026-05-08 12:20:30 +02:00
parent fd4a39a703
commit 7c01803f46
29 changed files with 3633 additions and 104 deletions

View File

@@ -21,16 +21,7 @@ const page = usePage();
<!-- Left side: Logo -->
<div class="flex items-center">
<Link :href="route('dashboard')" class="flex items-center gap-3">
<!-- Logo Icon -->
<div class="w-[34px] h-[34px] bg-highlight rounded-xl flex items-center justify-center shrink-0 shadow-gold hover:-translate-y-0.5 transition-transform duration-200">
<svg class="w-4 h-4 text-highlight-dark" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/>
</svg>
</div>
<!-- Wordmark -->
<span class="font-serif font-black text-xl text-primary tracking-tight whitespace-nowrap">
RECRU<span class="text-highlight italic">IT</span>
</span>
<img src="/images/logo.png" alt="Logo" class="h-8 object-contain" />
</Link>
</div>