When in dev mode, the frontend should optionally display the current route.
Motivation
Since dev happens in a desktop web view, the current route is not visible anywhere. This feature would improve the DX and make it easier to find a file in SvelteKit's routes folder corresponding to the view you are looking at.
Requirements
Access the page store in the root layout to access the path.
Display the path in the UI, e.g. with a dialog that disappears after a short period of time.
This feature is opt-in, i.e. it is not on by default when in dev mode.
Description
When in dev mode, the frontend should optionally display the current route.
Motivation
Since dev happens in a desktop web view, the current route is not visible anywhere. This feature would improve the DX and make it easier to find a file in SvelteKit's routes folder corresponding to the view you are looking at.
Requirements
Open Questions
No response
Are you planning to contribute this in a PR?
Yes