From 2e2e3980ab78052be74f4007c343e69a583648fe Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 10 Oct 2024 22:30:18 -0400 Subject: Compute the active channel from the current routing state, not from a store. --- ui/routes/(app)/+layout.svelte | 6 ++++-- ui/routes/(app)/ch/[channel]/+page.svelte | 15 ++++----------- 2 files changed, 8 insertions(+), 13 deletions(-) (limited to 'ui/routes') diff --git a/ui/routes/(app)/+layout.svelte b/ui/routes/(app)/+layout.svelte index f8744c1..1d561ae 100644 --- a/ui/routes/(app)/+layout.svelte +++ b/ui/routes/(app)/+layout.svelte @@ -1,5 +1,6 @@ - +
+ +
-- cgit v1.2.3