Skip to content

🐛 Decode file URIs in Path Operations labels - #233

Merged
savannahostrowski merged 2 commits into
mainfrom
fix/issue-232-path-labels
Sep 15, 2026
Merged

savannahostrowski merged 2 commits into
mainfrom
fix/issue-232-path-labels

Conversation

@savannahostrowski

Copy link
Copy Markdown
Member

This PR fixes percent-encoded app and router labels in the Path Operations tree.

The label helpers previously split serialized file URIs directly, causing directory and file names containing non-ASCII characters to appear as values such as %E4%BB%A3%E7%A0%81. They now parse each URI and derive the label from its decoded path.

Closes #232

@savannahostrowski savannahostrowski self-assigned this Sep 15, 2026
@savannahostrowski savannahostrowski added the bug Something isn't working label Sep 15, 2026
@savannahostrowski
savannahostrowski merged commit 7186b0b into main Sep 15, 2026
8 checks passed
@savannahostrowski
savannahostrowski deleted the fix/issue-232-path-labels branch September 15, 2026 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Path Operation Explorer labels are percent-encoded for non-ASCII (e.g. Chinese) directory names

1 participant