2
0
forked from jmug/cactoide

feat: add lists page

This commit is contained in:
Levente Orban
2025-08-27 08:46:54 +02:00
parent c2874464d0
commit 9e4260c6bd
9 changed files with 361 additions and 9 deletions

View File

@@ -25,7 +25,7 @@
</button>
</div>
<!-- Desktop Navigation -->
<!-- Navigation -->
<div class="md:flex md:items-center md:space-x-8">
<button
on:click={() => navigateTo('/')}
@@ -40,6 +40,13 @@
>
Create
</button>
<button
on:click={() => navigateTo('/event')}
class={isActive('/event') ? 'text-violet-400' : 'cursor-pointer'}
>
List
</button>
</div>
</div>
</div>