Summary
Add a frontend-first URL Inspector tool that can parse a pasted URL, expose scheme/host/path/query/hash, edit query params as rows, sort params, encode/decode param values, copy the rebuilt URL, and show invalid URL errors.
Scope
- Add url-inspector route and sidebar entry.
- Add focused parse/build helper tests.
- Keep implementation frontend-only.
Summary
Add a frontend-first URL Inspector tool that can parse a pasted URL, expose scheme/host/path/query/hash, edit query params as rows, sort params, encode/decode param values, copy the rebuilt URL, and show invalid URL errors.
Scope