Commit Graph

8 Commits

Author SHA1 Message Date
kolaente c1ce33019c
fix: set test fixture in e2e test
Fixes a regression introduced in 63b1082951
2025-08-18 11:55:55 +02:00
kolaente 5fc255cb36
feat(gantt): rebuild the gantt chart (#1001) 2025-08-12 16:33:50 +02:00
Dominik Pschenitschni 5b9d4fcc72
chore: add missing eof newlines (#969) 2025-06-17 09:11:32 +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 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 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
Renamed from cypress/e2e/project/project-view-gantt.spec.ts (Browse further)