vikunja/frontend/src/views
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
..
filters fix(filters): immediately propagate changes 2024-09-12 15:28:39 +02:00
labels feat: improve label store 2024-07-19 06:51:24 +00:00
migrate fix(migration): handle file errors in frontend 2025-01-09 14:51:55 +01:00
project fix: gantt reset button 2025-01-29 17:47:57 +01:00
sharing fix(link share): use selected view when opening link share 2025-01-21 10:44:06 +01:00
tasks fix: remove date-fns (#3039) 2025-02-21 15:42:58 +00:00
teams feat: camelcase global components 2024-06-19 14:02:14 +00:00
user chore(auth): refactor registration enabled setting in /info 2025-01-28 09:59:08 +00:00
404.vue chore: move frontend files 2024-02-07 14:56:56 +01:00
About.vue feat: remove unnecessary prop from Card 2024-07-07 14:58:58 +00:00
Home.vue fix(tasks): do not show import hint when using a filter as home tasks and already imported 2024-12-11 18:28:29 +01:00