project-nomad/admin/inertia/pages
Henry Estela e49f25bda7
fix(ai-chat): add null check to model name
When the OpenAI-compatible fallback (/v1/models) is used, models are mapped as { name: m.id, size: 0 } with no details field. Accessing model.details.parameter_size throws
TypeError: Cannot read properties of undefined, which crashes the React render and causes the entire page to go blank.
2026-04-03 17:59:24 -07:00
..
docs feat(docs): polish docs rendering with desert-themed components 2026-02-06 14:41:30 -08:00
easy-setup feat(AI): enable remote AI chat host 2026-04-01 17:22:30 +00:00
errors feat: initial commit 2025-06-29 15:51:08 -07:00
settings fix(ai-chat): add null check to model name 2026-04-03 17:59:24 -07:00
about.tsx feat: initial commit 2025-06-29 15:51:08 -07:00
chat.tsx feat(AI Assistant): custom name option for AI Assistant 2026-03-04 20:05:14 -08:00
home.tsx fix(UI): hide 'Start here!' badge after Easy Setup is completed 2026-03-20 11:46:10 -07:00
maps.tsx feat(UI): add Night Ops dark mode with theme toggle 2026-03-20 11:46:10 -07:00