vikunja/frontend/src/directives
kolaente ddd5662d66 fix(frontend): make v-focus directive work with wrapper components
When v-focus is applied to a non-focusable element (like a component
wrapper div), it now searches for the first focusable child element
(input, select, textarea, or contenteditable) and focuses that instead.

This allows v-focus to work correctly with FormField and similar
wrapper components.
2026-01-10 21:59:06 +01:00
..
focus.ts fix(frontend): make v-focus directive work with wrapper components 2026-01-10 21:59:06 +01:00
shortcut.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
testid.ts chore(tests): remove Cypress, use Playwright exclusively (#1976) 2025-12-12 20:07:18 +00:00