Chore/architecture refactoring #42

Merged
ilia merged 29 commits from chore/architecture-refactoring into main 2026-05-25 08:43:07 +00:00
Showing only changes of commit ffc28f78f5 - Show all commits
@@ -297,7 +297,7 @@ $effect(() => {
</div>
<!-- Slider interaction area -->
<div class="w-full h-full flex items-center justify-center p-4 md:p-8 overflow-hidden">
<div class="w-full h-full flex items-center justify-center p-4 md:p-12 overflow-hidden">
{#if isLoading}
<div out:fade={{ duration: 300 }}>
<Loader size={24} />