You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: restore dashboard config save properties, improve stabilization comments
- Restore rowHeight/showDescription/theme in handleDashboardConfigSave
(prevents data loss on save)
- Simplify dashboardConfig memo dep to [configVersion] alone
- Improve comments explaining the configVersion stabilization pattern
- Update ROADMAP with widget delete and config stabilization entries
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
-[x] Config draft stabilization via `configVersion` counter (matching ViewConfigPanel's `stableActiveView` pattern) — prevents `useConfigDraft` draft reset on live field changes
388
+
-[x] Widget delete via `headerExtra` delete button in WidgetConfigPanel header
389
+
-[x]`WidgetConfigPanel` — added `headerExtra` prop for custom header actions
0 commit comments