kolaente
2977a11a2c
fix: show cross-project subtasks in List view ( #1649 )
2025-10-13 18:43:40 +02:00
kolaente
b99ea2deb0
fix(filters): persist url filter query across views ( #1482 )
2025-09-11 22:12:33 +00:00
kolaente
c1ce33019c
fix: set test fixture in e2e test
...
Fixes a regression introduced in 63b1082951
2025-08-18 11:55:55 +02:00
kolaente
a81a3ee0e5
feat!: rename right to permission ( #1277 )
2025-08-13 11:05:05 +02:00
kolaente
5fc255cb36
feat(gantt): rebuild the gantt chart ( #1001 )
2025-08-12 16:33:50 +02:00
kolaente
9e3a1f1800
fix(test): formatting
2025-06-24 12:48:47 +02:00
kolaente
842a71019d
fix(view): add unique index for task buckets ( #1005 )
2025-06-24 10:45:17 +00:00
Dominik Pschenitschni
5b9d4fcc72
chore: add missing eof newlines ( #969 )
2025-06-17 09:11:32 +00:00
Dominik Pschenitschni
4937127898
fix: cypress selector ( #753 )
2025-05-13 10:51:11 +00:00
kolaente
021d71b90e
fix: remove date-fns ( #3039 )
...
This removes date-fns and replaces it with the already used dayjs library. It does not make sense to have two libraries for the same purpose, and dayjs seems to be smaller and its translations are already integrated. Since we have to use dayjs because it is used by the gantt chart, this was the obvious way to go (instead of replacing dayjs with date-fns).
Resolves https://github.com/go-vikunja/vikunja/issues/391
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/3039
Co-authored-by: kolaente <k@knt.li >
Co-committed-by: kolaente <k@knt.li >
2025-02-21 15:42:58 +00:00
Dominik Pschenitschni
b579041185
fix(test): wait for project to be loaded
...
fixes flaky test
2024-12-13 14:43:18 +01:00
kolaente
3ce477e1d1
fix(test): use correct selector for modal header
2024-09-29 14:16:43 +02:00
Dominik Pschenitschni
af639a180c
fix: wrapped button
...
This somehow weirdly fixes the test. I have no clue why. Regardless it should be better than before, because a button (DropdownItem) should never contain another interactive element (the setBucketLimit input and save button).
The test failed because I replaced a v-if with v-show. I do not know _why_ this made the test fail. When I reproduced the test step by step it worked for me…
2024-07-10 09:19:55 +00:00
Dominik Pschenitschni
66be016a7f
feat: improve gantt filter label
2024-06-20 13:03:45 +00:00
Dominik Pschenitschni
541f608d3c
feat(components): align component name casing fancycheckbox
2024-06-17 13:09:34 +02:00
kolaente
2e298ffc11
fix(i18n): adjust tests from 34780daab0
2024-05-24 15:05:09 +02:00
kolaente
d082c0399d
fix(test): visit one more project in project history test
2024-04-07 22:36:09 +02:00
kolaente
1558921f42
fix(test): use correct selector in Cypress test
2024-04-02 14:31:15 +02:00
kolaente
9f89fbe5a6
fix(tests): do not try to create tasks with bucket_id
2024-03-20 10:54:37 +01:00
kolaente
32e8a15f1f
fix(views): create default bucket
2024-03-19 19:53:46 +01:00
kolaente
89ed71777e
fix(views): create bucket in test
2024-03-19 17:57:00 +01:00
kolaente
d7b40f393e
fix(views): redirect to project after authenticating with a link share
2024-03-19 17:38:33 +01:00
kolaente
b0ad087a36
fix(views): correctly save and retrieve last accessed project views
2024-03-19 14:57:16 +01:00
kolaente
b65d05ec3d
fix(views): make table view cypress tests work again
2024-03-19 14:43:52 +01:00
kolaente
8206cc8767
fix(views): make list cypress tests work again
2024-03-19 14:38:52 +01:00
kolaente
53e57d524a
fix(views): make kanban cypress tests work again
2024-03-19 14:21:32 +01:00
kolaente
cf9b2fa203
fix(views): tests for kanban and gantt views
2024-03-19 12:11:27 +01:00
kolaente
511c9aa824
fix(views): make tests for project history kind of work again
2024-03-19 00:47:52 +01:00
kolaente
fc4676315d
chore: move frontend files
2024-02-07 14:56:56 +01:00