Skip to content

Commit 38850f7

Browse files
authored
fix(amazonq): update "explore agents" button on hover #6170
## Problem - explore page has some UI updates ## Solution - improve the "Quick start" buttons on the explore agents page so that it shows amazon q colours on hover
1 parent 5f76b56 commit 38850f7

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Fix the quick start buttons on the explore page to show amazon q colours on hover"
4+
}

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

+5
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)