soulsync/webui
Antti Kettunen 577e4bdace
Migrate issue domain to React
- Mount a React-owned issue domain host and bridge report issue actions through it
- Add typed issue creation helpers, report payload types, and shared album workflow launchers
- Expand issue detail UI parity with metadata, links, track details, and admin actions
- Remove legacy static issue modal/list/detail code and update tests for the React bridge
2026-05-13 22:26:20 +03:00
..
src Migrate issue domain to React 2026-05-13 22:26:20 +03:00
static Migrate issue domain to React 2026-05-13 22:26:20 +03:00
tests Initial Vite app scaffolding & issues page impl 2026-05-13 22:24:46 +03:00
.gitignore Initial Vite app scaffolding & issues page impl 2026-05-13 22:24:46 +03:00
index.html Migrate issue domain to React 2026-05-13 22:26:20 +03:00
package-lock.json Initial Vite app scaffolding & issues page impl 2026-05-13 22:24:46 +03:00
package.json Initial Vite app scaffolding & issues page impl 2026-05-13 22:24:46 +03:00
playwright.config.ts Initial Vite app scaffolding & issues page impl 2026-05-13 22:24:46 +03:00
tsconfig.json Initial Vite app scaffolding & issues page impl 2026-05-13 22:24:46 +03:00
vite.config.ts Initial Vite app scaffolding & issues page impl 2026-05-13 22:24:46 +03:00
vitest.setup.ts Initial Vite app scaffolding & issues page impl 2026-05-13 22:24:46 +03:00