vikunja/frontend/cypress/e2e/project
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
..
prepareProjects.ts fix(views): tests for kanban and gantt views 2024-03-19 12:11:27 +01:00
project-history.spec.ts fix(test): visit one more project in project history test 2024-04-07 22:36:09 +02:00
project-view-gantt.spec.ts fix: remove date-fns (#3039) 2025-02-21 15:42:58 +00:00
project-view-kanban.spec.ts fix(test): use correct selector for modal header 2024-09-29 14:16:43 +02:00
project-view-list.spec.ts fix(i18n): adjust tests from 34780daab0 2024-05-24 15:05:09 +02:00
project-view-table.spec.ts feat(components): align component name casing fancycheckbox 2024-06-17 13:09:34 +02:00
project.spec.ts fix(test): wait for project to be loaded 2024-12-13 14:43:18 +01:00