V13-FE-005: restore direct UI components and harden grid provider
deploy / deploy (push) Failing after 51s
deploy / notify (push) Successful in 1s

This commit is contained in:
2026-08-13 02:39:48 +09:00
parent c4f0224a4f
commit d79edae546
45 changed files with 463 additions and 760 deletions
@@ -0,0 +1,15 @@
# V13-FE-005 — ShadowRunList vendor boundary adoption
## Scope
- Migrated the search/date fields and action buttons to `KsTextField`/`KsButton`; the shared text-field contract now supports the bounded date input type.
- Preserved query state, date inputs, status filter, and routes. Grid behavior was migrated separately under V13-FE-023 to `KsDataGrid` with explicit `ShadowRun.runId` navigation.
- No API, DB, job, model policy, or KIS path changed.
## Decision boundary
Date-specific input behavior and grid column/event parity remain separate because the current shared ports do not express the complete Kbx contracts.
## Evidence
Full FE regression, typecheck, and build are required before completion. Visual/AT/browser evidence remains outstanding.