Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "Bug Fix",
"description": "Fix the quick start buttons on the explore page to show amazon q colours on hover"
}
5 changes: 5 additions & 0 deletions packages/core/src/amazonq/webview/ui/walkthrough/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Implement features or make changes across your workspace, all from a single prom
status: 'main',
disabled: false,
flash: 'once',
fillState: 'hover',
icon: MynahIcons.RIGHT_OPEN,
id: 'quick-start-featuredev',
text: `Quick start with **/dev**`,
Expand Down Expand Up @@ -88,6 +89,7 @@ Automatically generate unit tests for your active file.
status: 'main',
disabled: false,
flash: 'once',
fillState: 'hover',
icon: MynahIcons.RIGHT_OPEN,
id: 'quick-start-testgen',
text: `Quick start with **/test**`,
Expand Down Expand Up @@ -122,6 +124,7 @@ Create and update READMEs for better documented code.
status: 'main',
disabled: false,
flash: 'once',
fillState: 'hover',
icon: MynahIcons.RIGHT_OPEN,
id: 'quick-start-doc',
text: `Quick start with **/doc**`,
Expand Down Expand Up @@ -156,6 +159,7 @@ Review code for issues, then get suggestions to fix your code instantaneously.
status: 'main',
disabled: false,
flash: 'once',
fillState: 'hover',
icon: MynahIcons.RIGHT_OPEN,
id: 'quick-start-review',
text: `Quick start with **/review**`,
Expand Down Expand Up @@ -186,6 +190,7 @@ Upgrade library and language versions in your codebase.
status: 'main',
disabled: false,
flash: 'once',
fillState: 'hover',
icon: MynahIcons.RIGHT_OPEN,
id: 'quick-start-gumby',
text: `Quick start with **/transform**`,
Expand Down
Loading