From 9e8e004929c854b4ce431e4157f35e29f871472d Mon Sep 17 00:00:00 2001 From: Andrew Baek Date: Mon, 3 Nov 2025 00:22:22 +0900 Subject: [PATCH] Add id attributes for better element identification Updated ResponseMessage.svelte Update Sidebar.svelte --- src/lib/components/channel/Navbar.svelte | 1 + src/lib/components/chat/Messages/ResponseMessage.svelte | 2 +- src/lib/components/chat/Navbar.svelte | 1 + src/lib/components/layout/Sidebar.svelte | 5 ++++- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/lib/components/channel/Navbar.svelte b/src/lib/components/channel/Navbar.svelte index 36f0b955a3..358e87c290 100644 --- a/src/lib/components/channel/Navbar.svelte +++ b/src/lib/components/channel/Navbar.svelte @@ -19,6 +19,7 @@