Commit Graph

5 Commits

Author SHA1 Message Date
a62a513105 go conventions: context should be first argument. 2024-08-19 19:22:44 +02:00
57c77e7d07 initial state is now sent again when the websocket connection is
established.
Also throttling based on user input. When browser sends multiple
messages per second the user will still only get one notification per
second at most.
2024-08-18 11:44:16 +02:00
9a5aaf56eb consistent casing in the titles (all lower case) 2024-08-18 01:19:46 +02:00
2c42f89547 moved all ui stuff to the ui package.
The structure of converge server is now much more clear in the package
// structure below pkg/server.
2024-08-17 10:37:20 +02:00
2b9821f967 renamed templates package to ui 2024-08-17 10:22:03 +02:00