mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(mobile): handle asset trash, restore and delete ws events (#4482)
* server: add ASSET_RESTORE ws event * mobile: handle ASSET_TRASH, ASSET_RESTORE and ASSET_DELETE ws events --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
634169235a
commit
a78e08bac1
7 changed files with 88 additions and 27 deletions
|
|
@ -106,7 +106,7 @@ class ProfileDrawer extends HookConsumerWidget {
|
|||
),
|
||||
),
|
||||
title: Text(
|
||||
"Trash",
|
||||
"profile_drawer_trash",
|
||||
style: Theme.of(context)
|
||||
.textTheme
|
||||
.labelLarge
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue