v0.2.4: Explicit Save and Default Adapter fix
·
0 commits
to adapt/dsh-0.1.2-alpha.1
since this release
Fixes
- Settings page now uses an explicit Save button (top of page, next to Rescan). Edits stay in draft until saved; success/failure feedback is shown.
- Disabling an Adapter — including the last enabled one — no longer auto-saves and can no longer produce an invalid config. A stale
defaultAdapternaming a disabled Adapter is cleared on Save (client) and at the RPC boundary (host). - Reopening settings shows persisted state.
Notes
delegate_workerwithout an explicit adapter routes to the first enabled Adapter when no default is set (documented in ADR 0002 and the section intro).- Version bumped 0.2.3 → 0.2.4 to bust client bundle caching.