You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ui): stop tweak cards from spinning on Checking forever
The backend detect scan began emitting tweak-status events before the
frontend had built its tweak list, so the earliest events were dropped
silently by setStatusView and loadModel then reset every status to a
fresh loading placeholder. Nothing re-sent them, leaving the first few
tweaks in corpus order stuck on Checking for the life of the session.
Await initializeQuick() before starting the stream (Svelte mounts +page
before +layout, so loadRemainingData kicked the scan first), and buffer
any status view that still arrives ahead of its tweak so loadModel seeds
from it instead of overwriting it.
0 commit comments