Skip to content

Commit 933d83a

Browse files
committed
fix(amazonq): Update explore agents button on hover
1 parent f601d89 commit 933d83a

File tree

1 file changed

+5
-0
lines changed
  • packages/core/src/amazonq/webview/ui/walkthrough

1 file changed

+5
-0
lines changed

packages/core/src/amazonq/webview/ui/walkthrough/agent.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Implement features or make changes across your workspace, all from a single prom
5858
status: 'main',
5959
disabled: false,
6060
flash: 'once',
61+
fillState: 'hover',
6162
icon: MynahIcons.RIGHT_OPEN,
6263
id: 'quick-start-featuredev',
6364
text: `Quick start with **/dev**`,
@@ -88,6 +89,7 @@ Automatically generate unit tests for your active file.
8889
status: 'main',
8990
disabled: false,
9091
flash: 'once',
92+
fillState: 'hover',
9193
icon: MynahIcons.RIGHT_OPEN,
9294
id: 'quick-start-testgen',
9395
text: `Quick start with **/test**`,
@@ -122,6 +124,7 @@ Create and update READMEs for better documented code.
122124
status: 'main',
123125
disabled: false,
124126
flash: 'once',
127+
fillState: 'hover',
125128
icon: MynahIcons.RIGHT_OPEN,
126129
id: 'quick-start-doc',
127130
text: `Quick start with **/doc**`,
@@ -156,6 +159,7 @@ Review code for issues, then get suggestions to fix your code instantaneously.
156159
status: 'main',
157160
disabled: false,
158161
flash: 'once',
162+
fillState: 'hover',
159163
icon: MynahIcons.RIGHT_OPEN,
160164
id: 'quick-start-review',
161165
text: `Quick start with **/review**`,
@@ -186,6 +190,7 @@ Upgrade library and language versions in your codebase.
186190
status: 'main',
187191
disabled: false,
188192
flash: 'once',
193+
fillState: 'hover',
189194
icon: MynahIcons.RIGHT_OPEN,
190195
id: 'quick-start-gumby',
191196
text: `Quick start with **/transform**`,

0 commit comments

Comments
 (0)