feat: show remainder assets info (#21114)

* feat: show remainder assets info

* pr feedback
This commit is contained in:
Alex
2025-08-21 12:18:31 -05:00
committed by GitHub
parent 66c657ca8a
commit ab2849781a
11 changed files with 195 additions and 45 deletions

View File

@@ -249,6 +249,7 @@ class _RemainderCard extends ConsumerWidget {
title: "backup_controller_page_remainder".tr(),
subtitle: "backup_controller_page_remainder_sub".tr(),
info: remainderCount.toString(),
onTap: () => context.pushRoute(const DriftBackupAssetDetailRoute()),
);
}
}