mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-07 00:24:18 +00:00
Merge pull request 'feat(ui): Add jobs fab button to Snapshot List page' (#396) from snapshost-list-fab into master
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/pulls/396 Reviewed-by: Inex Code <inex.code@selfprivacy.org>
This commit is contained in:
commit
76f977bc50
|
@ -31,6 +31,7 @@ class BackupsListPage extends StatelessWidget {
|
||||||
context.watch<BackupsCubit>().state.preventActions;
|
context.watch<BackupsCubit>().state.preventActions;
|
||||||
return BrandHeroScreen(
|
return BrandHeroScreen(
|
||||||
heroTitle: 'backup.snapshots_title'.tr(),
|
heroTitle: 'backup.snapshots_title'.tr(),
|
||||||
|
hasFlashButton: true,
|
||||||
children: [
|
children: [
|
||||||
if (backups.isEmpty)
|
if (backups.isEmpty)
|
||||||
Center(
|
Center(
|
||||||
|
|
Loading…
Reference in a new issue