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:
Alex 2025-06-24 02:05:25 -05:00 committed by GitHub
parent ebcf133bea
commit 9ca31abae9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 416 additions and 61 deletions

View file

@ -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;
}