vikunja/frontend/src/stores
MidoriKurage c760a9bf72 fix(caldav): Replace href with pathname from parseURL for api base
`parseURL` only return `href` for special protocols. CalDAV api base
will always be root path. Use `pathname` which will not be undefined.
2026-03-22 14:30:38 +00:00
..
auth.ts fix: prevent authenticated UI flash when server rejects JWT session (#2387) 2026-03-11 09:37:46 +01:00
base.ts fix: wait for router before dismissing loading screen 2026-02-24 13:13:30 +01:00
config.ts fix(caldav): Replace href with pathname from parseURL for api base 2026-03-22 14:30:38 +00:00
helper.ts fix: add newline at end of line (#827) 2025-05-24 13:57:47 +02:00
kanban.ts fix(project): do not access find on current project views when none are provided 2026-01-07 18:06:53 +01:00
labels.test.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
labels.ts chore: fix indentation 2025-06-19 10:53:35 +02:00
projects.test.ts fix(nav): show shared sub-projects in sidebar when the parent is inaccessible (#2176) 2026-01-28 16:09:46 +00:00
projects.ts fix(nav): show shared sub-projects in sidebar when the parent is inaccessible (#2176) 2026-01-28 16:09:46 +00:00
tasks.ts refactor(attachments): remove global attachment store 2026-03-20 10:38:47 +01:00
viewFilters.test.ts feat(frontend): preserve Gantt date range when switching views (#2141) 2026-01-24 13:12:35 +01:00
viewFilters.ts feat(frontend): preserve Gantt date range when switching views (#2141) 2026-01-24 13:12:35 +01:00