fixed nav button handler triggering on page load

This commit is contained in:
ari melody 2024-07-02 12:43:58 +01:00
parent e80b6e7104
commit c92c4d819d
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -33,6 +33,7 @@
switch (name) {
case "timeline":
route = "/";
getTimeline(true);
break;
case "notifcations":
case "explore":
@ -66,7 +67,7 @@
<div id="nav-items">
<Button label="Timeline"
on:click={handle_btn("timeline")}
on:click={() => handle_btn("timeline")}
active={path == "/"}>
<svelte:fragment slot="icon">
<TimelineIcon/>
@ -74,7 +75,7 @@
Timeline
</Button>
<Button label="Notifications"
on:click={handle_btn("notifications")}
on:click={() => handle_btn("notifications")}
active={path == "/notifications"}
disabled>
<svelte:fragment slot="icon">