Command pattle basis

This commit is contained in:
2025-12-20 22:49:09 +08:00
parent 18c81503f1
commit 8c83ee9b88
12 changed files with 531 additions and 62 deletions

View File

@@ -23,3 +23,8 @@ class OidcAuthCallbackEvent {
const OidcAuthCallbackEvent(this.challengeId);
}
/// Event fired to trigger the command palette
class CommandPaletteTriggerEvent {
const CommandPaletteTriggerEvent();
}