1
0

1497 Commits

Author SHA1 Message Date
kolaente
f4a7943680
fix: bubble changes from the editor immediately and move the delay to callers
This gives the callers more control over when to save data and show/hide additional controls based on the input text
2023-06-02 12:40:21 +02:00
kolaente
6c2dc483a2
fix: redundant ) 2023-05-31 16:27:20 +02:00
Dominik Pschenitschni
811254e6a9
wip: base review
(cherry picked from commit 3bb64f078cf333f174d247dc404355f2c8437cfd)
2023-05-31 16:25:33 +02:00
ce72
5fb45afb12
fix: review findings 2023-05-31 16:25:33 +02:00
ce72
fb14eca634
fix: review findings 2023-05-31 16:25:32 +02:00
ce72
14e2698833
feat: edit relative reminders 2023-05-31 16:25:32 +02:00
ce72
0d6c0c8399
chore; extract code to reminder-period.vue 2023-05-31 16:25:32 +02:00
ce72
5d38b8327f
feat: allow to edit existing relative reminders 2023-05-31 16:25:32 +02:00
ce72
f747d5b2fc
feat: Use new Reminders API instead of reminder_dates 2023-05-31 16:25:30 +02:00
kolaente
4ba02ebbb6
fix: don't try to convert a null date
Resolves https://kolaente.dev/vikunja/frontend/issues/3371
2023-05-31 15:07:23 +02:00
kolaente
01ac84ce1e
fix: don't require variant prop on loading component as it already has a default one set 2023-05-30 20:00:02 +02:00
kolaente
4c969f0a42
fix: don't allow creating a new label from filter view
Resolves https://kolaente.dev/vikunja/frontend/issues/1035
2023-05-30 19:54:01 +02:00
kolaente
8e2c76a33e
feat: optimize print view for project views 2023-05-30 19:50:37 +02:00
kolaente
f7ba3bd08f
fix: increase default auto-save timeout to 5 seconds
Related discussion: https://community.vikunja.io/t/task-description-constantly-saving-loosing-content/1350
2023-05-30 12:19:14 +02:00
kolaente
391992effb
fix: missing await 2023-05-30 11:37:45 +02:00
kolaente
ed8de7e3eb
fix: lint 2023-05-24 15:54:37 +02:00
kolaente
b34118485c
feat: allow creating a new project directly as a child project from another one 2023-05-24 15:54:37 +02:00
kolaente
31b7c1f217
fix: don't set the current project when setting a project 2023-05-24 15:54:37 +02:00
kolaente
086f50d4fe
chore: re-add top menu spacing 2023-05-24 15:54:36 +02:00
kolaente
46e825820c
fix: sort in store 2023-05-24 15:54:36 +02:00
kolaente
a3e2cbeb27
feat: replace color dot with handle icon on hover 2023-05-24 15:54:36 +02:00
kolaente
6b824a49ab
chore: redirect to new project after creating from store 2023-05-24 15:54:36 +02:00
kolaente
39f699a61a
fix: rename getParentProjects method to make it clear what it does 2023-05-24 15:54:36 +02:00
kolaente
78158bcba5
fix: remove getProjectById and replace all usages of it 2023-05-24 15:54:35 +02:00
kolaente
9402344b7e
fix: add default for level 2023-05-24 15:54:35 +02:00
kolaente
3eca9f6180
fix: only bind child projects data down 2023-05-24 15:54:35 +02:00
kolaente
26e3d42ed5
fix: move parent project child id mutation to store 2023-05-24 15:54:35 +02:00
kolaente
6e095436e9
chore: rename flag 2023-05-24 15:54:35 +02:00
kolaente
1344026494
fix: move the collapsable placeholder to the button 2023-05-24 15:54:35 +02:00
kolaente
48570808e5
fix: use the color bubble as handle if the project has a color 2023-05-24 15:54:34 +02:00
kolaente
a7440ed296
chore: use stores directly 2023-05-24 15:54:34 +02:00
kolaente
12ebefd86a
chore: move v-if 2023-05-24 15:54:34 +02:00
kolaente
6c9cbaadc8
chore: set project id from the outside 2023-05-24 15:54:34 +02:00
kolaente
9b10693172
chore: replace section with a div 2023-05-24 15:54:34 +02:00
kolaente
db1c6d6a41
chore: move all options to component props 2023-05-24 15:54:34 +02:00
kolaente
c56787443f
chore: add types for emit 2023-05-24 15:54:34 +02:00
kolaente
cb218ec0c3
feat: add setting for infinite nesting 2023-05-24 15:54:34 +02:00
kolaente
0dd6f82a0e
fix: use menu tag everywhere 2023-05-24 15:54:34 +02:00
kolaente
225091864f
fix: collapsing child projects 2023-05-24 15:54:34 +02:00
kolaente
4ad9773022
chore: format 2023-05-24 15:54:33 +02:00
kolaente
0a17df87e9
fix: don't show child projects when the project is only a favorite 2023-05-24 15:54:33 +02:00
kolaente
b567146d69
chore: move more logic to ProjectsNavigationItem.vue 2023-05-24 15:54:33 +02:00
kolaente
65522a57f1
chore: move ProjectsNavigationWrapper back to navigation.vue 2023-05-24 15:54:33 +02:00
kolaente
1d936618fa
feat: load all projects earlier than in the navigation and use the loading state of the store 2023-05-24 15:54:33 +02:00
kolaente
76814a2d3f
chore: move loading styles to variant into the component 2023-05-24 15:54:33 +02:00
kolaente
4134fcbd75
chore: remove old comment 2023-05-24 15:54:33 +02:00
kolaente
49fac7db1c
chore: use <menu> instead of <ul> 2023-05-24 15:54:33 +02:00
kolaente
638f6bea24
chore: improve prop type definition 2023-05-24 15:54:33 +02:00
kolaente
ddcd6a17dc
chore: only apply padding where needed 2023-05-24 15:54:32 +02:00
kolaente
4e21b463df
chore: remove old todo 2023-05-24 15:54:32 +02:00