Commit Graph

10 Commits (master)

Author SHA1 Message Date
blallo 3f4f1d5358
Refactor ui: drop redux in favor of state local to components 2023-03-14 23:19:32 +01:00
blallo 6bcc42d8b6
LogViewer quirks 2023-03-14 00:08:26 +01:00
blallo 79a2c8aa66
Add LogViewer to ui 2023-03-13 23:41:23 +01:00
blallo cc8996dc5f
Bundle the frontend in the binary, add makefiles 2023-03-08 22:20:16 +01:00
blallo f3154c4a6d
Use italian in ui, for now 2023-03-08 22:05:01 +01:00
blallo e7e5ad2ad2
ui refinements 2023-03-08 22:02:28 +01:00
blallo 7752c07cc8
Keep into account disconnections 2023-03-07 23:59:47 +01:00
blallo 74173771e4
Fix ui bug
useEffect must be used carrefully, subscribing the effect to only those
dependencies we are interested to. Otherwise, every re-render will
trigger it.
2023-03-07 23:28:31 +01:00
blallo f6fb6f72f4
Improve ui appearance 2023-03-07 23:08:22 +01:00
blallo 8fa7247835
Add main ui logic 2023-03-07 00:56:35 +01:00