add websocket support to immediately refresh tree when new entries are available

This commit is contained in:
Athou
2023-01-17 21:14:38 +01:00
parent 33e3f7ea3c
commit 4ff46965c4
15 changed files with 268 additions and 24 deletions

View File

@@ -43,7 +43,8 @@
"react-router-dom": "^6.4.3",
"react-swipeable": "^7.0.0",
"swagger-ui-react": "^4.15.2",
"tinycon": "^0.6.8"
"tinycon": "^0.6.8",
"websocket-heartbeat-js": "^1.1.0"
},
"devDependencies": {
"@lingui/cli": "^3.15.0",