open-webui/src
G30 c584a4270c
perf(ui): non-blocking model and tool server loading for unreachable connections (#26289)
- Move setModels() and setToolServers() out of the loaded gate in
  +layout.svelte so the page renders immediately instead of blocking
  behind slow/unreachable connection timeouts
- Track failed Ollama backend URLs from /api/tags and skip them in the
  subsequent /api/ps fan-out, eliminating a redundant second timeout
- Silence the autocomplete toast that fires during the transient empty
  model state
2026-06-29 12:34:00 -05:00
..
lib perf(ui): non-blocking model and tool server loading for unreachable connections (#26289) 2026-06-29 12:34:00 -05:00
routes perf(ui): non-blocking model and tool server loading for unreachable connections (#26289) 2026-06-29 12:34:00 -05:00
app.css refac 2026-04-21 13:57:43 +09:00
app.d.ts chat feature added 2023-10-08 15:38:42 -07:00
app.html Enhance image loading performance by adding preload links and setting loading attributes for logos in app.html (#24011) 2026-04-24 15:25:54 +09:00
tailwind.css refac 2026-03-23 23:39:52 -05:00