Commit d636449
authored
fix(chat): Add Undo clickable button and string change (#7051)
## Problem
The Ux design does not meet the requirement
## Solution
Make the undo a clickable button and change the string when user reject
the generated code

---
- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
- License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.1 parent 5dac164 commit d636449
File tree
2 files changed
+3
-18
lines changed- packages/core/src
- amazonq/webview/ui/apps
- codewhispererChat/controllers/chat/messenger
2 files changed
+3
-18
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
397 | | - | |
| 397 | + | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| |||
Lines changed: 2 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
810 | 808 | | |
811 | 809 | | |
812 | 810 | | |
813 | | - | |
| 811 | + | |
| 812 | + | |
814 | 813 | | |
815 | 814 | | |
816 | | - | |
817 | | - | |
818 | | - | |
819 | | - | |
820 | | - | |
821 | | - | |
822 | | - | |
823 | | - | |
824 | | - | |
825 | | - | |
826 | | - | |
827 | | - | |
828 | | - | |
829 | 815 | | |
830 | 816 | | |
831 | | - | |
832 | 817 | | |
833 | 818 | | |
834 | 819 | | |
| |||
0 commit comments