mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 09:06:14 +00:00
Follow-up on #621: the Reboot Speaker button (plus Revert to Defaults, Enable SSH, Disable SSH) was reachable only after expanding the collapsed "Customize this migration" section and scrolling past three fieldsets and the XML/telnet diff panes. Meanwhile every other real action elsewhere in the admin UI (Save Settings, Apply Suggested Plan, Start Sync, ...) is visible by default. - Move Revert to Defaults and Reboot Speaker into an always-visible "Speaker controls" row directly under the Migration State card. - Move Enable/Disable SSH into the Preconditions table, inline with the SSH (remote_services) status row, sized like the existing "Trust CA Now" button next to the CA/TLS row. script.js now only rewrites the inner status span on re-render (matching the CA/TLS pattern) so the buttons survive summary refreshes. - Add shared .btn-primary/.btn-danger CSS classes so button color consistently means the same thing everywhere (primary = confirm, danger = destructive) instead of ad-hoc inline colors; applied to Save Settings, Apply Suggested/Custom Plan, Enable/Disable SSH, Revert to Defaults, and Trust CA Now. Removed decorative gray from Reboot Speaker and the connection/DNS test buttons. - Replace the "Cancel" button (which only hid the whole summary panel, not any of the actions it sat beside) with a "✕ Hide" control next to the "Migration Summary for <device>" heading, alongside a new "↻ Reload" shortcut for refreshSummary(). - Remove the now-unneeded force-open-the-details hack in migrate() since Reboot no longer lives inside any collapsed container. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>