From bc864b29f85f105a890054220619383484218fee Mon Sep 17 00:00:00 2001 From: Matt Lorentz Date: Thu, 19 Feb 2026 18:31:54 +0000 Subject: [PATCH] Reopen the last DM that was open when navigating back to chat (#81) #60 Co-authored-by: mplorentz Reviewed-on: https://gitea.coracle.social/coracle/flotilla/pulls/81 Co-authored-by: Matt Lorentz Co-committed-by: Matt Lorentz --- src/app/components/PrimaryNav.svelte | 8 +++----- src/app/util/history.ts | 4 ++++ src/app/util/routes.ts | 6 +++++- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/app/components/PrimaryNav.svelte b/src/app/components/PrimaryNav.svelte index 49372789..d76a41ba 100644 --- a/src/app/components/PrimaryNav.svelte +++ b/src/app/components/PrimaryNav.svelte @@ -1,6 +1,5 @@