feat(app): wire set_group/delete_group bridge commands

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-09 21:41:34 +07:00
parent 0328797bce
commit c9c3ba1fcd
3 changed files with 20 additions and 0 deletions
+2
View File
@@ -33,6 +33,8 @@ pub fn run() {
bridge::close_workspace,
bridge::set_workspace_meta,
bridge::create_group,
bridge::set_group,
bridge::delete_group,
])
.run(tauri::generate_context!())
.expect("error while running spacesh");