-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
feat: new timeline multi-selection #19443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
mobile/lib/presentation/widgets/timeline/fixed/segment.model.dart
Outdated
Show resolved
Hide resolved
mobile/lib/presentation/widgets/images/thumbnail_tile.widget.dart
Outdated
Show resolved
Hide resolved
mobile/lib/presentation/widgets/images/thumbnail_tile.widget.dart
Outdated
Show resolved
Hide resolved
mobile/lib/presentation/widgets/images/thumbnail_tile.widget.dart
Outdated
Show resolved
Hide resolved
52097f1
to
d65ff97
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
height: height, | ||
child: Column( | ||
crossAxisAlignment: CrossAxisAlignment.start, | ||
mainAxisAlignment: MainAxisAlignment.spaceAround, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you try MainAxisAlignment.spacedBetween
? The space between the month and day segment when the asset is grouped by Month + day is higher than what we currently have
Implement multi-selection logic for the new timeline