octochangelog / octochangelog-webapp

Compare GitHub changelogs across multiple releases in a single view.
https://octochangelog.com
MIT License
52 stars 9 forks source link

Move applied filter values to Next.js dynamic route #2299

Open Belco90 opened 3 months ago

Belco90 commented 3 months ago

What feature would you like to have?

Move the comparison preloaded from query strings to Next.js Optional Catch-all Segments Dynamic Route.

What problem will this feature solve?

Get the params through Next.js Dynamic Route, so we can access the repo, from version and to version in RSC properly (query strings are not always available).

Do you want to help make the feature?

Yes

Is there anything else we need to know?

No response