added uptime monitoring

This commit is contained in:
2026-06-24 00:31:01 +02:00
parent e89c711d00
commit 1866e60518
16 changed files with 2220 additions and 19 deletions

View File

@@ -94,6 +94,7 @@ class _WorkspaceScreenState extends State<WorkspaceScreen>
// reference it if needed.
SharedPreferences.getInstance().then((prefs) {
prefs.setString('workspaceId', workspaces.first.id);
prefs.setString('workspaceInitials', workspaces.first.name[0]);
});
_navigateToHome();
} else if (workspaces.isEmpty) {