andy-stack_vaultkeeper-ai/Enums/Event.ts
Andrew Beal 841b3af5a4 feat: add toggleable quick actions with context menu and toolbar options
Add settings to enable/disable quick actions in both the editor context menu and toolbar. Implement dynamic registration system that updates when settings change. Include event-driven architecture for settings changes and improve toolbar injection logic. Update dependencies to latest versions.
2026-04-24 15:52:06 +01:00

6 lines
No EOL
194 B
TypeScript

export enum Event {
DiffOpened = "diffOpened",
DiffClosed = "diffClosed",
RateLimitCountdown = "rateLimitCountdown",
QuickActionsSettingsChanged = "quickActionsSettingsChanged"
}