mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
feat: new timeline multi-selection (#19443)
* feat: new timeline multiselection * select all from bucket * wip * group multi-select * group multi-select * pr feedback * pr feedback * lint
This commit is contained in:
parent
ebcf133bea
commit
9ca31abae9
5 changed files with 416 additions and 61 deletions
|
|
@ -22,7 +22,7 @@ abstract class SegmentBuilder {
|
|||
case HeaderType.day:
|
||||
return kTimelineHeaderExtent * 0.90;
|
||||
case HeaderType.monthAndDay:
|
||||
return kTimelineHeaderExtent * 1.5;
|
||||
return kTimelineHeaderExtent * 1.6;
|
||||
case HeaderType.none:
|
||||
return 0.0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue