Surfaced standing up the cloud e2e suite (FLD-2, the one cloud case kept test.fixme in e2e/tests/cloud.fixme.spec.js).
Gap: the editor-as-landing hub mounts DiagramCard (HomeView), which has no move-to-folder action. The only move UI (lib-move-*) lives in LibraryItemRow/LibraryPanel, which the hub no longer mounts. So a user can create folders (FLD-1) but cannot move a diagram into one from the hub.
Fix: add a move-to-folder action to the DiagramCard kebab menu (or drag-to-folder). Then flip FLD-2 test.fixme → test in the cloud suite (the emulator-backed test is ready, only the UI is missing — un-fixme recipe documented inline).
Surfaced standing up the cloud e2e suite (FLD-2, the one cloud case kept
test.fixmeine2e/tests/cloud.fixme.spec.js).Gap: the editor-as-landing hub mounts
DiagramCard(HomeView), which has no move-to-folder action. The only move UI (lib-move-*) lives inLibraryItemRow/LibraryPanel, which the hub no longer mounts. So a user can create folders (FLD-1) but cannot move a diagram into one from the hub.Fix: add a move-to-folder action to the
DiagramCardkebab menu (or drag-to-folder). Then flip FLD-2test.fixme→testin the cloud suite (the emulator-backed test is ready, only the UI is missing — un-fixme recipe documented inline).