[_] bugfix/Design fixes#511
Open
CandelR wants to merge 4 commits into
Open
Conversation
|
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.



Added design adjustments to the selection UI to fit design and a fix for the Security modal on the Account screen.
Also added (on iOS only) in select mode, drag across the photo grid to select a range of photos in one gesture.
Summary
Photos selection UI: removed the standalone
SelectionHeadercomponent — cancel button and selection count are now part ofPhotosHeader, which handles both normal and select-mode states. Unselected items no longer show an empty checkbox. Removed date group section headers from the timeline grid.Swipe-to-select gesture (iOS): in select mode, hold and drag across the grid to select or deselect a range of photos in a single gesture. The anchor is captured at touch-down (before pan activation) so the first cell under the finger is always included. Dragging from an already selected photo deselects the range. Auto-scrolls when the finger reaches the top or bottom edge. Disabled on Android due to an unresolvable conflict between
Gesture.PanandFlashListscroll.SecurityModal: fixed incorrect rendering on the Account screen