Hypfer-Valetudo/frontend
2025-09-13 09:51:50 +02:00
..
public fix(ui): Improve mobile UX of AI Assistant 2025-08-20 18:09:35 +02:00
src feat(core): MopExtensionFurnitureLegHandlingControlCapability 2025-09-13 09:51:50 +02:00
.automated.eslintrc.json chore: Minor misc cleanups 2022-07-24 09:17:29 +02:00
.eslintignore feat: New React UI 2021-08-21 14:42:17 +02:00
.eslintrc.json refactor(ui): Remove unnecessary nullchecks in the map component 2022-06-04 17:10:10 +02:00
.gitignore feat: New React UI 2021-08-21 14:42:17 +02:00
.pedantic.eslintrc.json chore: Minor misc cleanups 2022-07-24 09:17:29 +02:00
package.json feat(ui): Introduce Valetudo AI Assistant 2025-08-18 17:42:32 +02:00
readme.md refactor(MockRobot): Smurf for consistency 2025-09-06 15:28:40 +02:00
tsconfig.json feat: New React UI 2021-08-21 14:42:17 +02:00

Valetudo Frontend

This is the new Valetudo Frontend written in React

Getting started

As it's much easier to work with a real Valetudo instead of a mock server, this project uses cra-build-watch to allow us to do just that. See also: https://github.com/facebook/create-react-app/issues/1070

To work on this, it is recommended to spin up a local Valetudo instance (e.g. by using the MockValetudoRobot implementation) and then running npm run watch in this folder. That will start webpack watch. When it's done doing the initial build, you can reach the frontend in your browser.