Skip to content

Revert remember-choice picker to inline toggle row#451

Open
greenart7c3 wants to merge 5 commits into
masterfrom
claude/confident-thompson-N9NTu
Open

Revert remember-choice picker to inline toggle row#451
greenart7c3 wants to merge 5 commits into
masterfrom
claude/confident-thompson-N9NTu

Conversation

@greenart7c3
Copy link
Copy Markdown
Owner

Restore the old AmberToggles design for the 'Automatically sign this for'
options (Never, 1m, 5m, 10m, Always) instead of the bottom sheet picker.

https://claude.ai/code/session_01PNYXnpAGEK6ye276rSS2yb

claude added 5 commits May 29, 2026 14:05
Restore the old AmberToggles design for the 'Automatically sign this for'
options (Never, 1m, 5m, 10m, Always) instead of the bottom sheet picker.

https://claude.ai/code/session_01PNYXnpAGEK6ye276rSS2yb
Show all eight duration options (Never, 1m, 5m, 10m, 1h, 1d, 1w, Always)
in the remember-choice toggle, and replace the bottom-sheet option pickers
(action, duration, relay/encryption scope) with the same segmented toggle
design. AmberToggles is now a generic, width-fitting segmented control.

https://claude.ai/code/session_01PNYXnpAGEK6ye276rSS2yb
Drop ONE_MINUTE from the duration selection lists while keeping the enum
value and its handling so existing saved permissions still resolve.

https://claude.ai/code/session_01PNYXnpAGEK6ye276rSS2yb
On small screens with many options the segments could shrink until labels
were clipped. Fall back to a fixed minimum segment width and a horizontal
scroll (auto-scrolling to keep the selection in view) when segments would
be too narrow, while still stretching to fill the width when they fit.

https://claude.ai/code/session_01PNYXnpAGEK6ye276rSS2yb
Show a thin scrollbar below the toggle when it scrolls so users know more
options are available. Lower the minimum segment width and use a smaller
label font so the full set of short duration options fits the width on
normal phones (no scroll), falling back to scrolling only on very small
screens.

https://claude.ai/code/session_01PNYXnpAGEK6ye276rSS2yb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants