feat(block-editor)!: compact rows and list/detail editing #97
Loading…
Reference in a new issue
No description provided.
Delete branch "task/pienter-ui__block-editor-ux__rows-and-panel"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
BlockEditor becomes a list/detail split: compact rows (drag handle, optional
#thumbnail, label + type, clamped#summary, always-visible move/remove) and one open block's form in a sticky pane beside the list.v-model:collapsed→v-model:open(one id ornull). Breaking; migration notes in the CHANGELOG.Playground: PageForm migrated, About page seeded with 20 sections.
Checks: typecheck, lint, format, bun test (138), build:vue, build:storybook, BlockEditor play tests (8) green; Chrome: edit and view routes, open/move/sticky pane.
To judge in review: the pane stacks under the list in narrow containers; read-only pages start with no block open.
Goal: pienter-ui__block-editor-ux, ticket 20.