Make createScroller honor reverse param

This commit is contained in:
Jon Staab
2026-02-16 12:48:42 -08:00
parent 7f6450375b
commit ca7d126a3c
3 changed files with 12 additions and 11 deletions
+5 -7
View File
@@ -46,13 +46,11 @@
<Icon icon={Bell} /> Alerts
</SecondaryNavItem>
</div>
{#if Capacitor.getPlatform() !== "ios"}
<div in:fly|local={{delay: 100}}>
<SecondaryNavItem href="/settings/wallet">
<Icon icon={Wallet} /> Wallet
</SecondaryNavItem>
</div>
{/if}
<div in:fly|local={{delay: 100}} class:hidden={Capacitor.getPlatform() === "ios"}>
<SecondaryNavItem href="/settings/wallet">
<Icon icon={Wallet} /> Wallet
</SecondaryNavItem>
</div>
<div in:fly|local={{delay: 150}}>
<SecondaryNavItem href="/settings/relays">
<Icon icon={Server} /> Relays