1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-17 12:22:31 +02:00
immich/mobile/lib/shared/models
Alex 2e5cd986dd
feat(mobile): Archive feature on mobile (#2258)
* update asset to include isArchive property

* Not display archived assets on timeline

* replace share button to archive button

* Added archive page

* Add bottom nav bar

* clean up homepage

* remove deadcode

* improve on sync is archive

* show archive asset correctly

* better merge condition

* Added back renderList to re-rendering don't jump around

* Better way to handle showing archive assets

* complete ArchiveSelectionNotifier

* toggle archive

* remove deadcode

* fix unit tests

* update assets in DB when changing assets

* update asset state to reflect archived status

* allow to archive assets via multi-select from timeline

* fixed logic

* Add options to bulk unarchive

* regenerate api

* Change position of toast message

---------

Co-authored-by: Fynn Petersen-Frey <zoodyy@users.noreply.github.com>
2023-04-17 00:02:07 -05:00
..
album.dart fix(mobile): proper syncing with Recents album on iOS (#2020) 2023-03-19 17:05:18 -05:00
album.g.dart feature(mobile): sync assets, albums & users to local database on device (#1759) 2023-03-03 16:38:30 -06:00
asset.dart feat(mobile): Archive feature on mobile (#2258) 2023-04-17 00:02:07 -05:00
asset.g.dart feat(mobile): Archive feature on mobile (#2258) 2023-04-17 00:02:07 -05:00
exif_info.dart feat: Add description (#2237) 2023-04-13 10:22:06 -05:00
exif_info.g.dart feat: Add description (#2237) 2023-04-13 10:22:06 -05:00
image_viewer_page_data.model.dart Transfer repository from Gitlab 2022-02-03 10:06:44 -06:00
immich_logger_message.model.dart feat(mobile) Add in app logging to show app's log information (#1014) 2022-11-27 14:34:19 -06:00
immich_logger_message.model.g.dart feat(mobile) Add in app logging to show app's log information (#1014) 2022-11-27 14:34:19 -06:00
logger_message.model.dart refactor(mobile): migrate all Hive boxes to Isar database (#2036) 2023-03-22 20:36:44 -05:00
logger_message.model.g.dart refactor(mobile): migrate all Hive boxes to Isar database (#2036) 2023-03-22 20:36:44 -05:00
server_info_state.model.dart Refactor mobile to use OpenApi generated SDK (#336) 2022-07-13 07:23:48 -05:00
store.dart feature(mobile): configurable log level (#2248) 2023-04-14 08:50:46 -05:00
store.g.dart refactor(mobile): add Isar DB & Store class (#1574) 2023-02-09 11:32:08 -06:00
upload_profile_image_repsonse.model.dart Fix backup not resuming after closed and reopen (#266) 2022-06-25 15:12:47 -05:00
user.dart feature(mobile): sync assets, albums & users to local database on device (#1759) 2023-03-03 16:38:30 -06:00
user.g.dart feature(mobile): sync assets, albums & users to local database on device (#1759) 2023-03-03 16:38:30 -06:00