Settings: autosave on change (remove Save button) #128

Closed
opened 2026-05-11 11:30:47 -07:00 by pyr0ball · 0 comments
Owner

Problem

Settings currently requires an explicit Save button click. This is a friction point — users change a setting and navigate away, losing the change with no feedback. Autosave on change is the expected pattern for preference UIs.

Acceptance criteria

  • All settings fields autosave to localStorage (and where applicable, the store) on change
  • Remove the Save button
  • Add a transient "Saved" confirmation flash (e.g. 1.5s fade) near the changed field so the user knows it worked
  • No data loss on navigation

From

kiwi UX audit (2026-05-11) — cf-a11y priority #4

## Problem Settings currently requires an explicit Save button click. This is a friction point — users change a setting and navigate away, losing the change with no feedback. Autosave on change is the expected pattern for preference UIs. ## Acceptance criteria - All settings fields autosave to localStorage (and where applicable, the store) on change - Remove the Save button - Add a transient "Saved" confirmation flash (e.g. 1.5s fade) near the changed field so the user knows it worked - No data loss on navigation ## From kiwi UX audit (2026-05-11) — cf-a11y priority #4
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/kiwi#128
No description provided.