unsloth/studio/frontend/src/components/ui
Daniel Han 991a2bfc35 studio: GGUF unlimited context, auto-load, wait-for-load, UX fixes
- Use -c 0 for llama-server (model's native context size, no 4096 cap)
- Run non-GGUF backend.load_model in asyncio.to_thread for progress polling
- Auto-load smallest downloaded model when user chats without selecting one
- Wait for in-progress model load before inference (no "No model loaded" error)
- Add modelLoading flag to zustand store for cross-component coordination
- Dynamic top models: send 8 GGUFs + 8 hub models, frontend caps 4+4 after dedup
- Case-insensitive dedup: downloaded models correctly hide from recommended list
- Prevent duplicate toasts: guard against double selectModel calls
- Model selector waits for cached data before rendering (no empty flash)
- Toast close button positioned at top-right with proper spacing
- Sampling section expanded by default in chat settings
- Global toast close button styling fix
2026-03-16 02:46:56 -07:00
..
accordion.tsx Update license headers 2026-03-12 17:23:10 +00:00
alert-dialog.tsx Update license headers 2026-03-12 17:23:10 +00:00
alert.tsx Update license headers 2026-03-12 17:23:10 +00:00
animated-shiny-text.tsx Update license headers 2026-03-12 17:23:10 +00:00
animated-theme-toggler.tsx Update license headers 2026-03-12 17:23:10 +00:00
aspect-ratio.tsx Update license headers 2026-03-12 17:23:10 +00:00
avatar.tsx Update license headers 2026-03-12 17:23:10 +00:00
badge.tsx Update license headers 2026-03-12 17:23:10 +00:00
breadcrumb.tsx Update license headers 2026-03-12 17:23:10 +00:00
button.tsx Update license headers 2026-03-12 17:23:10 +00:00
calendar.tsx Update license headers 2026-03-12 17:23:10 +00:00
card.tsx Update license headers 2026-03-12 17:23:10 +00:00
chart.tsx Update license headers 2026-03-12 17:23:10 +00:00
checkbox.tsx Update license headers 2026-03-12 17:23:10 +00:00
collapsible.tsx Final cleanup 2026-03-12 18:28:04 +00:00
combobox.tsx Update license headers 2026-03-12 17:23:10 +00:00
command.tsx Update license headers 2026-03-12 17:23:10 +00:00
confetti.tsx Update license headers 2026-03-12 17:23:10 +00:00
context-menu.tsx Update license headers 2026-03-12 17:23:10 +00:00
data-table.tsx Update license headers 2026-03-12 17:23:10 +00:00
dialog.tsx Update license headers 2026-03-12 17:23:10 +00:00
dropdown-menu.tsx Update license headers 2026-03-12 17:23:10 +00:00
empty.tsx Update license headers 2026-03-12 17:23:10 +00:00
field.tsx Update license headers 2026-03-12 17:23:10 +00:00
hover-card.tsx Update license headers 2026-03-12 17:23:10 +00:00
input-group.tsx Update license headers 2026-03-12 17:23:10 +00:00
input.tsx Update license headers 2026-03-12 17:23:10 +00:00
label.tsx Update license headers 2026-03-12 17:23:10 +00:00
light-rays.tsx Update license headers 2026-03-12 17:23:10 +00:00
menubar.tsx Update license headers 2026-03-12 17:23:10 +00:00
navigation-menu.tsx Update license headers 2026-03-12 17:23:10 +00:00
pagination.tsx Update license headers 2026-03-12 17:23:10 +00:00
popover.tsx Update license headers 2026-03-12 17:23:10 +00:00
progress.tsx Update license headers 2026-03-12 17:23:10 +00:00
radio-group.tsx Update license headers 2026-03-12 17:23:10 +00:00
resizable.tsx Update license headers 2026-03-12 17:23:10 +00:00
scroll-area.tsx Update license headers 2026-03-12 17:23:10 +00:00
select.tsx Update license headers 2026-03-12 17:23:10 +00:00
separator.tsx Update license headers 2026-03-12 17:23:10 +00:00
sheet.tsx Update license headers 2026-03-12 17:23:10 +00:00
shine-border.tsx Update license headers 2026-03-12 17:23:10 +00:00
sidebar.tsx Update license headers 2026-03-12 17:23:10 +00:00
skeleton.tsx Update license headers 2026-03-12 17:23:10 +00:00
slider.tsx miscallenous studio (#4293) 2026-03-15 14:42:11 +04:00
sonner.tsx studio: GGUF unlimited context, auto-load, wait-for-load, UX fixes 2026-03-16 02:46:56 -07:00
sparkles-text.tsx Update license headers 2026-03-12 17:23:10 +00:00
spinner.tsx Update license headers 2026-03-12 17:23:10 +00:00
switch.tsx Update license headers 2026-03-12 17:23:10 +00:00
table.tsx Update license headers 2026-03-12 17:23:10 +00:00
tabs.tsx Update license headers 2026-03-12 17:23:10 +00:00
terminal.tsx Update license headers 2026-03-12 17:23:10 +00:00
textarea.tsx Update license headers 2026-03-12 17:23:10 +00:00
toggle-group.tsx Update license headers 2026-03-12 17:23:10 +00:00
toggle.tsx Update license headers 2026-03-12 17:23:10 +00:00
tooltip.tsx Final cleanup 2026-03-12 18:28:04 +00:00