π Bug Report
Describe the bug
The Login button in the header navigates to /login route but this route is never defined in App.jsx. Clicking the Login button does nothing β the page stays the same with no feedback to the user.
Is this a regression?
No
To Reproduce
Clone the repo and run the frontend locally with npm run dev
Open http://localhost:5173 in the browser
Click the "Login" button in the top right header
Nothing happens β URL does not change, no page renders
Expected behaviour
Clicking Login should either navigate to a login/authentication page, or the button should indicate that auth is not yet implemented instead of silently doing nothing.
Media prove
Your environment
OS: Windows 11
Node version: v24.13.0
Npm version: 11.6.2
Browser name and version: Chrome 146.0.7680.165
π Bug Report
Describe the bug
The Login button in the header navigates to /login route but this route is never defined in App.jsx. Clicking the Login button does nothing β the page stays the same with no feedback to the user.
Is this a regression?
No
To Reproduce
Clone the repo and run the frontend locally with npm run dev
Open http://localhost:5173 in the browser
Click the "Login" button in the top right header
Nothing happens β URL does not change, no page renders
Expected behaviour
Clicking Login should either navigate to a login/authentication page, or the button should indicate that auth is not yet implemented instead of silently doing nothing.
Media prove
Your environment
OS: Windows 11
Node version: v24.13.0
Npm version: 11.6.2
Browser name and version: Chrome 146.0.7680.165