@@ -494,15 +494,15 @@ ObjectUI is a universal Server-Driven UI (SDUI) engine built on React + Tailwind
494494- [x] ` useConfirmDialog ` hook integration for cancel workflow
495495
496496** Testing:**
497- - [x] 9 type tests (isValidAppName, wizardDraftToAppSchema, type shapes)
497+ - [x] 11 type tests (isValidAppName, wizardDraftToAppSchema, type shapes)
498498- [x] 41 AppCreationWizard tests (rendering, steps 1-4, navigation, callbacks, cancel confirm, save draft, i18n, read-only)
499499- [x] 33 NavigationDesigner tests (rendering, add, remove, groups, badges, i18n, read-only, icon editing, visibility toggle, export/import, responsive)
500500- [x] 7 EditorModeToggle tests (render, active mode, onChange, accessibility, disabled)
501501- [x] 22 DashboardEditor tests (rendering, add/remove widgets, property panel, read-only, undo/redo, export/import, preview mode, widget layout)
502502- [x] 23 PageCanvasEditor tests (rendering, add/remove components, property panel, read-only, mode tabs, undo/redo, export/import, preview mode)
503503- [x] 12 ObjectViewConfigurator tests (rendering, view type switch, column visibility, toggles, read-only)
504504- [x] 29 BrandingEditor tests (rendering, editing, light/dark preview, read-only, undo/redo, export/import, keyboard shortcuts, preview content)
505- - [x] ** Total: 235 tests across 10 files, all passing**
505+ - [x] ** Total: 237 tests across 10 files, all passing**
506506
507507** ComponentRegistry:**
508508- [x] Registered: ` app-creation-wizard ` , ` navigation-designer ` , ` dashboard-editor ` , ` page-canvas-editor ` , ` object-view-configurator ` , ` branding-editor `
0 commit comments