From 4fda863339258bf16c9aeddb04b45d8b507b0810 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 1 Dec 2025 04:57:22 -0800 Subject: [PATCH] fix: use pushState + popstate for instant tab switching --- src/lib/components/party/Party.svelte | 39 ++++++++++++++------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/src/lib/components/party/Party.svelte b/src/lib/components/party/Party.svelte index 1a72d1b0..d7f0544b 100644 --- a/src/lib/components/party/Party.svelte +++ b/src/lib/components/party/Party.svelte @@ -1,7 +1,6 @@