Skip to content

Commit c407b0c

Browse files
author
David Hasani
committed
add changelog
1 parent 610a3f7 commit c407b0c

File tree

3 files changed

+51
-64
lines changed

3 files changed

+51
-64
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "/transform: replace icons in Transformation Hub with text"
4+
}

packages/amazonq/package.json

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -319,16 +319,14 @@
319319
"group": "navigation@3"
320320
},
321321
{
322-
"command": "aws.amazonq.transformationHub.summary.reveal",
323-
"when": "view == aws.amazonq.transformationHub"
324-
},
325-
{
326-
"command": "aws.amazonq.transformationHub.reviewChanges.reveal",
327-
"when": "view == aws.amazonq.transformationHub"
322+
"command": "aws.amazonq.showTransformationPlanInHub",
323+
"when": "view == aws.amazonq.transformationHub",
324+
"group": "navigation@4"
328325
},
329326
{
330-
"command": "aws.amazonq.showTransformationPlanInHub",
331-
"when": "view == aws.amazonq.transformationHub"
327+
"command": "aws.amazonq.transformationHub.summary.reveal",
328+
"when": "view == aws.amazonq.transformationHub",
329+
"group": "navigation@5"
332330
},
333331
{
334332
"command": "aws.amazonq.transformationHub.reviewChanges.acceptChanges",
@@ -568,11 +566,6 @@
568566
"title": "%AWS.command.q.transform.showChangeSummary%",
569567
"enablement": "gumby.isSummaryAvailable"
570568
},
571-
{
572-
"command": "aws.amazonq.transformationHub.reviewChanges.reveal",
573-
"title": "%AWS.command.q.transform.showChanges%",
574-
"enablement": "gumby.reviewState == InReview"
575-
},
576569
{
577570
"command": "aws.amazonq.showTransformationPlanInHub",
578571
"title": "%AWS.command.q.transform.showTransformationPlan%",
@@ -643,19 +636,16 @@
643636
},
644637
{
645638
"command": "aws.amazonq.stopTransformationInHub",
646-
"title": "Stop Transformation",
647-
"icon": "$(stop)",
639+
"title": "%AWS.command.q.transform.stopJobInHub%",
648640
"enablement": "gumby.isStopButtonAvailable"
649641
},
650642
{
651643
"command": "aws.amazonq.showPlanProgressInHub",
652-
"title": "Show Transformation Status",
653-
"icon": "$(checklist)"
644+
"title": "%AWS.command.q.transform.viewJobProgress%"
654645
},
655646
{
656647
"command": "aws.amazonq.showHistoryInHub",
657-
"title": "Show Job Status",
658-
"icon": "$(history)"
648+
"title": "%AWS.command.q.transform.viewJobStatus%"
659649
},
660650
{
661651
"command": "aws.amazonq.selectCustomization",

packages/toolkit/package.json

Lines changed: 38 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -4128,277 +4128,270 @@
41284128
"fontCharacter": "\\f1b9"
41294129
}
41304130
},
4131-
"aws-amazonq-transform-landing-page-icon": {
4132-
"description": "AWS Contributed Icon",
4133-
"default": {
4134-
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4135-
"fontCharacter": "\\f1ba"
4136-
}
4137-
},
41384131
"aws-amazonq-transform-logo": {
41394132
"description": "AWS Contributed Icon",
41404133
"default": {
41414134
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4142-
"fontCharacter": "\\f1bb"
4135+
"fontCharacter": "\\f1ba"
41434136
}
41444137
},
41454138
"aws-amazonq-transform-step-into-dark": {
41464139
"description": "AWS Contributed Icon",
41474140
"default": {
41484141
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4149-
"fontCharacter": "\\f1bc"
4142+
"fontCharacter": "\\f1bb"
41504143
}
41514144
},
41524145
"aws-amazonq-transform-step-into-light": {
41534146
"description": "AWS Contributed Icon",
41544147
"default": {
41554148
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4156-
"fontCharacter": "\\f1bd"
4149+
"fontCharacter": "\\f1bc"
41574150
}
41584151
},
41594152
"aws-amazonq-transform-variables-dark": {
41604153
"description": "AWS Contributed Icon",
41614154
"default": {
41624155
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4163-
"fontCharacter": "\\f1be"
4156+
"fontCharacter": "\\f1bd"
41644157
}
41654158
},
41664159
"aws-amazonq-transform-variables-light": {
41674160
"description": "AWS Contributed Icon",
41684161
"default": {
41694162
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4170-
"fontCharacter": "\\f1bf"
4163+
"fontCharacter": "\\f1be"
41714164
}
41724165
},
41734166
"aws-applicationcomposer-icon": {
41744167
"description": "AWS Contributed Icon",
41754168
"default": {
41764169
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4177-
"fontCharacter": "\\f1c0"
4170+
"fontCharacter": "\\f1bf"
41784171
}
41794172
},
41804173
"aws-applicationcomposer-icon-dark": {
41814174
"description": "AWS Contributed Icon",
41824175
"default": {
41834176
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4184-
"fontCharacter": "\\f1c1"
4177+
"fontCharacter": "\\f1c0"
41854178
}
41864179
},
41874180
"aws-apprunner-service": {
41884181
"description": "AWS Contributed Icon",
41894182
"default": {
41904183
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4191-
"fontCharacter": "\\f1c2"
4184+
"fontCharacter": "\\f1c1"
41924185
}
41934186
},
41944187
"aws-cdk-logo": {
41954188
"description": "AWS Contributed Icon",
41964189
"default": {
41974190
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4198-
"fontCharacter": "\\f1c3"
4191+
"fontCharacter": "\\f1c2"
41994192
}
42004193
},
42014194
"aws-cloudformation-stack": {
42024195
"description": "AWS Contributed Icon",
42034196
"default": {
42044197
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4205-
"fontCharacter": "\\f1c4"
4198+
"fontCharacter": "\\f1c3"
42064199
}
42074200
},
42084201
"aws-cloudwatch-log-group": {
42094202
"description": "AWS Contributed Icon",
42104203
"default": {
42114204
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4212-
"fontCharacter": "\\f1c5"
4205+
"fontCharacter": "\\f1c4"
42134206
}
42144207
},
42154208
"aws-codecatalyst-logo": {
42164209
"description": "AWS Contributed Icon",
42174210
"default": {
42184211
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4219-
"fontCharacter": "\\f1c6"
4212+
"fontCharacter": "\\f1c5"
42204213
}
42214214
},
42224215
"aws-codewhisperer-icon-black": {
42234216
"description": "AWS Contributed Icon",
42244217
"default": {
42254218
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4226-
"fontCharacter": "\\f1c7"
4219+
"fontCharacter": "\\f1c6"
42274220
}
42284221
},
42294222
"aws-codewhisperer-icon-white": {
42304223
"description": "AWS Contributed Icon",
42314224
"default": {
42324225
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4233-
"fontCharacter": "\\f1c8"
4226+
"fontCharacter": "\\f1c7"
42344227
}
42354228
},
42364229
"aws-codewhisperer-learn": {
42374230
"description": "AWS Contributed Icon",
42384231
"default": {
42394232
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4240-
"fontCharacter": "\\f1c9"
4233+
"fontCharacter": "\\f1c8"
42414234
}
42424235
},
42434236
"aws-ecr-registry": {
42444237
"description": "AWS Contributed Icon",
42454238
"default": {
42464239
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4247-
"fontCharacter": "\\f1ca"
4240+
"fontCharacter": "\\f1c9"
42484241
}
42494242
},
42504243
"aws-ecs-cluster": {
42514244
"description": "AWS Contributed Icon",
42524245
"default": {
42534246
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4254-
"fontCharacter": "\\f1cb"
4247+
"fontCharacter": "\\f1ca"
42554248
}
42564249
},
42574250
"aws-ecs-container": {
42584251
"description": "AWS Contributed Icon",
42594252
"default": {
42604253
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4261-
"fontCharacter": "\\f1cc"
4254+
"fontCharacter": "\\f1cb"
42624255
}
42634256
},
42644257
"aws-ecs-service": {
42654258
"description": "AWS Contributed Icon",
42664259
"default": {
42674260
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4268-
"fontCharacter": "\\f1cd"
4261+
"fontCharacter": "\\f1cc"
42694262
}
42704263
},
42714264
"aws-generic-attach-file": {
42724265
"description": "AWS Contributed Icon",
42734266
"default": {
42744267
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4275-
"fontCharacter": "\\f1ce"
4268+
"fontCharacter": "\\f1cd"
42764269
}
42774270
},
42784271
"aws-iot-certificate": {
42794272
"description": "AWS Contributed Icon",
42804273
"default": {
42814274
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4282-
"fontCharacter": "\\f1cf"
4275+
"fontCharacter": "\\f1ce"
42834276
}
42844277
},
42854278
"aws-iot-policy": {
42864279
"description": "AWS Contributed Icon",
42874280
"default": {
42884281
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4289-
"fontCharacter": "\\f1d0"
4282+
"fontCharacter": "\\f1cf"
42904283
}
42914284
},
42924285
"aws-iot-thing": {
42934286
"description": "AWS Contributed Icon",
42944287
"default": {
42954288
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4296-
"fontCharacter": "\\f1d1"
4289+
"fontCharacter": "\\f1d0"
42974290
}
42984291
},
42994292
"aws-lambda-function": {
43004293
"description": "AWS Contributed Icon",
43014294
"default": {
43024295
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4303-
"fontCharacter": "\\f1d2"
4296+
"fontCharacter": "\\f1d1"
43044297
}
43054298
},
43064299
"aws-mynah-MynahIconBlack": {
43074300
"description": "AWS Contributed Icon",
43084301
"default": {
43094302
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4310-
"fontCharacter": "\\f1d3"
4303+
"fontCharacter": "\\f1d2"
43114304
}
43124305
},
43134306
"aws-mynah-MynahIconWhite": {
43144307
"description": "AWS Contributed Icon",
43154308
"default": {
43164309
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4317-
"fontCharacter": "\\f1d4"
4310+
"fontCharacter": "\\f1d3"
43184311
}
43194312
},
43204313
"aws-mynah-logo": {
43214314
"description": "AWS Contributed Icon",
43224315
"default": {
43234316
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4324-
"fontCharacter": "\\f1d5"
4317+
"fontCharacter": "\\f1d4"
43254318
}
43264319
},
43274320
"aws-redshift-cluster": {
43284321
"description": "AWS Contributed Icon",
43294322
"default": {
43304323
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4331-
"fontCharacter": "\\f1d6"
4324+
"fontCharacter": "\\f1d5"
43324325
}
43334326
},
43344327
"aws-redshift-cluster-connected": {
43354328
"description": "AWS Contributed Icon",
43364329
"default": {
43374330
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4338-
"fontCharacter": "\\f1d7"
4331+
"fontCharacter": "\\f1d6"
43394332
}
43404333
},
43414334
"aws-redshift-database": {
43424335
"description": "AWS Contributed Icon",
43434336
"default": {
43444337
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4345-
"fontCharacter": "\\f1d8"
4338+
"fontCharacter": "\\f1d7"
43464339
}
43474340
},
43484341
"aws-redshift-redshift-cluster-connected": {
43494342
"description": "AWS Contributed Icon",
43504343
"default": {
43514344
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4352-
"fontCharacter": "\\f1d9"
4345+
"fontCharacter": "\\f1d8"
43534346
}
43544347
},
43554348
"aws-redshift-schema": {
43564349
"description": "AWS Contributed Icon",
43574350
"default": {
43584351
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4359-
"fontCharacter": "\\f1da"
4352+
"fontCharacter": "\\f1d9"
43604353
}
43614354
},
43624355
"aws-redshift-table": {
43634356
"description": "AWS Contributed Icon",
43644357
"default": {
43654358
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4366-
"fontCharacter": "\\f1db"
4359+
"fontCharacter": "\\f1da"
43674360
}
43684361
},
43694362
"aws-s3-bucket": {
43704363
"description": "AWS Contributed Icon",
43714364
"default": {
43724365
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4373-
"fontCharacter": "\\f1dc"
4366+
"fontCharacter": "\\f1db"
43744367
}
43754368
},
43764369
"aws-s3-create-bucket": {
43774370
"description": "AWS Contributed Icon",
43784371
"default": {
43794372
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4380-
"fontCharacter": "\\f1dd"
4373+
"fontCharacter": "\\f1dc"
43814374
}
43824375
},
43834376
"aws-schemas-registry": {
43844377
"description": "AWS Contributed Icon",
43854378
"default": {
43864379
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4387-
"fontCharacter": "\\f1de"
4380+
"fontCharacter": "\\f1dd"
43884381
}
43894382
},
43904383
"aws-schemas-schema": {
43914384
"description": "AWS Contributed Icon",
43924385
"default": {
43934386
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4394-
"fontCharacter": "\\f1df"
4387+
"fontCharacter": "\\f1de"
43954388
}
43964389
},
43974390
"aws-stepfunctions-preview": {
43984391
"description": "AWS Contributed Icon",
43994392
"default": {
44004393
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
4401-
"fontCharacter": "\\f1e0"
4394+
"fontCharacter": "\\f1df"
44024395
}
44034396
}
44044397
},

0 commit comments

Comments
 (0)