refactor: Chat Screen UI rendering (#23333)

This commit is contained in:
Aleksander Grygier
2026-05-19 22:38:42 +02:00
committed by GitHub
parent a8078675a6
commit 67ace021da
7 changed files with 116 additions and 52 deletions
+1 -1
View File
@@ -240,7 +240,7 @@
/>
<Sidebar.Provider bind:open={sidebarOpen}>
<div class="flex h-screen w-full" style:height="{innerHeight}px">
<div class="flex h-screen w-full">
<Sidebar.Root variant="floating" class="h-full"
><SidebarNavigation bind:this={chatSidebar} /></Sidebar.Root
>