vikunja/frontend/src
kolaente 9b533ee589 fix(overview): add subtasks expand parameter to show task hierarchy
The overview pages (Done, Current, etc.) were not requesting subtask
relationship data from the API, causing task indentation and hierarchy
to be missing. This was inconsistent with project list views which
correctly request subtasks.

Add 'subtasks' to the expand parameter array alongside existing
comment_count and is_unread parameters. The backend API supports
multiple expand values, so this doesn't break existing functionality.

Fixes #2490
2026-04-02 16:17:42 +02:00
..
assets feat: add subsets for all supported languages 2025-08-17 23:11:30 +02:00
components feat(task): allow changing bucket from task detail view (#2233) 2026-04-02 12:18:34 +02:00
composables feat(frontend): add useQuickAddMode composable for quick-add detection 2026-04-01 21:38:38 +00:00
constants refactor: extract auth route names into shared constant 2026-02-06 10:58:50 +01:00
directives refactor(shortcuts): update directive to use new shortcut module 2026-03-03 14:00:25 +01:00
helpers feat: add OAuth PKCE authentication flow to desktop app 2026-03-30 20:12:25 +00:00
i18n feat(task): allow changing bucket from task detail view (#2233) 2026-04-02 12:18:34 +02:00
indexes chore: fix indentation 2025-06-19 10:53:35 +02:00
message feat: merge duplicate notifications (#2056) 2026-01-06 17:36:29 +00:00
modelSchema/common chore: fix indentation 2025-06-19 10:53:35 +02:00
modelTypes feat(task): allow changing bucket from task detail view (#2233) 2026-04-02 12:18:34 +02:00
models feat(task): allow changing bucket from task detail view (#2233) 2026-04-02 12:18:34 +02:00
modules refactor: rename parseTaskText module to quickAddMagic 2026-03-25 09:38:41 +00:00
router feat: add frontend OAuth authorize route and component 2026-03-27 23:05:04 +00:00
services feat: add user-level webhooks settings page 2026-03-08 19:45:53 +01:00
stores feat(frontend): add configurable quick entry shortcut setting 2026-04-01 21:38:38 +00:00
styles feat(frontend): upgrade Tailwind CSS from v3 to v4 2026-03-03 11:46:18 +01:00
types feat(frontend): add configurable quick entry shortcut setting 2026-04-01 21:38:38 +00:00
views fix(overview): add subtasks expand parameter to show task hierarchy 2026-04-02 16:17:42 +02:00
App.vue feat(frontend): route quick-add mode to QuickAddOverlay in App.vue 2026-04-01 21:38:38 +00:00
histoire.setup.ts feat(frontend): upgrade Tailwind CSS from v3 to v4 2026-03-03 11:46:18 +01:00
main.ts feat: use offical vite plugin for sentry (#873) 2026-03-03 12:30:49 +01:00
pinia.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
registerServiceWorker.ts fix: lint issues 2024-10-29 09:57:53 +00:00
sentry.ts feat: use offical vite plugin for sentry (#873) 2026-03-03 12:30:49 +01:00
sw.ts fix: prevent browser from caching API responses 2026-02-24 10:37:49 +01:00
urls.ts feat: add utm tag to powered by link 2024-09-23 12:07:06 +02:00
version.json chore: add missing eof newlines (#969) 2025-06-17 09:11:32 +00:00