Suggestions: Add intermediate state to avoid unexpected saved states (#115709)

* Suggestions: Add intermediate state to avoid unexpected saved states

* cleanup

* update and add e2es to confirm behavior

* fix some of the change dispatch

* codeowners

* fix js error that this exposed

* Apply suggestion from @fastfrwrd
This commit is contained in:
Paul Marbach
2025-12-31 10:56:47 -05:00
committed by GitHub
parent cc6a75d021
commit e3bc61e7d2
12 changed files with 323 additions and 81 deletions
@@ -1293,6 +1293,9 @@ export const versionedComponents = {
card: {
[MIN_GRAFANA_VERSION]: (name: string) => `data-testid suggestion-${name}`,
},
confirm: {
'12.4.0': (name: string) => `data-testid suggestion-${name} confirm button`,
},
},
ColorSwatch: {
name: {