Commit Graph

607 Commits

Author SHA1 Message Date
kolaente a7eebaffb0
fix: position dropdown absolute, not fixed (#1552)
Fixes a regression introduced in 32501bc93b
2025-09-28 16:18:25 +02:00
kolaente 8c4fc4780e
fix: lint 2025-09-22 14:10:46 +02:00
kolaente 32501bc93b
fix(menu): make sure dropdown menu changes direction when screen is too
small

Resolves https://github.com/go-vikunja/vikunja/issues/1523
2025-09-22 14:03:13 +02:00
kolaente b99ea2deb0
fix(filters): persist url filter query across views (#1482) 2025-09-11 22:12:33 +00:00
kolaente fcc204dc88
fix(link share): add better error handling, ensure projects are shown (#1481) 2025-09-11 22:39:16 +02:00
kolaente d14443d2f2
feat(gantt): natural day-boundary rounding in Gantt chart (#1476) 2025-09-11 15:51:15 +00:00
kolaente 0dee1789a2
fix(filter): ensure filter query param is added to the page correctly (#1471) 2025-09-11 15:24:12 +00:00
kolaente 25b33102f1
fix(task): only save description when clicking away if it actually changed 2025-09-11 15:53:27 +02:00
kolaente d147a01c18
fix(filter): add close button for filter popup on mobile with accurate spacing (#1466)
Resolves #1464
2025-09-11 11:27:05 +00:00
kolaente 4353b1e9c7
fix: guard saved filter requests (#1462) 2025-09-11 09:36:47 +02:00
kolaente 6914badeb7
fix: reload list view when marking recurring task done (#1457) 2025-09-11 08:56:08 +02:00
kolaente cd711fd11c
fix(task): autosave description when closing task modal
Resolves https://github.com/go-vikunja/vikunja/issues/1437
2025-09-09 12:27:55 +02:00
kolaente 61f0cc9507
fix(frontend): hide drag handle for fixed project lists (#1421) 2025-09-05 10:51:44 +00:00
kolaente bd74733632
fix: show pagination controls for task comments (#1413)
Resolves https://community.vikunja.io/t/task-comment-pagination-in-1-0-0-rc1/3988
2025-09-04 16:04:05 +00:00
kolaente 12842a5e35
fix: remove leftover console.log 2025-09-04 17:13:41 +02:00
kolaente bb07b33dc2
fix(task): update task comment when switching between related tasks 2025-09-04 17:06:34 +02:00
Copilot 91f81e7dee
feat(kanban): allow folding done column by clicking green checkmarks in Kanban view (#1393) 2025-09-02 21:06:57 +00:00
kolaente 0262ab7d9e
fix(editor): do not apply filter input styles to all editor instances 2025-08-31 21:34:29 +02:00
kolaente 9610ae780f
fix(multiselect): do not try getting label when value is undefined
Resolves https://github.com/go-vikunja/vikunja/issues/1346
2025-08-31 21:31:42 +02:00
kolaente 7510f8d4be
fix(task): default to medium priority when none is configured
Resolves https://github.com/go-vikunja/vikunja/issues/1328
2025-08-31 21:07:30 +02:00
zapp88 a73d0258e4
fix(task): priority label task link spacing (#1322) 2025-08-31 18:36:56 +00:00
kolaente 61400e93a9
feat(task): make default project relation configurable
Resolves https://community.vikunja.io/t/change-default-task-relation/3637
2025-08-31 19:29:13 +02:00
Simone (Saxos) 4c9f112103
fix(filter): don't crash when filtering for labels in (#1333) 2025-08-31 14:35:16 +00:00
William Guinaudie 07d6630891
fix: stop event propagation for clicks inside the DeferTask popup (#1338) 2025-08-31 14:21:40 +00:00
kolaente 2394d1f8e0
fix: lint 2025-08-14 17:15:15 +02:00
kolaente 1173f83525
fix(auth): make text always white on image 2025-08-14 17:08:40 +02:00
kolaente a3200f4149
feat(editor): add message to list of allowed link protocols (#1284)
Resolves #1282
2025-08-13 09:35:17 +00:00
kolaente a81a3ee0e5
feat!: rename right to permission (#1277) 2025-08-13 11:05:05 +02:00
kolaente 5fc255cb36
feat(gantt): rebuild the gantt chart (#1001) 2025-08-12 16:33:50 +02:00
kolaente 60c76f7f9b chore(filter): move FilterInputDocs component 2025-08-11 17:22:48 +02:00
kolaente 6440dcd1a7 chore(filter): remove old filter input component 2025-08-11 17:22:48 +02:00
kolaente cc3d66a64f feat(filter): use new filter input component in view edit 2025-08-11 17:22:48 +02:00
kolaente 5651c0b818 fix(filter): correctly replace quoted values
https://github.com/go-vikunja/vikunja/issues/743
2025-08-11 17:22:48 +02:00
kolaente 2c25e60761 feat(filter): automatically focus filter input when opening filter popup
Resolves https://github.com/go-vikunja/vikunja/issues/552
2025-08-11 17:22:48 +02:00
kolaente fd177c7480 fix(filter): don't treat word value in filter value as operator 2025-08-11 17:22:48 +02:00
kolaente ee51706faf fix(filter): highlight multiple labels multiple times 2025-08-11 17:22:48 +02:00
kolaente 0fa437b8a2 fix(filter): don't treat ' ' as label value 2025-08-11 17:22:48 +02:00
kolaente b99b7bf131 feat(filter): rebuild filter input component 2025-08-11 17:22:48 +02:00
kolaente 63319e19ad fix: style issues 2025-08-06 10:55:23 +02:00
kolaente d5de5a4f0d
feat(deps): update tiptap to v3 (#1241) 2025-08-05 21:23:35 +02:00
kolaente 01fde44f47
fix(project): restructure project drag handle
Fixes a bug which would make reordering a project not work in Vivaldi.

Resolves https://community.vikunja.io/t/drag-and-drop-move-projects-up-or-down-possible-left-side/3389/9
2025-08-05 15:16:41 +02:00
kolaente 9e1ae2ce9c chore: remove bulma spacing utiltities 2025-08-03 15:05:48 +02:00
kolaente 5a8934ebd3 fix(rtl): icon button 2025-08-03 15:05:48 +02:00
kolaente 450e49f586 fix(rtl): task add input layout 2025-08-03 15:05:48 +02:00
kolaente 8fce55753c fix(rtl): modal positioning 2025-08-03 15:05:48 +02:00
kolaente 9a6efc0d5b fix(rtl): keyboard shortcuts trigger position 2025-08-03 15:05:48 +02:00
kolaente 6094f075bc fix(rtl): user dropdown spacing 2025-08-03 15:05:48 +02:00
kolaente a9924881c2 feat: replace bottom with logical properties 2025-08-03 15:05:48 +02:00
kolaente 0f5e0019ae feat: replace right with logical properties 2025-08-03 15:05:48 +02:00
kolaente 0159ddc313 feat: replace top with logical properties 2025-08-03 15:05:48 +02:00