project-nomad/admin/inertia/pages/settings
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
..
zim feat(UI): add Night Ops dark mode with theme toggle 2026-03-20 11:46:10 -07:00
apps.tsx feat(UI): add Night Ops dark mode with theme toggle 2026-03-20 11:46:10 -07:00
benchmark.tsx fix(ui): ref issue in benchmark page 2026-03-20 19:29:13 +00:00
legal.tsx feat(UI): add Night Ops dark mode with theme toggle 2026-03-20 11:46:10 -07:00
maps.tsx feat(maps): add global map download from Protomaps (#525) 2026-04-01 10:30:13 -07:00
models.tsx fix(ai-chat): add null check to model name 2026-04-03 17:59:24 -07:00
support.tsx feat: switch all PNG images to WEBP (#575) 2026-04-01 15:06:15 -07:00
system.tsx fix(disk): correct storage display by fixing device matching and dedup mount entries 2026-03-20 11:46:10 -07:00
update.tsx fix(UI): clear stale update banner after successful update 2026-03-20 11:46:10 -07:00