Commit Graph

1165 Commits

Author SHA1 Message Date
kolaente dbcd72fc40
feat(filter): allow dragging tasks in saved filter
Since migrating to views, this was already possible. This change only updates the API to make it actually work.

Resolves https://kolaente.dev/vikunja/vikunja/issues/1659
2025-01-20 17:51:48 +01:00
Dominik Pschenitschni cb8fd09824 feat: make time reactive (#2627)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2627
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2025-01-20 13:28:49 +00:00
Dominik Pschenitschni 460d6ac8a4 fix: vue/no-boolean-default NoAuthWrapper
I'm still unsure if we should keep this rule in general, in this specific case I think it makes sense to reverse the logic and enable this api config explicitly
2025-01-20 11:30:39 +00:00
renovate ee10525b66 fix(deps): update dependency pinia to v2.3.1 2025-01-20 09:07:30 +00:00
renovate fcba092b68 chore(deps): update dependency rollup to v4.31.0 2025-01-20 00:06:54 +00:00
Dominik Pschenitschni cbbc4c0372 fix: i18n missing translation key 2025-01-19 20:10:22 +00:00
Dominik Pschenitschni c7e708cf7d fix: deprecated import in useTitle 2025-01-19 20:07:55 +00:00
Dominik Pschenitschni 6d3a30c799 fix: postcss-easing-gradient types 2025-01-19 19:58:16 +00:00
Dominik Pschenitschni 4c972e1bc4 feat: load project in project view 2025-01-19 19:56:07 +00:00
Dominik Pschenitschni 144571e448 feat: simplify ProjectView 2025-01-19 19:56:07 +00:00
Dominik Pschenitschni a24c64da8f fix: vite config linting 2025-01-19 19:39:40 +00:00
renovate ea6b141d42 chore(deps): update dependency caniuse-lite to v1.0.30001695 2025-01-19 03:07:01 +00:00
renovate c0877dd0ab chore(deps): update dependency vitest to v3.0.2 2025-01-18 10:32:50 +00:00
Frederick [Bot] 5c31ccaddd chore(i18n): update translations via Crowdin 2025-01-18 00:14:03 +00:00
kolaente 77d1616fea
docs: adjust frontend readme
Resolves https://kolaente.dev/vikunja/vikunja/issues/3012
2025-01-17 10:41:45 +01:00
Dominik Pschenitschni b5cb98498a fix: global component types
See canonical source https://github.com/vuejs/language-tools/wiki/Global-Component-Types
This was kind of hard to find, imho should be in vue docs itself…
2025-01-17 08:09:44 +00:00
Dominik Pschenitschni 70e027a84e feat: withDefaults for RelatedTasks 2025-01-17 07:56:57 +00:00
Dominik Pschenitschni 289bb73e9e feat: withDefaults for Flatpickr 2025-01-17 07:55:44 +00:00
Dominik Pschenitschni 8bada3e967 fix: git ignore all dist folders 2025-01-17 07:53:54 +00:00
renovate 1863b06d0c chore(deps): update dev-dependencies 2025-01-17 00:07:27 +00:00
Dominik Pschenitschni a61e2d064d fix: lowlight imports for v3 2025-01-16 13:14:09 +01:00
renovate e1f78462e5 fix(deps): update dependency lowlight to v3 2025-01-16 13:05:24 +01:00
renovate 8a6f3b34f9 chore(deps): update dev-dependencies 2025-01-16 01:07:25 +00:00
Frederick [Bot] e7b261f84e chore(i18n): update translations via Crowdin 2025-01-16 00:14:56 +00:00
renovate 94fb88ed58 fix(deps): update dependency @sentry/vue to v8.50.0 2025-01-15 16:07:14 +00:00
renovate e70fec3ddb fix(deps): update dependency @sentry/vue to v8.49.0 2025-01-15 10:07:07 +00:00
renovate bb1456e1aa chore(deps): update dev-dependencies 2025-01-15 07:54:21 +00:00
Frederick [Bot] e00ce92716 chore(i18n): update translations via Crowdin 2025-01-15 00:15:58 +00:00
Dominik Pschenitschni b7fc29327a feat: add generic types to multiselect (#2618)
This improves (!) the types of Multiselect — it doesn't fix them

Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2618
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2025-01-14 21:40:09 +00:00
Dominik Pschenitschni abb4126bce fix: hide icon if description is missing
There might be future general improvements like merging the edit and info modal (since they both show the description, but only in one it's editable.

This PR already improves the situation a bit, since you don't have to click on that info button anymore to check __if__ there is a description at all.
2025-01-14 16:57:33 +00:00
Dominik Pschenitschni e9a932e0f0 feat: use withDefaults in Description (#2453)
This will not fix the current issues yet, but I think it makes sense to start with this to rule this out.

Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2453
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2025-01-14 16:47:13 +00:00
Dominik Pschenitschni 9d985f7e96 fix: add canRemove prop 2025-01-14 16:41:02 +00:00
Dominik Pschenitschni 811a933cd3 feat: use withDefaults for AssigneeList 2025-01-14 16:41:02 +00:00
Dominik Pschenitschni c118e788b8 fix: workbox outDir for build:test 2025-01-14 16:22:23 +00:00
renovate 845fe8ea88 fix(deps): pin dependency @tiptap/starter-kit to 2.11.2 2025-01-14 12:27:13 +00:00
Dominik Pschenitschni 79071a1909 feat: reactive flatpicker language (#2628)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2628
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2025-01-14 11:46:17 +00:00
Dominik Pschenitschni 140765ad20 feat: use TipTap starter-kit 2025-01-14 11:05:03 +01:00
renovate 000f1adb75 chore(deps): update dev-dependencies 2025-01-14 07:07:22 +00:00
Frederick [Bot] 0c3ef89d1a chore(i18n): update translations via Crowdin 2025-01-14 00:13:58 +00:00
renovate 1ad4ba10a7 chore(deps): update pnpm to v9.15.4 2025-01-13 21:06:34 +00:00
Frederick [Bot] 8ba9ded3e2 chore(i18n): update translations via Crowdin 2025-01-13 00:12:46 +00:00
Frederick [Bot] 68896c69cb chore(i18n): update translations via Crowdin 2025-01-12 00:14:24 +00:00
renovate e1bf797709 chore(deps): update dependency eslint to v9.18.0 2025-01-11 07:34:15 +00:00
Frederick [Bot] 83732ec26d chore(i18n): update translations via Crowdin 2025-01-11 00:14:08 +00:00
renovate 23a3f78337 fix(deps): update tiptap to v2.11.2 2025-01-10 19:06:49 +00:00
renovate d0059d0292 fix(deps): update tiptap to v2.11.1 2025-01-10 12:06:48 +00:00
renovate f144a0f11e chore(deps): update dependency wait-on to v8.0.2 2025-01-10 10:52:54 +00:00
renovate 8bf6251a70 fix(deps): update vueuse to v12.4.0 2025-01-10 10:51:55 +00:00
renovate 54f9c5c6d4 fix(deps): update dependency @sentry/tracing to v7.120.3 2025-01-10 09:07:05 +00:00
Frederick [Bot] 76cb5ff9a4 chore(i18n): update translations via Crowdin 2025-01-10 00:14:20 +00:00