Split out of issue 932, which bundled this with the missing e2e config (fixed separately). This half is the actual product gap: src/routes/-Sidebar.tsx's PLANNED_ITEMS renders Editors, .odb, .odm, and Package / JSON as disabled "Coming soon" entries with no route behind any of them.
Each is its own real feature, not a config fix:
- Editors: some in-browser document editing surface, not just convert/preview.
- .odb browsing: OpenDocument Base file inspection.
- .odm rendering: OpenDocument Master document rendering.
- Package / JSON dump-restore: round-tripping a document's internal structure to/from JSON.
Filing as one issue since they share the same "nav stub with no route" shape and the same sidebar entry point, not because they're one unit of work -- each needs its own scoping pass before implementation.
Affected packages: web
Split out of issue 932, which bundled this with the missing e2e config (fixed separately). This half is the actual product gap: src/routes/-Sidebar.tsx's PLANNED_ITEMS renders Editors, .odb, .odm, and Package / JSON as disabled "Coming soon" entries with no route behind any of them.
Each is its own real feature, not a config fix:
Filing as one issue since they share the same "nav stub with no route" shape and the same sidebar entry point, not because they're one unit of work -- each needs its own scoping pass before implementation.
Affected packages:
web