mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix: reduce asset_viewer reloads (#20083)
* fix: reduce asset_viewer reloads * limit the result of watch asset to one * fix null reference in map thumbnail * bump hash file limit to 256 --------- Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
aa344a3989
commit
ab61bcfcc8
10 changed files with 67 additions and 17 deletions
|
|
@ -7,6 +7,10 @@ class ViewerOpenBottomSheetEvent extends Event {
|
|||
const ViewerOpenBottomSheetEvent();
|
||||
}
|
||||
|
||||
class ViewerReloadAssetEvent extends Event {
|
||||
const ViewerReloadAssetEvent();
|
||||
}
|
||||
|
||||
class AssetViewerState {
|
||||
final int backgroundOpacity;
|
||||
final bool showingBottomSheet;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue