picoclaw/web/frontend/src/hooks
LC 3b3f95c44c
feat(web): refine model availability states and preserve API key preview placeholder (#2226)
* feat(web): clarify model availability and status display

- Rename model availability field from configured to available across backend API and frontend usage

- Keep status as reason classification (configured/unconfigured/unreachable) and show unreachable in UI

- Preserve API key preview even when local service is unreachable

- Update backend tests to assert both availability and status semantics

* fix(web): clarify unreachable model status and wording

- Show unreachable status in model cards instead of API key preview when service is down

- Keep API key placeholder preview in model settings whenever an API key is already saved

- Rename model status wording from configured to available across backend, frontend, and i18n

- Update backend model status tests to match renamed status semantics

* style(web): standardize formatting in handleListModels function

* refactor(web): enforce status field as required to follow backend behavior
2026-03-31 22:52:04 +08:00
..
use-chat-models.ts feat(web): refine model availability states and preserve API key preview placeholder (#2226) 2026-03-31 22:52:04 +08:00
use-credentials-page.ts feat(web): migrate launcher to modular web frontend/backend and improve management UX (#1275) 2026-03-09 19:42:03 +08:00
use-gateway-logs.ts feat: add web gateway hot reload and polling state sync (#1684) 2026-03-17 18:46:00 +08:00
use-gateway.ts feat: add web gateway hot reload and polling state sync (#1684) 2026-03-17 18:46:00 +08:00
use-log-wrap-columns.ts fix(web): render ansi logs with wrapped lines (#1425) 2026-03-12 19:12:19 +08:00
use-mobile.ts feat(web): migrate launcher to modular web frontend/backend and improve management UX (#1275) 2026-03-09 19:42:03 +08:00
use-pico-chat.ts fix(web): refactor pico chat flow and fix proxied websocket URLs (#1639) 2026-03-16 16:25:16 +08:00
use-session-history.ts feat(web): add agent management UI and improve launcher integration (#1358) 2026-03-11 18:37:00 +08:00
use-sidebar-channels.ts Merge pull request #1955 from alexhoshina/refactor/wecom 2026-03-24 23:37:35 +08:00
use-theme.ts feat(web): migrate launcher to modular web frontend/backend and improve management UX (#1275) 2026-03-09 19:42:03 +08:00