mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 16:30:27 +00:00
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.
6 lines
No EOL
194 B
TypeScript
6 lines
No EOL
194 B
TypeScript
export enum Event {
|
|
DiffOpened = "diffOpened",
|
|
DiffClosed = "diffClosed",
|
|
RateLimitCountdown = "rateLimitCountdown",
|
|
QuickActionsSettingsChanged = "quickActionsSettingsChanged"
|
|
} |