Wire admin studio SSR and search infrastructure

This commit is contained in:
2026-05-01 11:46:06 +02:00
parent 257b0dbef6
commit 18cea8b0f0
329 changed files with 197465 additions and 2741 deletions

View File

@@ -594,6 +594,7 @@ export default function useUploadMachine({
.map((world) => ({
world_id: Number(world.id),
note: typeof world.note === 'string' ? world.note : '',
source_surface: 'upload_flow',
}))
.filter((entry) => Number.isFinite(entry.world_id) && entry.world_id > 0)
: [],