Add live views to new webui (#8970)

* Add support for live views

* Lint fixes

* Fix width

* Fix lint

* Cleanup hooks
This commit is contained in:
Nicolas Mowen
2023-12-15 16:24:50 -07:00
committed by Blake Blackshear
parent fbe58652d5
commit e3387de48f
16 changed files with 1528 additions and 207 deletions

View File

@@ -63,6 +63,7 @@
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-icons": "^3.0.0",
"@types/strftime": "^0.9.8",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react-swc": "^3.5.0",