TradingAgents/frontend
MarkLo127 8fa86ef6c0 Fix: Remove schema default from analysis_mode, rely on form defaultValues
- Removed .default('deep') from Zod schema to fix type inference
- The field is now purely required with no optional inference
- The default value is provided by useForm's defaultValues
- This cleanly separates schema validation from form defaults
2026-03-12 22:06:05 +08:00
..
app Implement Plan C3: Cloud Sync Retry with Local Caching 2026-03-12 21:35:29 +08:00
components Fix: Remove schema default from analysis_mode, rely on form defaultValues 2026-03-12 22:06:05 +08:00
context 2025-12-12 19:01:49 +08:00
contexts 2026-01-27 13:22:52 +08:00
hooks 2025-12-17 05:41:30 +08:00
lib Implement Plan C3: Cloud Sync Retry with Local Caching 2026-03-12 21:35:29 +08:00
public 2025-12-21 02:00:38 +08:00
.dockerignore 2025-12-12 05:43:08 +08:00
.gitignore 2025-11-20 21:56:47 +08:00
Dockerfile Replace next.config.ts rewrites with catch-all API proxy route 2026-03-12 11:37:12 +08:00
Dockerfile.railway 2026-03-11 16:56:32 +08:00
bun.lock 2026-03-10 19:07:11 +08:00
components.json 2025-11-20 21:56:47 +08:00
eslint.config.mjs 2025-12-12 05:57:55 +08:00
next.config.ts Replace next.config.ts rewrites with catch-all API proxy route 2026-03-12 11:37:12 +08:00
package.json 2026-03-10 18:58:03 +08:00
postcss.config.mjs 2025-11-20 21:56:47 +08:00
tsconfig.json 2025-11-20 21:56:47 +08:00