vikunja/frontend/src
kolaente e01a599418 fix(modal): clear stale data-closing flag when re-opened mid-close
If the modal is re-enabled within the 150ms close transition the
<dialog> element is still mounted and [open], so the dialogRef watcher
does not re-fire. Clear the leftover data-closing flag directly in
openDialog() so the dialog doesn't remain stuck at opacity 0.

Addresses augmentcode review on #2604.
2026-04-11 19:00:43 +00:00
..
assets feat: add subsets for all supported languages 2025-08-17 23:11:30 +02:00
components fix(modal): clear stale data-closing flag when re-opened mid-close 2026-04-11 19:00:43 +00:00
composables feat(sort): persist sort selection to URL query parameter 2026-04-07 13:41:13 +00:00
constants refactor: extract auth route names into shared constant 2026-02-06 10:58:50 +01:00
directives refactor(shortcuts): update directive to use new shortcut module 2026-03-03 14:00:25 +01:00
helpers docs(helpers): explain djb2 seed constant in stringHash 2026-04-05 12:24:45 +00:00
i18n chore(i18n): update translations via Crowdin 2026-04-11 01:20:45 +00:00
message feat: merge duplicate notifications (#2056) 2026-01-06 17:36:29 +00:00
modelSchema/common chore: fix indentation 2025-06-19 10:53:35 +02:00
modelTypes feat(user): add option to hide last viewed projects on overview page (#2429) 2026-04-07 16:56:13 +02:00
models feat(user): add option to hide last viewed projects on overview page (#2429) 2026-04-07 16:56:13 +02:00
modules refactor: rename parseTaskText module to quickAddMagic 2026-03-25 09:38:41 +00:00
router feat(migration): add generic CSV import with column mapping 2026-04-07 15:20:06 +00:00
services feat(migration): add skip rows option to CSV import 2026-04-07 15:20:06 +00:00
stores feat(auth): plumb totp passcode through openIdAuth action 2026-04-09 17:25:47 +00:00
styles feat(frontend): upgrade Tailwind CSS from v3 to v4 2026-03-03 11:46:18 +01:00
types feat(frontend): add configurable quick entry shortcut setting 2026-04-01 21:38:38 +00:00
views feat(auth): prompt for TOTP code in the OIDC callback flow 2026-04-09 17:25:47 +00:00
App.vue feat(frontend): route quick-add mode to QuickAddOverlay in App.vue 2026-04-01 21:38:38 +00:00
histoire.setup.ts feat(frontend): upgrade Tailwind CSS from v3 to v4 2026-03-03 11:46:18 +01:00
main.ts feat: use offical vite plugin for sentry (#873) 2026-03-03 12:30:49 +01:00
pinia.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
registerServiceWorker.ts fix: lint issues 2024-10-29 09:57:53 +00:00
sentry.ts feat: use offical vite plugin for sentry (#873) 2026-03-03 12:30:49 +01:00
sw.ts fix: derive workbox version from package.json at build time 2026-04-08 08:42:11 +00:00
urls.ts feat: add utm tag to powered by link 2024-09-23 12:07:06 +02:00
version.json chore: add missing eof newlines (#969) 2025-06-17 09:11:32 +00:00