unsloth/studio/frontend/src/components
Daniel Han f1a2621631
Studio: show Hugging Face address on hover for Hub and online model rows (#6382) (#6928)
* Studio: show Hugging Face address on hover for Hub and online model rows

The model selector already shows an on-disk path tooltip on local rows,
but Hub and online rows showed only the bare repo id, and nothing at all
when there was no VRAM estimate. Add an optional hubUrl prop and a
hubRepoUrl helper that mirrors localPathTooltip, and surface
huggingface.co/<repo_id> on hover for the Discover, search, and
downloaded Hub rows. Local and VRAM tooltips are unchanged; the VRAM
tooltip now also appends the address line.

Closes #6382

* Studio: use a 700ms hover delay before the model-row tooltip

Give the model-row hover tooltip (the Hugging Face address, plus the VRAM
and local-path lines it shares) a 700ms open delay instead of showing it
instantly, so it does not flash while sweeping the mouse down the list.

* Fix/adjust GGUF tooltips for PR #6928

---------

Co-authored-by: wasimysaid <112766706+wasimysaid@users.noreply.github.com>
Co-authored-by: Wasim Yousef Said <wasimysdev@gmail.com>
2026-07-08 03:09:52 -07:00
..
assistant-ui Studio: show Hugging Face address on hover for Hub and online model rows (#6382) (#6928) 2026-07-08 03:09:52 -07:00
layout Update license headers 2026-03-12 17:23:10 +00:00
markdown Update license headers 2026-03-12 17:23:10 +00:00
tauri Polish Studio desktop chrome (#6332) 2026-06-24 17:56:25 -07:00
ui Studio: restyle export source selector (#6562) 2026-06-22 03:52:11 -07:00
web Tidy update banner and auth button spacing (#6279) 2026-06-12 20:01:18 -07:00
app-sidebar.tsx Speed up Studio startup path (#6899) 2026-07-07 18:08:07 -07:00
example.tsx Update license headers 2026-03-12 17:23:10 +00:00
floating-monitor.tsx studio: label RAM and VRAM readouts as GiB not GB (#6895) 2026-07-06 08:27:26 -07:00
llama-update-banner.tsx Tighten comments for PR #6493 (#6539) 2026-06-21 05:49:07 -07:00
mascot-img.tsx Studio: mascot images degrade gracefully instead of showing alt text (#6146) 2026-06-10 08:22:17 -07:00
navbar.tsx Polish Studio desktop chrome (#6332) 2026-06-24 17:56:25 -07:00
section-card.tsx Update license headers 2026-03-12 17:23:10 +00:00
shutdown-dialog.tsx Studio frontend: reduce and tighten code comments (#6099) 2026-06-08 23:10:35 -07:00