Commit Graph

13 Commits

Author SHA1 Message Date
DecDuck 4184705b14 Task groups & viewer in admin panel #52 (#91)
* feat: historical tasks in database, better scheduling, and unified API for accessing tasks

* feat: new UI for everything

* fix: add translations and fix formatting
2025-06-07 15:39:01 +10:00
Husky 681efe95af i18n Support and Task improvements (#80)
* fix: release workflow

* feat: move mostly to internal tasks system

* feat: migrate object clean to new task system

* fix: release not  getting good base version

* chore: set version v0.3.0

* chore: style

* feat: basic task concurrency

* feat: temp pages to fill in page links

* feat: inital i18n support

* feat: localize store page

* chore: style

* fix: weblate doesn't like multifile thing

* fix: update nuxt

* feat: improved error logging

* fix: using old task api

* feat: basic translation docs

* feat: add i18n eslint plugin

* feat: translate store and auth pages

* feat: more translation progress

* feat: admin dash i18n progress

* feat: enable update check by default in prod

* fix: using wrong i18n keys

* fix: crash in library sources page

* feat: finish i18n work

* fix: missing i18n translations

* feat: use twemoji for emojis

* feat: sanatize object ids

* fix: EmojiText's alt text

* fix: UserWidget not using links

* feat: cache and auth for emoji api

* fix: add more missing translations
2025-06-05 09:53:30 +10:00
DecDuck 31ad8505b7 fix: task api and other small issues 2025-04-20 23:34:22 +10:00
Huskydog9988 8f429e1e56 fix: eslint errors, switch to using maps 2025-04-15 20:04:45 -04:00
Huskydog9988 d4b89b5dc5 fix: inital eslint errors 2025-04-13 21:44:29 -04:00
DecDuck c7af02c15e fix: update dockerfile & use NPM droplet 2025-03-31 09:32:09 +11:00
DecDuck d4dd259b5f feat(acls): added backend acls 2025-02-04 13:15:52 +11:00
DecDuck f3ed0f6430 feat(tasks): improved ux 2025-01-14 20:43:22 +11:00
DecDuck a8f21068fc fix(tasks): fix disconnect code 2024-12-31 00:03:56 +11:00
DecDuck 5358f1f52c fix: properly disconnect websockets from task handler 2024-11-16 17:27:27 +11:00
DecDuck e1c1d7ea39 fixed task system 2024-10-21 21:50:21 +11:00
DecDuck 46c8f0c48a version importing 2024-10-11 17:16:26 +11:00
DecDuck 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