1
0

292 Commits

Author SHA1 Message Date
Dominik Pschenitschni
b718aa1fbd chore(popup): trigger close function directly 2024-07-15 19:51:14 +00:00
kolaente
323ecdaab6
fix(kanban): move repeating task back to old bucket when moved to the done bucket 2024-07-12 13:44:45 +02:00
kolaente
ec0c05fd47
fix(kanban): update task done status after moving it into done bucket
Resolves https://kolaente.dev/vikunja/vikunja/issues/2518
2024-07-11 13:17:33 +02:00
Dominik Pschenitschni
af639a180c fix: wrapped button
This somehow weirdly fixes the test. I have no clue why. Regardless it should be better than before, because a button  (DropdownItem) should never contain another interactive element (the setBucketLimit input and save button).

The test failed because I replaced a v-if with v-show. I do not know _why_ this made the test fail. When I reproduced the test step by step it worked for me…
2024-07-10 09:19:55 +00:00
Dominik Pschenitschni
faa797f461 feat: improve main nav spacing and open speed 2024-07-10 09:19:55 +00:00
Dominik Pschenitschni
0a81855bc1 fix: muliselect optional props
also adds name and id props
2024-07-08 14:04:03 +00:00
Dominik Pschenitschni
c37fe49890 feat: improve BaseButtonEmits type 2024-07-07 15:02:41 +00:00
Dominik Pschenitschni
413d1f9ad7 feat: withDefaults for Multiselect 2024-07-07 15:02:30 +00:00
Dominik Pschenitschni
3317280062 fix: dropdown item disabled prop 2024-07-07 15:01:11 +00:00
Dominik Pschenitschni
1eb1aa2575 feat: remove unnecessary prop from Card 2024-07-07 14:58:58 +00:00
Dominik Pschenitschni
43e38fae17 feat: rename TheNavigation to AppHeader 2024-07-07 14:57:23 +00:00
Dominik Pschenitschni
479b786761 feat: use withDefaults for ProjectCardGrid 2024-07-05 15:50:10 +00:00
Dominik Pschenitschni
daeefeb487 feat: define prop and emit types DatepickerWithRange 2024-07-05 15:35:06 +00:00
Dominik Pschenitschni
a56331d39d feat: use withDefaults in ReminderDetail 2024-07-05 15:34:12 +00:00
Dominik Pschenitschni
42c458a736
feat: simplify playPopSound setting check 2024-07-05 14:24:53 +02:00
Dominik Pschenitschni
5cf57a520c feat: use withDefaults for Heading 2024-07-05 12:02:39 +00:00
Dominik Pschenitschni
b500981434 feat: use withDefaults for SelectUser 2024-07-05 12:01:53 +00:00
Dominik Pschenitschni
f9e0b43707 feat: move powered by to bottom 2024-07-04 09:04:39 +00:00
Dominik Pschenitschni
ed0ef385e9 fix: add missing disabled prop 2024-07-04 09:00:35 +00:00
Dominik Pschenitschni
a721d9286b fix: disable button if loading 2024-07-03 16:05:05 +00:00
Dominik Pschenitschni
bc2baa3bbd feat(Multiselect): hide multiselect during loading 2024-07-03 15:34:19 +00:00
Dominik Pschenitschni
51660f7677 fix: app bottom padding
display: flow-root creates a new block-formatting context and thus prevents overflowing margin issues created by a last child element that has a margin bottom
2024-07-03 15:33:49 +00:00
Dominik Pschenitschni
f08039b23c
fix: ProjectSearch default value 2024-07-03 10:02:31 +02:00
kolaente
359b07dabb
fix(views): move bucket update to extra endpoint
BREAKING CHANGE: The bucket id of the task model is now only used internally and will not trigger a change in buckets when updating the task.

This resolves a problem where the task update routine needs to know the view context it is in. Because that's not really what it should be used for, the extra endpoint takes all required parameters and handles the complexity of actually updating the bucket.
This fixes a bug where it was impossible to move a task around between buckets of a saved filter view. In that case, the view of the bucket and the project the task was in would be different, hence the update failed.
2024-07-02 16:34:53 +02:00
kolaente
e6ce1251f7
fix(filters): allow managing views for saved filters 2024-07-02 12:36:08 +02:00
Dominik Pschenitschni
7db9e64053 feat: use withDefaults for AddTask 2024-06-30 14:16:01 +00:00
Dominik Pschenitschni
8a2c74a702 feat: remove props destructuring from ProjectCard 2024-06-28 21:20:52 +00:00
Dominik Pschenitschni
516f507ac4 feat: remove props destructuring EditorToolbar 2024-06-28 21:20:44 +00:00
Dominik Pschenitschni
914fe092e5 feat: add getter support to useProjectBackground 2024-06-28 21:18:37 +00:00
Dominik Pschenitschni
01a4ad99ab feat: use withDefaults for Done 2024-06-28 21:16:57 +00:00
Dominik Pschenitschni
c81649c139 feat: use defineProps types in CreatedUpdated 2024-06-28 21:10:55 +00:00
Dominik Pschenitschni
dea051010d feat: use withDefaults for Labels 2024-06-28 21:08:35 +00:00
Dominik Pschenitschni
1dbd8b6c37 feat: use defineProps types for ChecklistSummary 2024-06-28 21:07:31 +00:00
Dominik Pschenitschni
9e266f1e36 feat: use defineProps types for ProjectSettingsDropdown 2024-06-28 21:03:14 +00:00
Dominik Pschenitschni
5b0ce4e01c feat: use withDefaults for Card 2024-06-28 21:02:21 +00:00
Dominik Pschenitschni
7c9f0b8ada feat: remove props destructuring from SingleTaskInlineReadonly 2024-06-28 21:02:01 +00:00
Dominik Pschenitschni
bd32f7aef5 feat: use withDefaults for ProjectSearch 2024-06-28 21:00:15 +00:00
Dominik Pschenitschni
b224b331f5 fix: remove props prefix from template 2024-06-25 13:57:52 +00:00
Dominik Pschenitschni
9f375ecd7d
fix: import type in EditorToolbar 2024-06-25 15:18:27 +02:00
Dominik Pschenitschni
ff2644d1c5 feat: use defineOptions for Loadings.vue 2024-06-20 19:59:31 +00:00
Dominik Pschenitschni
4bd9c79912 feat: remove props destructuring ProjectsNavigationItem 2024-06-20 19:35:37 +00:00
Dominik Pschenitschni
94a907b009 feat: use withDefaults for BaseCheckbox 2024-06-20 13:04:55 +00:00
Dominik Pschenitschni
66be016a7f feat: improve gantt filter label 2024-06-20 13:03:45 +00:00
Dominik Pschenitschni
ba5240f6ae feat(XButton): merge script blocks 2024-06-20 13:03:41 +00:00
Dominik Pschenitschni
c90ee0142a fix: reset drag.value 2024-06-20 13:02:43 +00:00
Dominik Pschenitschni
4c5bb3f114 feat: improve message types 2024-06-20 13:02:02 +00:00
Dominik Pschenitschni
baaf612239
fix: import PeriodUnit as type 2024-06-20 12:16:09 +02:00
kolaente
da66eb7314
fix(filters): do not match partial labels
This change fixes a bug where an input query like "labels in test || labels in l" would be replaced with something like "undefinedabels in test || labels in l" or "3abels in test || labels in l" when there was a label starting with "l" - when it should not have touched that.
The matching was changed so that only exact label matches are taken into account when searching for labels.

Now, the above string would be replaced by "labels in 1 || labels in l" (when the label "test" has the id 1).

Maybe resolves https://community.vikunja.io/t/filtering-by-label-ux-issues/2393/8
2024-06-19 17:28:16 +02:00
kolaente
9101f26101
fix(comments): do not use whitespace as gap 2024-06-19 16:48:21 +02:00
Dominik Pschenitschni
f36115871c feat: camelcase global components 2024-06-19 14:02:14 +00:00