mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat: disable snapping when a timeline has less than 12 months (#21649)
* feat: disable snapping when a timeline has less than 12 months * fix: disable placeholders when not snapping also moved month constant to constants.dart --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
d38468439b
commit
27d2f3efe2
2 changed files with 25 additions and 3 deletions
|
|
@ -45,3 +45,5 @@ const List<(String, String)> kWidgetNames = [
|
|||
|
||||
const double kUploadStatusFailed = -1.0;
|
||||
const double kUploadStatusCanceled = -2.0;
|
||||
|
||||
const int kMinMonthsToEnableScrubberSnap = 12;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue