1
0
Commit Graph

10331 Commits

Author SHA1 Message Date
979561342a fix(kanban): decrease task count per bucket when deleting a task 2023-06-08 17:09:48 +02:00
d83e3a0a03 chore: remove cache options
Cache was not working correctly, added more complexity and actually made response times slower. Because of this, I'm removing all cache options until we figure out a better solution.

Resolves https://kolaente.dev/vikunja/api/issues/1496
Resolves https://kolaente.dev/vikunja/api/issues/907
2023-06-08 17:05:36 +02:00
ad27f588a2 feat(kanban): use total task count from the api instead of manually calculating it per bucket
This fixes an ux issue where the total count would show a wrong number of total tasks because that was the number of tasks which were loaded at the time. In combination with bucket limits, this caused error messages when the user would attempt to drag tasks into a bucket which appeared not full but was.
2023-06-08 16:57:58 +02:00
72e0e22152 feat(kanban): return the total task count per bucket 2023-06-08 16:56:05 +02:00
c7a989d7dc fix(kanban): don't export buckets as readonly because that makes it impossible to update them, even from within the store
This fixes a bug where the task on the kanban board would not get updated because the "tasks" property of all buckets were still read only if they were exported once as readonly. This has been unnoticed in the past because the visual representation of the board still perfectly matched what the user was doing and what was saved in the api - just not what was stored in pina.
2023-06-08 16:54:52 +02:00
0e674d8300 chore(deps): update dependency @rushstack/eslint-patch to v1.3.1 2023-06-08 06:45:00 +00:00
121fd70235 chore(deps): update dependency sass to v1.63.2 2023-06-08 02:06:22 +00:00
d4cd90da45 chore(deps): update dependency sass to v1.63.0 2023-06-07 21:05:13 +00:00
a898b498ad chore(deps): update dependency electron to v25.1.0 (#156)
Reviewed-on: https://kolaente.dev/vikunja/desktop/pulls/156
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-06-07 20:38:44 +00:00
c74612f24a fix: lint 2023-06-07 21:53:40 +02:00
64f9f4fd88 fix: disable autocomplete in assignee search
Resolves https://github.com/go-vikunja/frontend/issues/114
2023-06-07 21:46:18 +02:00
ef94e0cf86 feat(projects): don't allow deleting or archiving the default project 2023-06-07 21:29:46 +02:00
ad0690369f fix: lint 2023-06-07 21:00:12 +02:00
b50adaf4b5 fix(navigation): highlight saved filters in project view and prevent them from being dragged around 2023-06-07 20:58:49 +02:00
ebfb3f9aaa fix(filter): don't try to get the real subscription for a saved filter project 2023-06-07 20:41:59 +02:00
4ed2d305f0 fix(task): don't build partial task identifier 2023-06-07 20:33:18 +02:00
7b7a914560 fix(test): use correct filter id 2023-06-07 20:30:28 +02:00
43ef5f98d8 fix(projects): don't fail to fetch a task if there's a broken subscription record associated to it 2023-06-07 20:30:14 +02:00
e66344c21e fix(task): don't try to return a project identifier if there is no project 2023-06-07 20:29:35 +02:00
7755b9cd49 fix(projects): delete project in the correct order 2023-06-07 20:28:36 +02:00
7b92028e67 chore(deps): update dependency cypress to v12.14.0 2023-06-07 17:05:24 +00:00
67825425a4 fix(filters): return all filters with all projects, not grouped under a pseudo project 2023-06-07 18:55:36 +02:00
69bd023b62 fix(tasks): return a correct task identifier if the list does not have a good one set 2023-06-07 18:17:08 +02:00
1a840c8b87 fix(tasks): make sure task deleted notification actually has information about the deleted task 2023-06-07 18:14:20 +02:00
456495ec30 chore(deps): update goreleaser/nfpm docker tag to v2.30.1 (#1540)
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1540
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-06-07 15:05:05 +00:00
08d84f7994 chore(deps): update dependency rollup to v3.24.0 2023-06-07 06:51:59 +00:00
f95b138b9f fix(deps): update dependency marked to v5.0.5 2023-06-07 05:05:20 +00:00
e6aecbd8dc [skip ci] Updated translations via Crowdin 2023-06-07 00:29:36 +00:00
b461ce1443 fix(deps): update src.techknowlogick.com/xgo digest to 494bc06 2023-06-06 19:02:42 +00:00
b03213c19e chore(deps): update klakegg/hugo docker tag to v0.111.3 (#1542)
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1542
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-06-06 18:17:47 +00:00
eab0600f63 chore(deps): update dependency vitest to v0.32.0 2023-06-06 18:05:23 +00:00
46f5dcb4dc fix(navigation): show text ellipsis for very long project titles 2023-06-06 17:33:55 +02:00
0dc7e83dc4 fix(navigation): menu item overflow 2023-06-06 17:32:18 +02:00
82c10b87c8 fix(navigation): hide archived subprojects 2023-06-06 17:29:08 +02:00
5888946861 fix(navigation): sidebar top spacing 2023-06-06 17:27:05 +02:00
e3842b6df7 fix(projects): reset pagination limit when fetching subprojects 2023-06-06 17:24:27 +02:00
e24607ed3a chore(deps): update dependency @types/codemirror to v5.60.8 2023-06-06 02:05:16 +00:00
d1ae6a8b84 [skip ci] Updated translations via Crowdin 2023-06-06 00:29:33 +00:00
a86518da71 chore(deps): update klakegg/hugo docker tag to v0.111.0 (#1539)
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1539
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-06-05 18:20:32 +00:00
fc052cf8f5 chore(deps): update typescript-eslint monorepo to v5.59.9 2023-06-05 18:05:53 +00:00
e17b63b920 fix: lint 2023-06-05 19:14:26 +02:00
076e857507 chore: disable false-positive linter for generated docs 2023-06-05 18:56:27 +02:00
d758bdc5e2 fix(projects): don't try to share for nonexisting namespace 2023-06-05 18:12:12 +02:00
50b0d3f95c chore(deps): update golangci 2023-06-05 18:07:12 +02:00
d9f608e8b4 feat: improve user assignments via quick add magic (#3348)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3348
2023-06-05 15:03:14 +00:00
a988565227 feat: hide quick add magic help behind a tooltip (#3353)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3353
2023-06-05 15:02:42 +00:00
b76fffb788 Update 'src/i18n/lang/en.json' 2023-06-05 14:31:30 +00:00
96620ce946 chore(deps): update klakegg/hugo docker tag to v0.110.0 (#1538)
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1538
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-06-05 14:23:32 +00:00
25c3b7bcbf chore: move styles to components 2023-06-05 14:20:41 +00:00
dfa6cd777b fix: add more padding to the textarea 2023-06-05 14:20:41 +00:00