chore: update conversation sidebar interactions (#13988)

This commit is contained in:
Sivin Varghese
2026-04-20 13:08:19 +05:30
committed by GitHub
parent 6cbddbdb67
commit 787fcc4a95
13 changed files with 747 additions and 306 deletions
@@ -114,8 +114,8 @@ const emit = defineEmits([
</div>
<div class="w-px h-4 bg-n-strong" />
<ComposeConversation>
<template #trigger="{ toggle }">
<Button :label="buttonLabel" size="sm" @click="toggle" />
<template #trigger>
<Button :label="buttonLabel" size="sm" />
</template>
</ComposeConversation>
</div>