vikunja/frontend/src
kolaente 2ac11b13a1
fix(tasks): creating subtasks with quick add magic should show up once
Because the tasks were emitted as the relation was created, when a task had multiple subtasks the parent was emitted multiple times and thus, shown multiple times in the list view. This change fixes that behaviour by emitting all tasks at the end, when all relations are created.
2024-12-10 15:21:50 +01:00
..
assets fix(logo): add width and height to pride logo svg 2024-06-06 16:26:56 +02:00
components fix(tasks): creating subtasks with quick add magic should show up once 2024-12-10 15:21:50 +01:00
composables fix(favorites): do not return subtasks on favorites page 2024-12-10 14:31:28 +01:00
constants feat: improve types (#2368) 2024-06-12 10:04:26 +00:00
directives chore: move frontend files 2024-02-07 14:56:56 +01:00
helpers feat: add tonight as a quick add date option (#2866) 2024-11-26 10:46:09 +00:00
i18n chore(i18n): update translations via Crowdin 2024-12-07 00:13:41 +00:00
indexes chore: move frontend files 2024-02-07 14:56:56 +01:00
message fix(filters): show actual error message from api when the filter query is invalid 2024-07-18 15:35:33 +02:00
modelSchema/common chore: move frontend files 2024-02-07 14:56:56 +01:00
modelTypes fix(views): enable search in bucket filters 2024-11-19 16:27:22 +00:00
models fix: make search in saved filter work 2024-11-19 16:27:22 +00:00
modules feat: add tonight as a quick add date option (#2866) 2024-11-26 10:46:09 +00:00
router fix(migration): revert to old path for migration routing 2024-07-14 22:49:30 +02:00
services fix(favorites): do not return subtasks on favorites page 2024-12-10 14:31:28 +01:00
stores feat: hasAttachments as store computed 2024-12-06 14:04:33 +00:00
styles feat(navigation): use focus-visible for nav items 2024-09-19 12:36:33 +02:00
types feat(components): align component name casing Modal 2024-06-17 13:41:35 +02:00
views feat: hasAttachments as store computed 2024-12-06 14:04:33 +00:00
App.vue feat: use sass-embedded 2024-11-02 17:39:20 +00:00
histoire.setup.ts feat(components): align component name casing Modal 2024-06-17 13:41:35 +02:00
main.ts feat(components): align component name casing Modal 2024-06-17 13:41:35 +02: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 fix(sentry): do not send api errors to sentry 2024-03-13 19:31:43 +01:00
sw.ts chore(deps): set workbox version to 7.3.0 2024-10-30 06:26:34 +00:00
urls.ts feat: add utm tag to powered by link 2024-09-23 12:07:06 +02:00
version.json chore: move frontend files 2024-02-07 14:56:56 +01:00