frontend/src
kolaente 99cd68ad43
fix(kanban): make sure the task position is calculated correctly
The very first task in a bucket always has the position 0. Now, if we move another task in front of that, it too gets the position 0 assigned. That means the two first tasks now both have the position 0 and are not sorted correctly. This commit fixes that: When moving a task to the very first position it checks if the task now on the second position also has position 0 assigned to it. If that's the case, we'll now update that task's position as well to make sure it has another position than 0.
2022-07-13 16:51:56 +02:00
..
assets fix: pride logo rounded corners on mobile 2022-06-08 22:55:00 +02:00
components chore(quick add magic): clarify the use of spaces for lists and labels 2022-07-13 16:31:30 +02:00
composables fix: task sorting by position in list view 2022-07-13 16:24:50 +02:00
directives fix import type 2022-07-04 21:50:48 +00:00
helpers fix: make sure weekday parsing in quick add magic ignores the casing 2022-07-11 12:35:08 +02:00
http-common feat: rename js files to ts 2022-04-02 17:14:59 +02:00
i18n chore(quick add magic): clarify the use of spaces for lists and labels 2022-07-13 16:31:30 +02:00
indexes fix linting 2022-07-04 21:50:48 +00:00
message feat: rename js files to ts 2022-04-02 17:14:59 +02:00
models fix: task default color should be set and evaluated properly 2022-06-16 18:11:49 +02:00
modules fix: make sure weekday parsing in quick add magic ignores the casing 2022-07-11 12:35:08 +02:00
router fix import type 2022-07-04 21:50:48 +00:00
services fix: archiving a list 2022-06-30 18:04:41 +02:00
store fix: archiving a list 2022-06-30 18:04:41 +02:00
styles feat: add print styles 2022-06-02 23:00:21 +02:00
types fix: cypress plugins 2022-07-04 21:50:48 +00:00
views fix(kanban): make sure the task position is calculated correctly 2022-07-13 16:51:56 +02:00
App.vue feature/fix-vue-i18n-9.2.31 (#1994) 2022-05-23 05:23:59 +00:00
icons.ts feat: rename js files to ts 2022-04-02 17:14:59 +02:00
main.ts fix linting 2022-07-04 21:50:48 +00:00
registerServiceWorker.ts fix: service worker path 2022-04-02 17:23:23 +02:00
sentry.ts feat: rename js files to ts 2022-04-02 17:14:59 +02:00
sw.ts chore(deps): update workbox monorepo to v6.5.3 (#1820) 2022-04-18 17:33:01 +00:00
urls.ts feat: rename js files to ts 2022-04-02 17:14:59 +02:00
version.json Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00