plotly / dash

Data Apps & Dashboards for Python. No JavaScript Required.
https://plotly.com/dash
MIT License
21.53k stars 2.07k forks source link

Added support for URL decoding of the search parameter for pages #2991

Closed C0deBeez closed 1 month ago

C0deBeez commented 2 months ago

Here’s a structured PR description following the format you provided:


Description of this PR

This PR adds support for URL decoding of the search parameter in pages mode. The changes ensure that URL-encoded characters in the search parameter are properly decoded, improving the handling of query strings in pages mode.

Contributor Checklist

optionals

This structure aligns with the given format and provides clear documentation of the changes.

C0deBeez commented 2 months ago

This PR aims to correctly parse query parameters after URL encoding for pages. eg: "%3fquery%3dsomething" should be decoded as {'query': 'something'}.

C0deBeez commented 1 month ago

Looks good, just missing a changelog entry.

Changelog updated