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(setup): center toggle, grey full block (buttons too), use recommend orange
User feedback iteration:
- Remove "Active variant:" header — toggle position + variant grey-out tell
the story already.
- Center the FP32 / toggle / INT8 row horizontally within the Parakeet box
(addStretch before and after).
- Grey out the WHOLE inactive variant block, including the Install/Delete/
Cancel buttons (style "QPushButton { color: #888; }"). Buttons remain
functionally enabled so the user can re-install or delete the non-active
variant at will — only their colour is dimmed.
- Recommendation footer ("★ Recommended for your hardware: ...") now uses
the same orange (#d8a000) as the inline ★ Recommended badge on the
variant row, creating a visual link between the two cues.
- Recommended variant name uppercased ("FP32" / "INT8") in the footer for
consistency with the variant titles.
Toggle behaviour: grey style is applied at build time AND refreshed live
by _refresh_tdt_active_badge() on every toggled signal — both the label
text and the button stylesheets follow the toggle position.
0 commit comments