vikunja/frontend/src
kolaente b65773eb8f fix(task): require explicit confirmation before saving reminders
Prevent reminders from being saved to the API until the user clicks
Confirm, matching the behavior of the due/start/end date pickers.

- Remove @update:modelValue handler on DatepickerInline so date/time
  changes only update local state
- Change Confirm button condition from showFormSwitch to activeForm so
  it renders even when defaultRelativeTo is null
- Add confirmAndClose function that handles both absolute and relative
  reminder forms
- Remove debounce (useDebounceFn) since saves are now user-initiated

Refs #2208
2026-02-24 11:57:39 +01:00
..
assets feat: add subsets for all supported languages 2025-08-17 23:11:30 +02:00
components fix(task): require explicit confirmation before saving reminders 2026-02-24 11:57:39 +01:00
composables refactor(gantt): extract GanttBarDateType as reusable type 2026-02-18 23:04:21 +01:00
constants refactor: extract auth route names into shared constant 2026-02-06 10:58:50 +01:00
directives fix(frontend): make v-focus directive work with wrapper components 2026-01-10 21:59:06 +01:00
helpers fix: format attachment upload error messages as readable strings 2026-02-08 15:48:04 +01:00
i18n chore(i18n): update translations via Crowdin 2026-02-24 01:13:27 +00:00
indexes chore: fix indentation 2025-06-19 10:53:35 +02: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(comments): add sort order toggle for task comments 2026-02-19 14:20:52 +01:00
models test: add unit tests for getDisplayName 2026-02-21 23:08:24 +01:00
modules fix: iterate past rejected middle matches in matchDateAtBoundary() 2026-02-06 10:57:50 +01:00
router refactor: extract auth route names into shared constant 2026-02-06 10:58:50 +01:00
services feat: clickable task notifications (#2258) 2026-02-20 22:34:53 +00:00
stores fix: reset throttle on logout so checkAuth clears auth state 2026-02-21 23:08:24 +01:00
styles refactor: move bulma button styles to button component 2026-01-08 13:23:38 +01:00
types chore(tests): remove Cypress, use Playwright exclusively (#1976) 2025-12-12 20:07:18 +00:00
views fix: show tasks spanning entire gantt date range 2026-02-24 11:51:13 +01:00
App.vue fix: guard against undefined route.name in auth layout check 2026-02-06 10:58:50 +01:00
histoire.setup.ts chore(tests): remove Cypress, use Playwright exclusively (#1976) 2025-12-12 20:07:18 +00:00
main.ts chore(tests): remove Cypress, use Playwright exclusively (#1976) 2025-12-12 20:07:18 +00: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 fix: migrate Sentry integration to SDK v8 API (#1769) 2025-11-07 15:20:57 +00:00
sw.ts fix: prevent browser from caching API responses 2026-02-24 10:37:49 +01: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