Commit 9a37abe
authored
fix(amazonq): file list flicker (#6697)
## Problem
File list in header flickers as message is rendering (see screen
recording)
https://github.com/user-attachments/assets/485c665f-cde1-4ed6-a316-8cea2ac63a49
## Solution
Update to latest mynah beta. Pass `undefined` to `header` in subsequent
messages (as instructed by Mynah UI team)
Note: no fix in changelog needed since feature hasnt yet been released
---
- 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 9c2ae7d commit 9a37abe
File tree
3 files changed
+6
-6
lines changed- packages/core
- src/amazonq/webview/ui
3 files changed
+6
-6
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
513 | | - | |
| 513 | + | |
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
| 354 | + | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| |||
0 commit comments