Skip to content

Commit 9a396ff

Browse files
authored
fix(qchat): various fixes from mynah-ui (#4757)
* fix(qchat): cursor positioning, scroll bars and max tabs notification - Fixing issue with an incorrect input cursor position in the prompt text box - Showing/hiding the scrollbars is now controlled by the OS settings - Fixing issue with the max tabs notification not being dismissible * fix(amazonq): revert table styles in mynah-ui
1 parent 634608a commit 9a396ff

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Amazon Q Chat: Fixing issue with the max tabs notification not being dismissible"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Amazon Q Chat: Fixing issue with an incorrect input cursor position in the prompt text box"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Amazon Q Chat: Showing/hiding the scrollbars is now controlled by the OS settings"
4+
}

plugins/amazonq/mynah-ui/package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/amazonq/mynah-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lintfix": "eslint -c .eslintrc.js --fix --ext .ts ."
1313
},
1414
"dependencies": {
15-
"@aws/mynah-ui-chat": "npm:@aws/[email protected].2",
15+
"@aws/mynah-ui-chat": "npm:@aws/[email protected].5",
1616
"@types/node": "^14.18.5",
1717
"fs-extra": "^10.0.1",
1818
"ts-node": "^10.7.0",

0 commit comments

Comments
 (0)