LocalAI/core/http
LocalAI [bot] 316bacdff5
feat: Add tabs to System view for Models and Backends (#8885)
feat: add tabs to System view for Models and Backends

- Split System view into two tabs: Models and Backends
- Use URL search params and localStorage for tab state persistence
- Optimize API calls to only fetch data for active tab
- Add tab counts in labels showing number of items
- Use existing tab CSS patterns from the codebase
- Maintain all existing functionality with improved UX

Signed-off-by: localai-bot <localai-bot@noreply.github.com>
Co-authored-by: localai-bot <localai-bot@noreply.github.com>
2026-03-09 09:25:27 +01:00
..
endpoints feat(functions): add peg-based parsing and allow backends to return tool calls directly (#8838) 2026-03-08 22:21:57 +01:00
middleware feat: add WebSocket mode support for the response api (#8676) 2026-03-06 10:36:59 +00:00
react-ui feat: Add tabs to System view for Models and Backends (#8885) 2026-03-09 09:25:27 +01:00
routes feat: add agentic management (#8820) 2026-03-07 00:03:08 +01:00
static feat: Rename 'Whisper' model type to 'STT' in UI (#8785) 2026-03-05 09:51:47 +01:00
views feat: Rename 'Whisper' model type to 'STT' in UI (#8785) 2026-03-05 09:51:47 +01:00
app.go feat: add agentic management (#8820) 2026-03-07 00:03:08 +01:00
app_test.go chore(ci): update environment variable for external backend 2026-03-03 22:12:37 +01:00
explorer.go chore(refactor): move logging to common package based on slog (#7668) 2025-12-21 19:33:13 +01:00
http_suite_test.go feat(api): add support for open responses specification (#8063) 2026-01-17 22:11:47 +01:00
openresponses_test.go feat(api): add support for open responses specification (#8063) 2026-01-17 22:11:47 +01:00
render.go feat: migrate to echo and enable cancellation of non-streaming requests (#7270) 2025-11-14 22:57:53 +01:00