unsloth/studio/frontend/src/components
Michael Han 1b825213ea
Stabilize floating monitor drag (#6984)
* Stabilize floating monitor drag

* Restore floating monitor exit animation

* Harden Windows Studio smoke checks

* Keep API menu badge removed

* Apply no-build-tools env overrides in-script

The runner does not apply step-level env keys containing parentheses,
so ProgramFiles(x86) kept its real value and Find-VsBuildTools still
detected VS through vswhere. Set the overrides inside each pwsh step
instead; child processes inherit them. The resolver step moves to pwsh
because bash cannot export a variable named ProgramFiles(x86).

* Reset chat UI session without a second browser context

macOS runs Chromium with --single-process, where closing the last
context tears down the whole browser, so the shutdown re-login died
with TargetClosedError on new_page. Clear cookies and swap pages
inside the same context instead, opening the replacement page before
closing the old one.

* Keep the no-build-tools Path filtered across session refreshes

install.ps1's Refresh-SessionPath and setup.ps1's Refresh-Environment
rebuild the session Path from the Machine and User registry scopes, so
the process-level filter could be undone mid-install and re-expose
CMake. Filter those scopes in the Prepare step with normalized dir
matching and restore them in cleanup.

* Drop stale localStorage auth tokens before re-login

Auth tokens live in localStorage, not cookies, and the login guest
guard redirects on their mere presence. Remove them during the session
reset so the /login navigation is deterministic instead of relying on
the tolerated redirect bounce.
2026-07-09 00:16:05 -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 Stabilize floating monitor drag (#6984) 2026-07-09 00:16:05 -07:00
example.tsx Update license headers 2026-03-12 17:23:10 +00:00
floating-monitor.tsx Stabilize floating monitor drag (#6984) 2026-07-09 00:16:05 -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