1
0
Commit Graph

26 Commits

Author SHA1 Message Date
68597c9709 feat(user): use user language from store after logging in 2023-06-12 16:08:31 +02:00
5325f6d7d9 feat(user): migrate color scheme settings to persistance in db 2023-06-12 15:57:18 +02:00
77ee1bfc3e feat(user): migrate pop sound setting to store in api 2023-06-11 17:31:04 +02:00
3f8e457d52 feat: edit relative reminders (#3248)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3248
2023-06-10 17:04:09 +00:00
ad27f588a2 feat(kanban): use total task count from the api instead of manually calculating it per bucket
This fixes an ux issue where the total count would show a wrong number of total tasks because that was the number of tasks which were loaded at the time. In combination with bucket limits, this caused error messages when the user would attempt to drag tasks into a bucket which appeared not full but was.
2023-06-08 16:57:58 +02:00
5d38b8327f feat: allow to edit existing relative reminders 2023-05-31 16:25:32 +02:00
f747d5b2fc feat: Use new Reminders API instead of reminder_dates 2023-05-31 16:25:30 +02:00
a342ae67de chore: use project id type 2023-05-24 15:54:36 +02:00
bbaddb9406 fix: remove leftovers of childIds 2023-05-24 15:54:35 +02:00
799c0be830 feat: allow selecting a parent project when duplicating a project 2023-05-24 15:54:31 +02:00
760efa854d feat: don't handle child projects and instead only save the ids 2023-05-24 15:54:31 +02:00
c6f3829387 feat(navigation): make dragging a project to a parent work 2023-05-24 15:54:28 +02:00
06e8cdb9d2 feat: rebuild main navigation so that it works recursively with projects 2023-05-24 15:54:27 +02:00
1bd17d6e50 feat: remove all namespace leftovers 2023-05-24 15:54:27 +02:00
befa6f27bb feat: rename list to project everywhere
fix: project table view

fix: e2e tests

fix: typo in readme

fix: list view route

fix: don't wait until background is loaded for list to show

fix: rename component imports

fix: lint

fix: parse task text

fix: use list card grid

fix: use correct class names

fix: i18n keys

fix: load project

fix: task overview

fix: list view spacing

fix: find project

fix: setLoading when updating a project

fix: loading saved filter

fix: project store loading

fix: color picker import

fix: cypress tests

feat: migrate old list settings

chore: add const for project settings

fix: wrong projecten rename from lists

chore: rename unused variable

fix: editor list

fix: shortcut list class name

fix: pagination list class name

fix: notifications list class name

fix: list view variable name

chore: clarify comment

fix: i18n keys

fix: router imports

fix: comment

chore: remove debugging leftover

fix: remove duplicate variables

fix: change comment

fix: list view variable name

fix: list view css class name

fix: list item property name

fix: name update tasks function correctly

fix: update comment

fix: project create route

fix: list view class names

fix: list view component name

fix: result list class name

fix: animation class list name

fix: change debug log

fix: revert a few navigation changes

fix: use @ for imports of all views

fix: rename link share list class

fix: remove unused css class

fix: dynamically import project components again
2023-03-14 14:04:23 +00:00
b9d3b5c756 feat: rename files with list to project 2023-03-14 14:04:23 +00:00
e01df4d369 fix: coverImageAttachmentId 2022-11-01 14:27:35 +01:00
599e28e5e5 feat: type improvements 2022-10-31 22:42:28 +01:00
c1da04eda1 feat(gantt): add task collection to useGanttFilter 2022-10-27 17:47:47 +02:00
9de20b4c54 feat: use getter and helper in other components as well 2022-10-17 12:35:47 +02:00
3d88fdaadd feat: add display of kanban card attachment image 2022-10-05 14:56:10 +02:00
4655e1ce34 feat: update eslint config
support async component, see: https://eslint.vuejs.org/user-guide/#how-to-use-a-custom-parser
2022-10-04 13:45:16 +02:00
8e3f54ae42 feat: convert model methods to named functions 2022-09-29 13:11:06 +02:00
176ad565cc feat: auth store type improvements 2022-09-28 23:43:15 +02:00
943d5f7975 feat: task relatedTasks script setup 2022-09-21 18:35:46 +02:00
7d4ba6249e feat: add modelTypes 2022-09-05 17:57:21 +02:00