Commit Graph

14 Commits

Author SHA1 Message Date
kolaente 53cc520161
fix(auth): do not load login an openid auth components async
Regression introduced in a8999336f7
2025-04-08 17:08:02 +02:00
Dominik Pschenitschni a8999336f7 feat: inline dynamic component definitions in routes (#2812)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2812
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2025-03-29 15:06:06 +00:00
kolaente f2d90f31bc
fix(migration): revert to old path for migration routing
This change fixes a bug where the migration redirect handler changed the url which lead to the redirect with the auth code from external services to a 404 page, ultimately breaking the migration.

Resolves https://community.vikunja.io/t/geting-404-when-attempting-todoist-import/2588
2024-07-14 22:49:30 +02:00
kolaente eafd134be5
fix(migration): put "Import from other services" in settings
Resolves https://kolaente.dev/vikunja/vikunja/issues/2347
2024-06-18 15:19:56 +02:00
Dominik Pschenitschni 20701ce07a
feat(components): align component name casing ProjectSettings 2024-06-17 13:50:16 +02:00
kolaente 637c8f6ba5
fix(views): make sure the view is saved properly in localStorage 2024-04-13 22:15:41 +02:00
kolaente 2dcf6c6861
fix(kanban): do not use the bucket id saved on the task 2024-03-20 11:36:54 +01:00
kolaente b0ad087a36
fix(views): correctly save and retrieve last accessed project views 2024-03-19 14:57:16 +01:00
kolaente 434b1ea0e8
feat(views): crud in frontend 2024-03-19 00:47:50 +01:00
kolaente 39c9928421
fix(views): do not load views async 2024-03-19 00:47:49 +01:00
kolaente 59ced554cd
chore(views): remove old view routes 2024-03-19 00:47:49 +01:00
kolaente 2dfb3a6379
fix(views): make no initial view work in the frontend 2024-03-19 00:47:49 +01:00
kolaente cf15cc6f12
feat(views): fetch tasks via view context when accessing them through views 2024-03-19 00:47:47 +01:00
kolaente fc4676315d
chore: move frontend files 2024-02-07 14:56:56 +01:00