feat(app): real daemon health footer (live, uptime, version)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-10 12:09:35 +07:00
parent f7763a84fc
commit defceb1169
5 changed files with 53 additions and 12 deletions
+1
View File
@@ -51,6 +51,7 @@ pub fn run() {
bridge::focus,
bridge::event_log,
bridge::mark_read,
bridge::health,
])
.run(tauri::generate_context!())
.expect("error while running spacesh");