1
0
Commit Graph

9971 Commits

Author SHA1 Message Date
70f48eaaca fix(task): make sure the drag handle is shown as intended
Due to a previous refactoring, the drag handle was always shown instead of only on hover. The css class was moved out of the task component, but its styles weren't

Related to https://kolaente.dev/vikunja/frontend/issues/3934
2024-02-06 18:29:17 +01:00
6cc75928d8 fix(task): remove default task color
Previously, the task would use the default color. This was now removed, as this resulted in the default color not being visible on tasks.

Resolves https://github.com/go-vikunja/frontend/issues/135#issuecomment-1917576392
2024-02-06 18:18:44 +01:00
dc360d4a18 chore(editor): don't set editor content intitially 2024-02-06 18:03:27 +01:00
45ca0602f5 feat(editor): use primary color for currently selected node 2024-02-06 16:09:38 +01:00
9d39ccf15c fix(assignees): use correct amount of spacing in assignee selection 2024-02-06 15:44:39 +01:00
28e83325d7 fix(kanban): assignee spacing 2024-02-06 15:39:05 +01:00
aff48ddd9d fix(kanban): bottom spacing of labels 2024-02-06 15:34:22 +01:00
b95b92a23a fix(filters): add explicit check for string slice filter
Resolves https://github.com/go-vikunja/api/issues/109
2024-02-05 22:08:17 +01:00
5b2a9a42c0 fix(gantt): correctly import languages from dayjs
Resolves https://community.vikunja.io/t/error-in-gannt-with-spanish-language/1973/3
2024-02-05 21:57:21 +01:00
45f5d522d1 docs: update readme
Copied from https://github.com/go-vikunja/frontend/pull/146
2024-02-05 21:16:30 +01:00
4f27e4a477 fix(deps): update tiptap to v2.2.1 2024-02-05 10:37:28 +00:00
8914af194f fix(deps): update module github.com/yuin/goldmark to v1.7.0 2024-02-02 19:10:39 +00:00
ae075c51bb fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.22 2024-02-02 18:05:03 +00:00
8efdc96d02 chore(filters): log type if unknown filter type 2024-02-01 16:19:22 +01:00
e2b3e00e97 fix(deps): update module github.com/swaggo/swag to v1.16.3 2024-02-01 07:05:05 +00:00
12f78e86ce chore(deps): update dependency electron to v28.2.1 (#186)
Reviewed-on: https://kolaente.dev/vikunja/desktop/pulls/186
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2024-01-31 21:32:15 +00:00
206900cdcb chore(deps): update goreleaser/nfpm docker tag to v2.35.3 (#1692)
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1692
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2024-01-31 21:31:40 +00:00
415683e9b2 fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.21 2024-01-31 15:05:03 +00:00
7f46914d5e fix(project): pass user id to error message 2024-01-31 13:50:21 +01:00
d0dc86fd58 fix(deps): update dependency vue-i18n to v9.9.1 2024-01-31 02:20:29 +00:00
0484923b8a fix(deps): update sentry-javascript monorepo to v7.99.0 2024-01-30 17:18:57 +00:00
5f2fb01e90 fix(deps): update dependency floating-vue to v5.2.2 2024-01-30 14:19:37 +00:00
bd18524f36 chore(deps): update dev-dependencies 2024-01-30 00:19:43 +00:00
7375a87f2f fix(deps): update dependency @fortawesome/vue-fontawesome to v3.0.6 2024-01-29 21:18:09 +00:00
ccff276397 chore(deps): update pnpm to v8.15.1 2024-01-29 20:19:25 +00:00
30b21fc11c fix(deps): update dependency floating-vue to v5.2.1 2024-01-29 14:22:11 +00:00
7c98ddc20b fix(deps): update tiptap to v2.2.0 2024-01-29 13:21:38 +00:00
6ba02a0f10 chore(deps): update pnpm to v8.15.0 2024-01-29 07:32:55 +00:00
676d2b6215 chore(deps): update dependency @types/node to v20.11.10 2024-01-29 07:32:26 +00:00
85e612451f chore(i18n): update translations via Crowdin 2024-01-29 00:25:58 +00:00
78353d1ffe fix(deps): update module github.com/arran4/golang-ical to v0.2.4 2024-01-29 00:05:15 +00:00
15f553f8e7 chore: release preparation 2024-01-28 20:31:09 +01:00
0dbf3b45f0 docs: mention flatpack in how to release 2024-01-28 20:28:18 +01:00
a0a98bac3b chore: release preparation 2024-01-28 17:45:00 +01:00
d411de99f1 chore: release preparation 2024-01-28 17:43:53 +01:00
228d652b03 fix(kanban): make sure spacing between assignees and other task details works out evenly 2024-01-28 16:41:24 +01:00
ba0cb022b1 [skip ci] Updated swagger docs 2024-01-28 14:43:54 +00:00
96b4f2d1db fix(projects): don't remove parent project id if the parent project is available in the same run
Resolves https://github.com/go-vikunja/frontend/issues/139
2024-01-28 15:28:08 +01:00
30a2dcd04c fix: lint 2024-01-28 15:27:14 +01:00
0d24ba12bb chore: rename function 2024-01-28 13:36:13 +01:00
b3e2107503 fix(task): don't show assignee edit buttons and input when the user does not have the permission to edit 2024-01-28 13:30:29 +01:00
a579a8e65f fix(task): don't show edit button when the user does not have permission to edit the task 2024-01-28 13:24:58 +01:00
d9875e476c fix(assignees): make sure task assignee created event contains the full task 2024-01-28 13:23:27 +01:00
e4fec01d52 fix(assignees): subscribe assigned users directly to the task, not async
Resolves https://community.vikunja.io/t/richer-email-notifications/1891
2024-01-28 13:15:43 +01:00
b2970c6c04 fix(assignees): prevent double notifications for assignees 2024-01-28 13:11:50 +01:00
e03920b84a fix(assignees): improve wording for assignee emails 2024-01-28 13:11:37 +01:00
ee980e2a00 fix(openid): use the calculated redirect url when authenticating with openid providers
Resolves https://github.com/go-vikunja/desktop/issues/12
2024-01-28 12:42:45 +01:00
ce53663a88 fix(openid): use the calculated redirect url when authenticating with openid providers 2024-01-28 12:41:35 +01:00
a20f6ac815 fix(task): delete the task after all related attributes to prevent task not found errors 2024-01-28 12:23:25 +01:00
1630e4fc08 fix: tests 2024-01-28 11:52:16 +01:00