Skip to content

Command palette preset deep links are ignored #113

@vuon9

Description

@vuon9

Severity

P1/P2 UX correctness

Affected area

Command palette navigation, Code Formatter, Data Generator

Repro

Open these built frontend routes directly:

/tool/code-formatter?format=xml
/tool/data-generator?preset=Address

These same URL shapes are used by command palette preset commands such as Code Formatter > XML and Data Generator > Address.

Actual

  • /tool/code-formatter?format=xml still opens Code Formatter in JSON mode.
  • /tool/data-generator?preset=Address still shows the default schema (UUID, Name, Email, Phone, Recent).

Expected

Preset-labeled command palette entries should land users in the selected mode/preset, or the command labels should be changed to plain tool navigation until query handling exists.

Recommended fix

Implement query-param handling in the target pages, or remove preset-looking query strings from command definitions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority:mediumMedium priorityuxUser experience improvement or papercut

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions