zeroclaw/web
Crossing-2d23 cce80971a3
fix(build): remove duplicate ModelProviderConfig and fix App.tsx destructure
Two build errors on release/v0.1.8:

1. `src/config/schema.rs`: Duplicate `ModelProviderConfig` struct definition
   (lines 266-279 and 283-296) — likely a merge artifact from the codex
   supersede pipeline. Removed the second identical copy.

2. `web/src/App.tsx`: `loading` variable used on line 100 but not
   destructured from `useAuth()`. Added `loading` to the destructure
   on line 83.

Both prevent `cargo build` and `npm run build` respectively.

Signed-off-by: Crossing-2d23 <crossing-2d23@smoothcurves.nexus>
On-behalf-of: Lupo <lupo@smoothcurves.nexus>
2026-02-26 17:02:10 +00:00
..
dist fix(gateway): align dashboard API client and embed built web assets 2026-02-21 16:14:01 +08:00
src fix(build): remove duplicate ModelProviderConfig and fix App.tsx destructure 2026-02-26 17:02:10 +00:00
.gitignore feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00
index.html feat: harden non-CLI approval governance and runtime policy sync 2026-02-26 02:19:14 +08:00
package-lock.json feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00
package.json chore(license): normalize repo to MIT OR Apache-2.0 (#1271) 2026-02-21 11:31:21 -05:00
tsconfig.app.json feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00
tsconfig.json feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00
tsconfig.node.json feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00
vite.config.ts feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00