From 4e778145f046bc244a14414518b0123864f72763 Mon Sep 17 00:00:00 2001
From: "Thomas G. Lopes" <26071571+TGlide@users.noreply.github.com>
Date: Wed, 8 Oct 2025 20:17:07 +0100
Subject: [PATCH 1/3] nav adjustments wip
---
src/lib/components/ExpandNavigation.svelte | 2 +-
src/routes/+layout.svelte | 23 +++++++++++-----------
2 files changed, 12 insertions(+), 13 deletions(-)
diff --git a/src/lib/components/ExpandNavigation.svelte b/src/lib/components/ExpandNavigation.svelte
index 45aa691f1e0..ad2e2e8133a 100644
--- a/src/lib/components/ExpandNavigation.svelte
+++ b/src/lib/components/ExpandNavigation.svelte
@@ -10,7 +10,7 @@
-
(isNavCollapsed = !isNavCollapsed)}
- classNames="absolute inset-y-0 z-10 my-auto {!isNavCollapsed
- ? 'left-[290px]'
- : 'left-0'} *:transition-transform"
- />
-
{#if canShare}
{#if currentError}
From d83445b37db8d2a3e2f563a596439594d4fb73a9 Mon Sep 17 00:00:00 2001
From: "Thomas G. Lopes" <26071571+TGlide@users.noreply.github.com>
Date: Wed, 8 Oct 2025 20:20:06 +0100
Subject: [PATCH 2/3] fix toggle button animation
---
src/routes/+layout.svelte | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index d1c3e3bf6e9..1df07fcd242 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -267,22 +267,22 @@
oneditConversationTitle={(payload) => editConversationTitle(payload.id, payload.title)}
/>
-