feat: expose stash action and give it a new search source (#3872)

This commit is contained in:
三咲雅 misaki masa 2026-04-11 07:59:38 +08:00 committed by GitHub
parent f6408656b4
commit 74d903a49a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
55 changed files with 471 additions and 274 deletions

View file

@ -101,6 +101,7 @@ impl<'a> Executor<'a> {
on!(forward);
on!(reveal);
on!(follow);
on!(stash);
// Toggle
on!(toggle);