Skip to content

The web UI's four headline tools (Editors, .odb, .odm, Package / JSON) are permanent nav stubs #1096

Description

@Mearman

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions