turn-up-arch/ui/src
Sean Doran 01d293ebe2
fix: build frontend and fix tsc errors blocking the build
vite.config.ts used defineConfig from 'vite' which doesn't accept the
'test' key — switch to 'vitest/config' which extends it. Also type the
onChange test helper as (knob: KnobConfig) => void instead of the overly
broad ReturnType<typeof vi.fn>. Run npm run build to ship the compiled
static assets.
2026-03-07 23:16:05 -05:00
..
__tests__ fix: build frontend and fix tsc errors blocking the build 2026-03-07 23:16:05 -05:00
components feat: replace free-text target fields with device/app dropdowns 2026-03-06 20:44:56 -05:00
App.tsx feat: replace free-text target fields with device/app dropdowns 2026-03-06 20:44:56 -05:00
api.ts feat: replace free-text target fields with device/app dropdowns 2026-03-06 20:44:56 -05:00
index.css feat: replace free-text target fields with device/app dropdowns 2026-03-06 20:44:56 -05:00
main.tsx feat: add React/Vite PWA web UI with FastAPI backend 2026-02-27 21:25:16 -05:00
test-setup.ts test: add Vitest + Testing Library unit tests for running-apps feature 2026-02-28 17:32:28 -05:00
types.ts feat: replace free-text target fields with device/app dropdowns 2026-03-06 20:44:56 -05:00
utils.ts feat: add React/Vite PWA web UI with FastAPI backend 2026-02-27 21:25:16 -05:00