@@ -11,7 +11,6 @@ function createdTabbedData(examples: string[], agent: string): ChatItemContent['
1111 {
1212 label : 'Examples' ,
1313 value : 'examples' ,
14- icon : MynahIcons . PLAY ,
1514 content : {
1615 body : `**Example use cases:**\n${ exampleText } \n\nEnter ${ agent } in Q Chat to get started` ,
1716 } ,
@@ -59,6 +58,7 @@ Implement features or make changes across your workspace, all from a single prom
5958 status : 'main' ,
6059 disabled : false ,
6160 flash : 'once' ,
61+ fillState : 'hover' ,
6262 icon : MynahIcons . RIGHT_OPEN ,
6363 id : 'quick-start-featuredev' ,
6464 text : `Quick start with **/dev**` ,
@@ -86,10 +86,11 @@ Automatically generate unit tests for your active file.
8686 text : 'Read user guide' ,
8787 } ,
8888 {
89- status : 'primary ' ,
89+ status : 'main ' ,
9090 disabled : false ,
91- icon : MynahIcons . RIGHT_OPEN ,
9291 flash : 'once' ,
92+ fillState : 'hover' ,
93+ icon : MynahIcons . RIGHT_OPEN ,
9394 id : 'quick-start-codetest' ,
9495 text : `Quick start with **/test**` ,
9596 } ,
@@ -120,9 +121,11 @@ Create and update READMEs for better documented code.
120121 text : 'Read user guide' ,
121122 } ,
122123 {
124+ status : 'main' ,
123125 disabled : false ,
126+ flash : 'once' ,
127+ fillState : 'hover' ,
124128 icon : MynahIcons . RIGHT_OPEN ,
125- flash : 'infinite' ,
126129 id : 'quick-start-doc' ,
127130 text : `Quick start with **/doc**` ,
128131 } ,
@@ -153,9 +156,11 @@ Review code for issues, then get suggestions to fix your code instantaneously.
153156 text : 'Read user guide' ,
154157 } ,
155158 {
159+ status : 'main' ,
156160 disabled : false ,
161+ flash : 'once' ,
162+ fillState : 'hover' ,
157163 icon : MynahIcons . RIGHT_OPEN ,
158- flash : 'infinite' ,
159164 id : 'quick-start-codescan' ,
160165 text : `Quick start with **/review**` ,
161166 } ,
@@ -182,9 +187,11 @@ Upgrade library and language versions in your codebase.
182187 text : 'Read user guide' ,
183188 } ,
184189 {
190+ status : 'main' ,
185191 disabled : false ,
192+ flash : 'once' ,
193+ fillState : 'hover' ,
186194 icon : MynahIcons . RIGHT_OPEN ,
187- flash : 'infinite' ,
188195 id : 'quick-start-codetransform' ,
189196 text : `Quick start with **/transform**` ,
190197 } ,
0 commit comments