Commit Graph

8 Commits

Author SHA1 Message Date
DecDuck 78a26f5eef feat(tasks): improved ux 2025-01-14 20:43:22 +11:00
DecDuck 3652d6123c feat(notifications): added notification system w/ interwoven refactoring 2024-11-16 19:41:19 +11:00
DecDuck 4db9ebe66a fix(ws): fixed websocket authentication 2024-11-16 18:28:38 +11:00
DecDuck 38e0d087c2 fix: properly disconnect websockets from task handler 2024-11-16 17:27:27 +11:00
DecDuck efc6f3267f refactor: rename admin socket session map 2024-11-16 16:27:38 +11:00
DecDuck 737b3061a8 fixed task system 2024-10-21 21:50:21 +11:00
DecDuck fd39b3453a version importing 2024-10-11 17:16:26 +11:00
DecDuck 68236f5112 task API
The Task API allows for an easy way to create long-lived tasks that
require reporting back to user with progress/logs. It will be used in
the upcoming game importing.
2024-10-10 16:13:10 +11:00