Add support for the uiState

This commit is contained in:
Pranav
2025-05-09 14:02:38 -07:00
parent 939cf61b7c
commit 50b6c07114
9 changed files with 48 additions and 85 deletions
@@ -117,7 +117,7 @@ watchEffect(() => {
<template>
<div
v-if="isSidebarOpen"
class="border-l border-n-weak w-[17.5rem] min-w-[17.5rem]"
class="border-l border-n-weak w-[18rem] min-w-[18rem]"
>
<Copilot
:messages="messages"