PR Summary: Mocked NanoKVM Login Page for Development
This PR introduces a mocked version of the NanoKVM login page, providing a way to bypass the login process for development purposes. Currently, I don’t have a spare NanoKVM unit to dedicate to development, so this mock serves as a starting point with the goal of potentially expanding the mock setup across more NanoKVM features over time.
Key Changes
Allows developers to access the NanoKVM interface without valid credentials by running pnpm run mocked, making it easier to test front-end functionality.
Keeps the mocked mode isolated for now, but we could consider making it the default behavior in development mode if helpful.
PR Summary: Mocked NanoKVM Login Page for Development
This PR introduces a mocked version of the NanoKVM login page, providing a way to bypass the login process for development purposes. Currently, I don’t have a spare NanoKVM unit to dedicate to development, so this mock serves as a starting point with the goal of potentially expanding the mock setup across more NanoKVM features over time.
Key Changes
pnpm run mocked
, making it easier to test front-end functionality.development
mode if helpful.I’m open to feedback or alternative approaches—this setup is intended as an initial solution that we can adjust as needed.
Thanks for reviewing!