Implement the password-store tree sidebar

This commit is contained in:
Hermes Agent
2026-08-10 06:07:05 +00:00
parent 42e6a82b2d
commit 91f58bae3a
7 changed files with 1097 additions and 114 deletions

View File

@@ -54,7 +54,7 @@ mod tests {
let executor = AsyncExecutor::new();
let mut app = App::new();
let token = app.begin_request();
executor.submit(token, || Ok(AsyncPayload::Refreshed));
executor.submit(token, || Err("test result".to_owned()));
let result = executor
.receiver