a03d27ae0f
feat: rename frontend.Handler
to frontend.UpdateLoop
for clarity
...
🤖
2024-10-28 09:02:18 +01:00
0f8fde3143
fix: update GoTomato model field names
...
adjust field names due to breaking changes in GoTomato v0.0.4
2024-10-28 07:56:37 +01:00
a649a3d9fd
refactor: rename desktop.go
to notification.go
...
🤖
2024-10-27 22:49:28 +01:00
c764deeeb7
feat: simplify command handling for start, pause, and resume
...
- extract command logic into a separate function
- reduce code duplication in keyhandler function
🤖
2024-10-27 22:33:36 +01:00
e0000382e9
fix: move package variable to frontend.Handler
2024-10-27 22:33:36 +01:00
e8b463c59c
format: update import statements
...
- clean up and streamline import statements across multiple files
🤖
2024-10-27 22:33:36 +01:00
f26f12ef98
format: improve variable declaration style
...
- change variable declarations to use a grouped format
🤖
2024-10-27 22:33:36 +01:00
4f9bd664a3
fix: remove ununsed return statements in keyhandler()
2024-10-27 22:33:36 +01:00
bbc9977f1c
feat: refactor shared.Message to a channel
...
- remove `shared` package and shared.Message
- rename `notifications` package to `frontend`
- introduce a channel send the received ServerMessages to the frontend handler(s)
- move keyhandler to goroutine
- simplify password handling in Start function
- update import names when importing from GoTomoto
2024-10-27 22:33:30 +01:00