feat: mobile support + more skeletons

This commit is contained in:
Face 2025-05-27 16:19:57 +03:00
parent ab6b6901db
commit 87d3b41e05
14 changed files with 589 additions and 367 deletions

View file

@ -364,7 +364,7 @@
<Settings />
Settings
</DropdownMenu.Item>
<DropdownMenu.Item onclick={() => (showPromoCode = true)}>
<DropdownMenu.Item onclick={() => { showPromoCode = true; setOpenMobile(false); }}>
<Gift />
Promo code
</DropdownMenu.Item>