Commit Graph

17 Commits

Author SHA1 Message Date
kolaente 145a64acae
fix(test): use a date different from today as due date
This fixes an issue which made the test fail on the 1st of the month.
2025-04-01 16:21:39 +02: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
kolaente 3ce477e1d1
fix(test): use correct selector for modal header 2024-09-29 14:16:43 +02:00
kolaente c5b82fc591
fix: test selector 2024-09-18 21:28:08 +02:00
kolaente 8b77832af2
fix(test): cypress test selector 2024-09-13 10:28:48 +02:00
Dominik Pschenitschni 541f608d3c
feat(components): align component name casing fancycheckbox 2024-06-17 13:09:34 +02:00
konrad 34d69fa588 feat(task): show attachment preview for image attachments (#2266)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2266
Reviewed-by: konrad <k@knt.li>
2024-05-25 12:11:03 +00:00
kolaente 2e298ffc11
fix(i18n): adjust tests from 34780daab0 2024-05-24 15:05:09 +02:00
Elscrux eafd4da038 Fix test again 2024-05-23 10:26:15 +02:00
Elscrux 230fef3559 Attempt to fix attachment verification 2024-05-16 14:36:41 +02:00
kolaente d2adbc53c6
fix(test): add task to bucket in test 2024-04-14 11:00:41 +02:00
kolaente 9f89fbe5a6
fix(tests): do not try to create tasks with bucket_id 2024-03-20 10:54:37 +01:00
kolaente 5b01710943
fix(views): intercept request 2024-03-19 17:42:59 +01:00
kolaente f18fcc5569
fix(views): make task cypress tests work again 2024-03-19 15:27:31 +01:00
kolaente bc8b5da61d
fix(views): make overview cypress tests work again 2024-03-19 15:23:36 +01:00
kolaente cf9b2fa203
fix(views): tests for kanban and gantt views 2024-03-19 12:11:27 +01:00
kolaente fc4676315d
chore: move frontend files 2024-02-07 14:56:56 +01:00