vikunja/frontend/src/components/quick-actions
Claude 01fff665c6 fix(frontend): focus quick actions input after modal opens
The Modal mounts the <dialog> via v-if and calls showModal() in a
follow-up flush, so v-focus runs while the dialog is still closed and
its focus() call is dropped. The existing rAF retry was gated on
quick-add mode, leaving Ctrl+K in the regular app with no focused
input. Run the retry whenever the quick actions become active and keep
the command pre-selection scoped to quick-add mode.
2026-04-30 14:06:07 +00:00
..
QuickActions.vue fix(frontend): focus quick actions input after modal opens 2026-04-30 14:06:07 +00:00
QuickAddOverlay.vue refactor: replace Modal div-based implementation with native dialog element 2026-04-01 22:27:13 +00:00