This PR introduces the removal of the dashboard page from the application’s page router. Previously, the dashboard page redirected to the locks page; this redirection is now managed directly in the Next.js configuration, improving routing efficiency and simplifying the codebase.
Issues
Fixes #
Refs #13673
Checklist:
[x] 1 PR, 1 purpose: my Pull Request applies to a single purpose
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have updated the docs to reflect my changes if applicable
[ ] I have added tests (and stories for frontend components) that prove my fix is effective or that my feature works
[x] I have performed a self-review of my own code
[ ] If my code involves visual changes, I am adding applicable screenshots to this thread
Description
This PR introduces the removal of the dashboard page from the application’s page router. Previously, the dashboard page redirected to the locks page; this redirection is now managed directly in the Next.js configuration, improving routing efficiency and simplifying the codebase.
Issues
Fixes # Refs #13673
Checklist: