Add sync status to app drawer

This commit is contained in:
2026-02-06 20:43:26 +01:00
parent 7ec7b20e74
commit 9261ec341e
3 changed files with 67 additions and 13 deletions

View File

@@ -219,6 +219,7 @@ class _HomePageState extends State<HomePage> with RouteAware {
onLogout: _handleLogout,
appName: _appName,
appVersion: _appVersion,
syncFuture: _syncFuture,
),
body: RefreshIndicator(onRefresh: _refreshSheets, child: _buildBody()),
);