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:
shenlong 2023-10-16 18:01:38 +00:00 committed by GitHub
parent 634169235a
commit a78e08bac1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 88 additions and 27 deletions

View file

@ -106,7 +106,7 @@ class ProfileDrawer extends HookConsumerWidget {
),
),
title: Text(
"Trash",
"profile_drawer_trash",
style: Theme.of(context)
.textTheme
.labelLarge