Commit Graph

18 Commits

Author SHA1 Message Date
1eede0f035 fix: news frontend 2025-03-10 12:05:10 +11:00
5d8f9d3813 Create useNews.ts 2025-02-02 10:07:24 +10:30
ecd26a42a8 feat: mobile ui and other design 2025-01-28 16:24:08 +11:00
cf0aa948fe feat: refactor & redesign parts of UI 2025-01-28 16:24:08 +11:00
a309651fe4 feat(collections): backend 2025-01-19 16:29:29 +11:00
f3ed0f6430 feat(tasks): improved ux 2025-01-14 20:43:22 +11:00
39d7ce7d1b feat(import): overhauled version importing 2024-12-31 00:04:50 +11:00
cada630e81 fix: moved icons and created PlatformClient so we can use the enum on the frontend 2024-12-24 11:43:36 +11:00
6e6f09dba0 feat(notifications): added notification system w/ interwoven refactoring 2024-11-16 19:41:19 +11:00
62ea9a116b fix(ws): fixed websocket authentication 2024-11-16 18:28:38 +11:00
bc0c47c487 feat: new ws handler 2024-11-16 17:03:52 +11:00
46c8f0c48a version importing 2024-10-11 17:16:26 +11:00
a7c33e7d43 completed game importing; partial work on version importing 2024-10-11 00:37:08 +11:00
718f5ba514 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
6b5e48d6fe admin ui shell 2024-10-09 15:43:55 +11:00
486bce8bc7 finished object endpoints
Added writing (tested) and deleting (untested) endpoints
2024-10-09 15:08:55 +11:00
435551c207 object storage + full permission system + testing
Object storage now works fully, with the permission system. It still
needs additional external endpoints for updating and deleting objects
from the API, but it is otherwise complete. Further tasks include
writing an S3 adapter.
2024-10-09 14:43:06 +11:00
bfafd2a044 ca groundwork 2024-10-07 22:35:54 +11:00