Commit Graph

582 Commits

Author SHA1 Message Date
1a11b43ca8 feat: improve models
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-13 14:59:02 +00:00
63f5f446fd feat(link shares): hide the logo if a query parameter was passed
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-08 09:56:09 +00:00
54de368642
fix: use typed useStore
All checks were successful
continuous-integration/drone/pr Build is passing
2022-09-05 20:10:32 +02:00
878b5bf236
fix: defaultListId 2022-09-05 19:01:42 +02:00
b4cba6f7d9
fix: mutation error in TaskDetailView 2022-09-05 19:01:42 +02:00
49f3b928cb
chore: minor fixes 2022-09-05 19:01:42 +02:00
7d4ba6249e
feat: add modelTypes 2022-09-05 17:57:21 +02:00
041a1a4cc0
move constants 2022-09-05 17:43:55 +02:00
244478400a
feat: improve store typing 2022-09-05 17:43:23 +02:00
3766b5e51b
feat: improve store and model typing 2022-09-05 17:43:22 +02:00
42e72d14a4
chore: better variable typing 2022-09-05 17:38:37 +02:00
6f93d6343c
chore: remove unnecessary defineComponent 2022-09-05 17:38:37 +02:00
4a247b2a7d
chore: remove global mixing 2022-09-05 17:38:11 +02:00
b0ee316a26
chore: remove date mixins 2022-09-05 16:37:37 +02:00
332acf012c
feat: function attribute typing 2022-09-05 16:37:37 +02:00
8fb00653e4
feat: constants 2022-09-05 16:37:37 +02:00
af630d3b8c
chore: improve type imports 2022-09-05 16:37:36 +02:00
Dominik Pschenitschni
f6437c81da feat: list settings edit script setup (#1988)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1988
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-09-02 15:13:32 +00:00
Dominik Pschenitschni
ff655808b3 feat: settings background script setup (#2104)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2104
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-09-01 16:09:50 +00:00
5b8d142abb fix: i18n scope
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-04 21:33:24 +00: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
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
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
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
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
62bbffb17e
fix: user avatar settings
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-19 17:00:40 +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
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
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
4a8b7a726a
fix: task sorting in table
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #2118
2022-07-13 16:19:58 +02:00
579cff647d
feat: allow marking a task done from a filter
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #2113
2022-07-12 11:59:39 +02:00
ab7bf7d8f9
fix: datepicker button color and spacing for overdue dates
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-11 16:41:08 +02:00
9a26310ad6 fix(ListList): use ButtonLink 2022-07-06 21:07:26 +00:00
6ddede4863 feat(BaseButton): add target _blank for links by default 2022-07-06 21:07:26 +00:00
3b9bc5b2f8 feat: use BaseButton where easily possible
This replaces links with BaseButton components. BaseButton will use `<button type="button">` inside for this case. This improves accessibility a lot. Also we might be able to remove the `.stop` modifiers in some places because AFAIK the button element stops propagation by default.
2022-07-06 21:07:26 +00:00
58358481bc fix linting 2022-07-04 21:50:48 +00:00
580b012993
feat: add inputmode=generic to totp fields
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-04 16:55:27 +02:00
2b8a786825
fix: archiving a list
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-30 18:04:41 +02:00
8eed0be072
feat: enable kanban scroll snap only for mobile devices
All checks were successful
continuous-integration/drone/push Build is passing
Fixes https://github.com/go-vikunja/frontend/issues/64
2022-06-30 16:59:45 +02:00
e0864fab3e
fix: properly define focus expose for new task input field
All checks were successful
continuous-integration/drone/push Build is passing
resolves #1993
2022-06-17 14:25:59 +02:00
e468595ce4 feat: ask for confirmation before deleting a label (#1996)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #1996
2022-06-16 16:21:06 +00:00
31c49aed4b
feat: add option to configure overdue reminders email time
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-16 16:52:25 +02:00
0997c3868d
chore: migrate namespace edit component to script setup
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-12 15:12:14 +02:00
aadf75c7bf
fix: don't try to load the namespace again when navigating away from the settings page
All checks were successful
continuous-integration/drone/push Build is passing
Resolves https://github.com/go-vikunja/frontend/issues/58
2022-06-12 14:59:53 +02:00