Revert remember-choice picker to inline toggle row#451
Open
greenart7c3 wants to merge 5 commits into
Open
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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