1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

feat: sliver appbar and snap scrubbing (#19446)

This commit is contained in:
Alex
2025-06-24 20:02:46 -05:00
committed by GitHub
parent 522cdbac99
commit 05064f87f0
9 changed files with 780 additions and 58 deletions

View File

@ -83,6 +83,12 @@ class MultiSelectNotifier extends Notifier<MultiSelectState> {
}
}
void clearSelection() {
state = state.copyWith(
selectedAssets: {},
);
}
/// Bucket bulk operations
void selectBucket(int offset, int bucketCount) async {
final assets = await _timelineService.loadAssets(offset, bucketCount);