Skip to content

Command palette is missing URL Inspector #109

@vuon9

Description

@vuon9

Summary

URL Inspector is present in the sidebar and ToolRouter, but it is missing from the command palette command registry. Users who rely on Spotlight/command-palette navigation cannot discover or open URL Inspector from the palette.

Affected tool / area

URL Inspector, Command Palette / Spotlight navigation.

Repro steps

  1. Open the app.
  2. Open the command palette / Spotlight command UI.
  3. Search for url or URL Inspector.
  4. Compare with the sidebar, which does contain URL Inspector.

Expected

The command palette includes URL Inspector and routes to /tool/url-inspector.

Actual

The command palette COMMANDS direct navigation list includes tools like Color Converter, Cron Job Parser, RegExp Tester, and Text Diff, but not URL Inspector. TOOL_ICONS also has no url-inspector entry.

Evidence

Source inventory:

  • src/ToolRouter.jsx registers url-inspector.
  • src/components/Sidebar.jsx lists { id: 'url-inspector', name: 'URL Inspector', category: 'Developer' }.
  • src/components/CommandPalette.jsx has no URL Inspector command.

Priority

Medium: the tool is still reachable from the sidebar, but command-palette-first workflows miss it entirely.

Metadata

Metadata

Assignees

No one assigned

    Labels

    autoAutomatically discovered or filed by bot testingpriority:mediumMedium priorityuxUser experience improvement or papercut

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions