Commit Graph

1724 Commits

Author SHA1 Message Date
e6654140c7
fix: merge duplicate types 2022-08-04 22:40:02 +02:00
305bfac578
fix: use correct model for generics 2022-08-04 22:40:02 +02:00
d6b0f26bd1
feat: improve store typing 2022-08-04 22:40:02 +02:00
fcdb704152
feat: extend mode interface from class instead from interface 2022-08-04 22:40:01 +02:00
767c95522d
feat: improve store and model typing 2022-08-04 22:40:01 +02:00
b642c66f5d
feat: improve types 2022-08-04 22:38:12 +02:00
a423577229
chore: better variable typing 2022-08-04 22:38:12 +02:00
674d94f914
chore: remove unnecessary defineComponent 2022-08-04 22:38:12 +02:00
b4724a987a
chore: remove global mixing 2022-08-04 22:38:12 +02:00
55ae90e8d8
chore: remove date mixins 2022-08-04 22:38:11 +02:00
e5f272c29c
feat: function attribute typing 2022-08-04 22:38:10 +02:00
becbed9c1c
feat: constants 2022-08-04 22:17:33 +02:00
4059f1c088
chore: improve type imports 2022-08-04 22:17:33 +02:00
f1b8f0658c
feat: add properties to models 2022-08-04 22:17:33 +02:00
6e255c865c
feat: convert abstractService to ts 2022-08-04 22:17:33 +02:00
ad7ed86d36
fix: don't replace the last edited task with the one currently editing
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-02 15:27:24 +02:00
e82a83c8cf
fix: properly parse dates or null
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #2214
2022-08-02 15:19:58 +02:00
31480eae72
fix: default label color in dark mode
Some checks failed
continuous-integration/drone/push Build is failing
Resolves #2200
2022-08-02 15:05:33 +02:00
c8162728b7 chore(deps): update workbox monorepo to v6.5.4 (#2204)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2204
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-08-02 11:40:56 +00:00
8b3072672a
fix: progress bar color in dark mode
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #2194
2022-08-02 13:02:19 +02:00
54d8e341ab [skip ci] Updated translations via Crowdin 2022-08-01 00:13:27 +00:00
518417c0de
feat: add more testcases for parsing weekdays
All checks were successful
continuous-integration/drone/push Build is passing
Related to vikunja/api#1223
2022-07-31 18:16:31 +02:00
c0cd69dd82 [skip ci] Updated translations via Crowdin 2022-07-23 00:15:10 +00:00
56147dc9fb
fix: transition error when deleting a task
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-21 16:14:12 +02:00
ff48178051
fix: general user settings empty when loading the settings page
Some checks failed
continuous-integration/drone/push Build is failing
Resolves #2183
2022-07-21 16:11:45 +02:00
cb3f269937
fix(kanban): reset loading state after creating a task
All checks were successful
continuous-integration/drone/push Build is passing
Resolves: #2184
2022-07-21 15:57:03 +02:00
4c560f1a03
fix: don't try to load lists after logging out
Some checks failed
continuous-integration/drone/push Build is failing
Resolves #329
2022-07-21 15:53:15 +02:00
9cebf5305a
feat: allow for easy reset of a repeating amount
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #2179
2022-07-21 15:10:48 +02:00
71c8540c74
fix: don't allow negative repeat amounts
All checks were successful
continuous-integration/drone/push Build is passing
Partial fix for #2179
2022-07-21 15:06:17 +02:00
8183fce829
fix: user menu dropdown
All checks were successful
continuous-integration/drone/push Build is passing
#2178
2022-07-21 14:08:14 +02:00
3becf8738b
fix: logo spacing for link shares
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #1142
2022-07-21 01:00:21 +02:00
9ddb55a5ef
fix: vuex state mutation error when moving a kanban bucket
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-20 17:18:27 +02:00
cdb63b578d
chore: use the <dropdown> and <dropdown-item> components everywhere
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #2176
2022-07-20 17:08:58 +02:00
8b0e88b574
fix: lint
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-19 21:20:44 +02:00
175fb02629
fix: don't allow marking a task as done in a read-only list
Some checks failed
continuous-integration/drone/push Build is failing
2022-07-19 18:37:11 +02:00
dac9d918b5
feat(kanban): show loading indicators when handling tasks
Some checks failed
continuous-integration/drone/push Build is failing
2022-07-19 18:33:45 +02:00
e7de930129
fix: properly update state when duplicating a list
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-19 17:15:39 +02:00
a0d0c2cb1f
fix(kanban): error when moving a task to an empty bucket
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-19 17:13:22 +02:00
a4d3cafdf1
fix: pagination on table view should not open the list view
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #2173
2022-07-19 17:11:11 +02:00
f5bb697032
fix: quick actions arrow key navigation in dark mode
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-19 17:04:35 +02:00
62bbffb17e
fix: user avatar settings
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-19 17:00:40 +02:00
c2d5370e4a
fix: don't use transitions for elements where it is not possible
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #2153
2022-07-19 16:56:09 +02:00
6dc02c45dd
fix: don't try to pass nonexistant props to filters
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #2152
2022-07-19 16:41:55 +02:00
Dominik Pschenitschni
0456f4a041 fix: use of sortable js with transition-group (#2160)
Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2160
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-07-19 14:32:12 +00:00
9fd2f4ea5c
fix: datepicker confirm button overflow
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #2165
2022-07-18 15:13:51 +02:00
0714c83ed9 [skip ci] Updated translations via Crowdin 2022-07-15 00:14:58 +00:00
a4c3939fb6
fix: make sure saved filter data is correctly populated when editing a filter
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #2114
2022-07-13 17:52:42 +02:00
99cd68ad43
fix(kanban): make sure the task position is calculated correctly
Some checks failed
continuous-integration/drone/push Build is failing
The very first task in a bucket always has the position 0. Now, if we move another task in front of that, it too gets the position 0 assigned. That means the two first tasks now both have the position 0 and are not sorted correctly. This commit fixes that: When moving a task to the very first position it checks if the task now on the second position also has position 0 assigned to it. If that's the case, we'll now update that task's position as well to make sure it has another position than 0.
2022-07-13 16:51:56 +02:00
302728526a
chore(quick add magic): clarify the use of spaces for lists and labels
Some checks failed
continuous-integration/drone/push Build is failing
2022-07-13 16:31:30 +02:00
99a5afc817
fix: task sorting by position in list view
Some checks failed
continuous-integration/drone/push Build is failing
Resolves #2119
2022-07-13 16:24:50 +02:00