We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9ac7a commit c4b163fCopy full SHA for c4b163f
1 file changed
custom/ChatFooter.vue
@@ -35,14 +35,14 @@
35
transition-colors duration-200 hover:bg-gray-100
36
dark:text-darkListTableHeadingText dark:bg-gray-700 dark:hover:bg-gray-800"
37
:class="isModeMenuOpen ? 'bg-gray-100 dark:bg-gray-700' : ''"
38
- :disabled="agentStore.isResponseInProgress"
39
title="Select mode"
40
type="button"
41
@click="toggleModeMenu"
42
>
43
{{ agentStore.activeModeName }}
44
<IconAngleDownOutline
45
- class="w-4 h-4 ml-1"
+ class="w-4 h-4 ml-1 transition-transform duration-200"
+ :class="isModeMenuOpen ? '!rotate-180' : '!rotate-0'"
46
/>
47
</button>
48
0 commit comments