feat(app): status rings on panels + sidebar aggregate badge from state events

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-09 23:11:46 +07:00
parent c35585755e
commit d36548ff39
7 changed files with 79 additions and 9 deletions
+1
View File
@@ -35,6 +35,7 @@ pub fn run() {
bridge::create_group,
bridge::set_group,
bridge::delete_group,
bridge::focus,
])
.run(tauri::generate_context!())
.expect("error while running spacesh");