Commit Graph

538 Commits

Author SHA1 Message Date
kolaente a26fb787f9
fix(labels): correctly fall back to variable colors when no label color is set (#1124) 2025-07-15 21:15:09 +00:00
kolaente 9b579d282c fix(tasks): do not return subtasks multiple times when they are related
to multiple tasks

Resolves https://community.vikunja.io/t/tasks-with-parent-tasks-appear-duplicated-in-list-views/3676
2025-07-02 23:16:05 +02:00
Dominik Pschenitschni 495633d112
fix(editor): prevent links from extending after space (#1059) 2025-07-02 17:50:40 +02:00
Dominik Pschenitschni 342bbd6192 fix: correct comments 2025-07-02 17:46:21 +02:00
Dominik Pschenitschni 4090b13772
fix: remove second notification on undo task update (#1060)
fix: remove undo success toast
2025-07-01 21:00:01 +02:00
kolaente 1f8150b167
feat(list): add j/k keyboard navigation (#1040)
Partially resolves https://community.vikunja.io/t/keyboard-shortcut-next-previous-tasks-in-a-project/1971/7?u=kolaente
2025-06-27 11:46:48 +00:00
kolaente bddba8646d
feat: add logo change toggle setting (#1031) 2025-06-26 15:59:34 +00:00
kolaente 786f3ea321
fix(quick actions): quote label when it contains spaces (#1013)
fix(frontend): quote label search with spaces
2025-06-25 15:46:59 +02:00
kolaente 0724c4b3e7
fix(datepicker): set correct date ranges (#1021) 2025-06-25 13:26:39 +02:00
Dominik Pschenitschni 454418ee63 chore: fix indentation 2025-06-19 10:53:35 +02:00
Dominik Pschenitschni 6e6c93f413
chore(frontend): migrate vue component options (#917) 2025-06-17 11:50:23 +02:00
Dominik Pschenitschni 10c8891e1f
feat(frontend): improve generics in multiselect dropdown (#920) 2025-06-17 11:49:24 +02:00
Dominik Pschenitschni a1655489ab
fix(frontend): mark only clicked task item (#891) 2025-06-16 22:43:54 +02:00
kolaente 94ba911c0b
feat(table view): require ctrl-click to sort by multiple task properties (#950) 2025-06-16 13:55:29 +00:00
kolaente 9bab44d5de
feat: add keyboard shortcut to open project from task detail (#940) 2025-06-16 12:31:02 +00:00
kolaente 59a0b9c40d
feat(auth): require auth to fetch avatars (#930) 2025-06-14 13:12:41 +00:00
kolaente a9714f6a4a
fix: improve markdown paste detection (#939) 2025-06-13 09:05:08 +00:00
kolaente 58236884dd
fix: close modals by pressing escape (#932) 2025-06-12 11:34:19 +00:00
kolaente 3e7c0099c8
fix: open keyboard shortcuts by pressing ? (#928) 2025-06-12 10:48:55 +00:00
Dominik Pschenitschni 40fb4b214e
fix(typing): ensure HTMLElement refs (#918) 2025-06-11 14:36:31 +02:00
kolaente f487f81f52
fix(editor): pasted link capturing trailing text (#912) 2025-06-10 21:09:14 +02:00
Dominik Pschenitschni 866a1791da chore: remove obsolete prop 2025-06-03 11:36:37 +02:00
Dominik Pschenitschni 773644050f fix: hide empty sidebar navs 2025-06-03 11:36:23 +02:00
Dominik Pschenitschni 1f56b3615c feat: unify component name 2025-05-28 15:13:08 +02:00
Dominik Pschenitschni bb9dc03351
fix: add newline at end of line (#827) 2025-05-24 13:57:47 +02:00
kolaente ce3d49cc02
fix(editor): make pasting a file work again
It seems like only one paste handler is possible - with the change  inf52a321acf19b8925a5285abf09ae3ed51ea4ca8 the paste handler for the image paste did not work anymore.

Resolves https://community.vikunja.io/t/feature-suggestion-paste-images-directly-into-description-comment-from-clipboard/3656
2025-05-20 16:57:26 +02:00
kolaente 5276b0f1fa
fix(task): make sure task comment url only contains one slash 2025-05-14 21:48:04 +02:00
kolaente 7beec2ef5a chore: make disabled prop optional in RepeatAfter component 2025-05-13 22:01:54 +02:00
kolaente 1be0c96b65 chore: correctly set default for prop in ReminderDetail 2025-05-13 22:01:54 +02:00
kolaente a71b6b6ab3 chore: do not set defaults for required props in RelatedTasks 2025-05-13 22:01:54 +02:00
kolaente 93d20216e2 chore: do not set defaults for required props in Heading 2025-05-13 22:01:54 +02:00
kolaente a8d60a423a chore: make prop with default value optional in KanbanCard 2025-05-13 22:01:54 +02:00
kolaente cd9e5bddd9 chore: do not set default for required prop in EditAssignees 2025-05-13 22:01:54 +02:00
kolaente 7fe17b1eb8 chore: do not set default for required prop in EditLabels 2025-05-13 22:01:54 +02:00
kolaente edc60c7c08 chore: remove default value for prop in Description 2025-05-13 22:01:54 +02:00
kolaente 60fcc67fbe chore: make prop optional in Comments 2025-05-13 22:01:54 +02:00
kolaente 80a54ecb82 chore: do not set default for required value in Attachments 2025-05-13 22:01:54 +02:00
kolaente b6435ad23f chore: do not set default for required value in ProjectCardGrid 2025-05-13 22:01:54 +02:00
kolaente 15530fcb0a chore: set default prop value for Filters 2025-05-13 22:01:54 +02:00
kolaente 18306956ae chore: allow v-html in FilterInput 2025-05-13 22:01:54 +02:00
kolaente 4e6a272a0f chore: do not set default for required value in Subscription 2025-05-13 22:01:54 +02:00
kolaente c71084d64a chore: do not set default for required value in PriorityLabel 2025-05-13 22:01:54 +02:00
kolaente 3f4bf59283 fix: correctly set default props in UserTeam 2025-05-13 22:01:54 +02:00
kolaente 22c1fa2be1 chore: make prop optional in Flatpickr 2025-05-13 22:01:54 +02:00
kolaente 359b75feac chore: make prop optional in PaginationEmit 2025-05-13 22:01:54 +02:00
kolaente 5539591d97 chore: remove unused component 2025-05-13 22:01:54 +02:00
kolaente ae0e8939ed chore: set default values for optional props in Password 2025-05-13 22:01:54 +02:00
kolaente 10161c033a chore: do not set default for required value in Datepicker 2025-05-13 22:01:54 +02:00
kolaente fcaf5abbf4 chore: make prop optional in Datepicker 2025-05-13 22:01:54 +02:00
kolaente de26f32758 chore: set default values for optional props in Multiselect 2025-05-13 22:01:54 +02:00