rework of the event admin UI

This commit is contained in:
Codex Agent
2025-11-24 17:17:39 +01:00
parent 4667ec8073
commit 8947a37261
37 changed files with 4381 additions and 874 deletions

View File

@@ -1,4 +1,5 @@
import { getDeviceId } from '../lib/device';
// @ts-nocheck
import { getDeviceId } from '../lib/device';
import { DEFAULT_LOCALE } from '../i18n/messages';
export interface AchievementBadge {

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import { getDeviceId } from '../lib/device';
export type UploadError = Error & {