Skip to content

Enhance network panel visualization and configurable display - #539

Open
iulo wants to merge 8 commits into
liriliri:masterfrom
iulo:master
Open

iulo wants to merge 8 commits into
liriliri:masterfrom
iulo:master

Conversation

@iulo

@iulo iulo commented Mar 17, 2026

Copy link
Copy Markdown

This PR introduces several enhancements to the Network panel to improve the debugging experience and provide more comprehensive request details.

Improved Request Details

Restructured the network detail view to present information more clearly. Separated the data into distinct sections: General, Query Parameters, and Payload.

GET
image

POST
image

POST: application/x-www-form-urlencoded
image

Network Panel Configuration

Added new settings to the Network panel that allow users to toggle the display of Full Name and Full URL for network requests.
Rationale: Displaying detailed URLs directly in the list view facilitates easier identification, especially when multiple requests share the same prefix.

Config
image

Default
image

Enable Full Name
image

Enable Full Url
image

iulo added 8 commits March 17, 2026 19:06
add General、Query Parameters、Payload
- switch publish pipeline to npm trusted publishing (OIDC)
- commit package-lock.json and use npm ci in CI
- bump CI node version to 22
This was a phantom dependency that worked with npm install (flat hoisting)
but fails with npm ci (strict lockfile).
npm >= 11.5.1 is required for OIDC trusted publishing authentication.
Node 22 ships with npm 10.x which signs provenance but cannot authenticate.

This branch has not been deployed

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants