vikunja/frontend/src/components
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
..
base fix: type issues with expandable 2025-11-22 17:23:03 +01:00
date fix: emit null 2025-11-22 17:23:03 +01:00
gantt fix: clamp gantt bar title position when task starts before visible range 2026-02-19 16:08:52 +01:00
home fix(nav): show shared sub-projects in sidebar when the parent is inaccessible (#2176) 2026-01-28 16:09:46 +00:00
input fix: break long continuous strings in editor to prevent overflow 2026-02-19 16:11:43 +01:00
misc feat(comments): add sort order toggle for task comments 2026-02-19 14:20:52 +01:00
notifications feat: clickable task notifications (#2258) 2026-02-20 22:34:53 +00:00
project feat: add optional project column to table view (#2182) 2026-02-18 15:29:51 +00:00
quick-actions fix: style issues 2025-08-06 10:55:23 +02:00
sharing refactor(frontend): use FormField scoped slot id for select elements 2026-01-10 21:59:06 +01:00
tasks fix(task): require explicit confirmation before saving reminders 2026-02-24 11:57:39 +01:00