ente/mobile/lib/ui/viewer/gallery
Ashil 6ef1da68e0
[photos][mobile] Performance improvement (#1080)
## Description

Stack has `clipBehaviour = Clip.hardEdge` by default. This is necessary
if content inside the stack is overflowing it's boundary and it has to
be clipped. Clipping is expensive so it's worth removing it when it
makes sense.

In this case of `GalleryFileWidget`, content doesn't overflow the
Stack's boundary so the clip operation can be removed by setting
`clipBehaviour = Clip.none`.
2024-03-13 13:52:03 +05:30
..
component [photos][mobile] Performance improvement (#1080) 2024-03-13 13:52:03 +05:30
hooks Move into mobile/ 2024-03-01 12:25:37 +05:30
state Move into mobile/ 2024-03-01 12:25:37 +05:30
archive_page.dart Move into mobile/ 2024-03-01 12:25:37 +05:30
collection_page.dart Move into mobile/ 2024-03-01 12:25:37 +05:30
device_folder_page.dart Move into mobile/ 2024-03-01 12:25:37 +05:30
empty_album_state.dart Move into mobile/ 2024-03-01 12:25:37 +05:30
empty_hidden_widget.dart Move into mobile/ 2024-03-01 12:25:37 +05:30
empty_state.dart Move into mobile/ 2024-03-01 12:25:37 +05:30
gallery.dart Move into mobile/ 2024-03-01 12:25:37 +05:30
gallery_app_bar_widget.dart [mob][photos] Add dialog to describe clean uncat option 2024-03-11 16:52:27 +05:30
hidden_page.dart Move into mobile/ 2024-03-01 12:25:37 +05:30
photo_grid_size_picker_page.dart Move into mobile/ 2024-03-01 12:25:37 +05:30
trash_page.dart Move into mobile/ 2024-03-01 12:25:37 +05:30
uncategorized_page.dart [mob] Fixed sorting bug in uncategorized section 2024-03-11 16:52:27 +05:30