Commit Graph

21 Commits

Author SHA1 Message Date
baabe2f4d9 Minor update to the usage 2025-03-21 22:05:47 +01:00
Erik Brakkee
c3e77e6ef3 Fixed issue with throttling go routine not terminating. 2024-09-26 19:14:27 +02:00
d81eedcbac added licensing terms. 2024-09-08 18:51:46 +02:00
5269394cf5 Updated the about page:
1. improved picture showing the shell
2. updated description.
2024-09-08 11:16:49 +02:00
bf40ef059d weird problem in scaling image because of preload not being used (?) 2024-09-08 11:16:49 +02:00
db8a6be7ba much more clear logo. Higher resolution and better shadows,
more cartoonistic.
2024-09-08 11:16:49 +02:00
f863e57315 updates to the about page. 2024-09-08 11:16:49 +02:00
1805542a2a better styling of the header with title font decreasing automatically
and iamge not spilling outside of the content area.
2024-09-08 11:16:49 +02:00
Erik Brakkee
a0ae2d7d97 powershell instructions did not work when mukltiple ssh keys were configured.
Also ignoring empty lines in the input.
2024-09-08 11:16:49 +02:00
9508fca88f now using a go-like logo for the project. 2024-09-08 11:16:49 +02:00
442da2b56d minor update to the about page. Confusing explanation at the start. 2024-09-08 11:16:49 +02:00
3e28fba654 table heaader was wrong: time -> expiry time in sessions page. 2024-09-08 11:16:49 +02:00
8dd34f6c1b small improvement in about.templ 2024-09-08 11:16:49 +02:00
b7d009a528 added a picture to the about page. 2024-09-08 11:16:49 +02:00
69b58976ae fix for integration test and compose file using the correct versions. 2024-09-08 11:16:49 +02:00
4f97b29776 reduced min delay for events to 0.5 seconds. 2024-09-08 11:16:49 +02:00
6abcf0a7af go conventions: context should be first argument. 2024-09-08 11:16:49 +02:00
4444d6bbcd 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-09-08 11:16:49 +02:00
75606dfe2e consistent casing in the titles (all lower case) 2024-09-08 11:16:49 +02:00
3408e2893a 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-09-08 11:16:49 +02:00
c66be7775f renamed templates package to ui 2024-09-08 11:16:49 +02:00