Dominik Pschenitschni
|
7eed0628d0
|
feat: mount list views as route-views
|
2022-01-04 21:55:30 +01:00 |
|
Dominik Pschenitschni
|
16b0d03601
|
fix: readd modal transitions
|
2022-01-04 21:55:30 +01:00 |
|
Dominik Pschenitschni
|
c70211ad32
|
feat: unify modal view
fix: List.vue
|
2022-01-04 21:55:30 +01:00 |
|
Dominik Pschenitschni
|
5a0c0eff9f
|
feat: implement modals with vue router 4
This is an implementation of the modals with the new possibilities of vue router 3.
See: https://github.com/vuejs/vue-router/issues/703#issuecomment-865066913 for a better explanation
and the linked example implementation: https://github.com/vuejs/vue-router-next/blob/master/e2e/modal/index.ts
|
2022-01-04 21:55:29 +01:00 |
|
Dominik Pschenitschni
|
cdbd1c2ac4
|
feat: create BaseButton component (#1123)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1123
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2022-01-04 18:58:06 +00:00 |
|
kolaente
|
8ae84eaf42
|
fix: padding and centering of the kanban limit and dropdown
|
2021-12-30 15:59:59 +00:00 |
|
adrinux
|
46fa43d67f
|
Migrate to bulma-css-variables and introduce dark mode (#954)
Co-authored-by: Adrian Simmons <adrian@perlucida.co.uk>
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/954
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Reviewed-by: konrad <k@knt.li>
Co-authored-by: adrinux <adrian@perlucida.co.uk>
Co-committed-by: adrinux <adrian@perlucida.co.uk>
|
2021-11-22 21:12:54 +00:00 |
|
dpschen
|
b838e7494d
|
fix attribute coercion for contenteditable (#1025)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1025
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-11-18 13:00:54 +00:00 |
|
konrad
|
ae5d3ecac5
|
fix: kanban card spacing (#1005)
Co-authored-by: kolaente <k@knt.li>
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1005
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-11-16 21:44:07 +00:00 |
|
konrad
|
31f0c384ac
|
feat: add button to clear active filters (#924)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/924
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-11-13 19:48:06 +00:00 |
|
Dominik Pschenitschni
|
9e6afdb752
|
fix kanban height calculation with hack
|
2021-10-25 16:39:34 +02:00 |
|
Dominik Pschenitschni
|
87d2b4fed3
|
fix: use :deep() selector instead of ::v-deep
|
2021-10-25 16:39:34 +02:00 |
|
Dominik Pschenitschni
|
14dd49e4b0
|
feat: divide most tasks.scss styles into components
- ShowTasks.vue
- List.vue
- defer-task.vue
- edit-task.vue
- Kanban.vue, relatedTasks.vue and singleTaskInView.vue
|
2021-10-25 16:39:33 +02:00 |
|
Dominik Pschenitschni
|
9ca8857d89
|
feat: merge kanban.scss styles with component
.ghost-task-drop class was removed because it was used nowhere.
|
2021-10-25 16:39:31 +02:00 |
|
kolaente
|
f795d2d0f3
|
fix: ATTR_ENUMERATED_COERCION errors with contenteditable
|
2021-10-17 22:08:58 +02:00 |
|
kolaente
|
3ba9cd2d99
|
fix: ATTR_ENUMERATED_COERCION errors with editor and contenteditable
|
2021-10-17 22:05:23 +02:00 |
|
kolaente
|
36d5262f1d
|
fix: ATTR_ENUMERATED_COERCION spellcheck on kanban board
|
2021-10-17 17:21:33 +02:00 |
|
kolaente
|
2de94bc902
|
fix: lint
|
2021-10-17 16:26:17 +02:00 |
|
kolaente
|
9fc158831b
|
Merge branch 'vue3' into feature/vue3-async-await
|
2021-10-17 16:22:43 +02:00 |
|
kolaente
|
9d48700cd9
|
fix: vuex store mutation error when moving a task with attributes on kanban
|
2021-10-17 16:21:55 +02:00 |
|
Dominik Pschenitschni
|
2ac3d29c13
|
Merge branch 'vue3' into feature/vue3-async-await
# Conflicts:
# src/i18n/index.js
# src/store/modules/labels.js
# src/store/modules/tasks.js
# src/views/list/views/Kanban.vue
# src/views/tasks/ShowTasks.vue
# src/views/tasks/TaskDetailView.vue
|
2021-10-17 16:06:58 +02:00 |
|
kolaente
|
cc32ca244c
|
feat: don't update the bucket after updating task position
|
2021-10-17 14:52:48 +02:00 |
|
Dominik Pschenitschni
|
bb94c1ba3a
|
feat: use async / await where it makes sense
|
2021-10-16 18:59:53 +02:00 |
|
Dominik Pschenitschni
|
3b940cb56c
|
feat: don't rethrow same error and handle errors globally
|
2021-10-16 18:59:53 +02:00 |
|
Dominik Pschenitschni
|
a3a3ef850c
|
chore: remove console.log
|
2021-10-11 21:25:54 +02:00 |
|
Dominik Pschenitschni
|
0b68a473ef
|
fix: use correct listId to load next tasks
|
2021-10-11 18:08:33 +02:00 |
|
Dominik Pschenitschni
|
d7ed5b8f11
|
fix: use correct listId when deleting bucket
|
2021-10-11 18:08:32 +02:00 |
|
Dominik Pschenitschni
|
4ae18ec162
|
fix: kanban drag task test
|
2021-10-11 18:08:30 +02:00 |
|
Dominik Pschenitschni
|
d66ad12f5c
|
feat: improve kanban implementation
|
2021-10-11 18:08:30 +02:00 |
|
Dominik Pschenitschni
|
3a7a4bdc42
|
Merge branch 'main' into vue3
# Conflicts:
# src/components/input/editor.vue
# src/components/list/partials/filters.vue
# src/components/tasks/partials/editAssignees.vue
# src/helpers/find.ts
# src/helpers/time/formatDate.js
# src/main.ts
# src/store/modules/attachments.js
# src/store/modules/kanban.js
# src/views/list/views/List.vue
# yarn.lock
|
2021-10-07 12:20:52 +02:00 |
|
Dominik Pschenitschni
|
7bb1b1b769
|
feat: fix some Kanban errors with vue3
|
2021-10-01 21:26:47 +02:00 |
|
Dominik Pschenitschni
|
15640e98ec
|
feat: simplify filter-popup
|
2021-10-01 20:14:21 +02:00 |
|
Dominik Pschenitschni
|
8d88b3792d
|
feat: always use index for buckets
|
2021-10-01 20:06:06 +02:00 |
|
Dominik Pschenitschni
|
672d63fbed
|
feat: remove createTask mixin
|
2021-10-01 20:06:06 +02:00 |
|
Dominik Pschenitschni
|
e779681905
|
feat: upgrade to packages for vue 3
- vue3-notification
- vue-advanced-cropper 2
- vuedraggable 4
- vue-shortkey -> moved in repo
|
2021-10-01 18:49:54 +02:00 |
|
Dominik Pschenitschni
|
72518212da
|
feat: use vue-router 4 for vue3
|
2021-10-01 18:47:41 +02:00 |
|
Dominik Pschenitschni
|
db49b9b532
|
fix: directly set arrays, objects and delete directly
Not needed since vue3 uses proxies
|
2021-10-01 18:45:42 +02:00 |
|
Dominik Pschenitschni
|
697ea12c8e
|
fix: breaking attribute coercion behavior
see: https://v3.vuejs.org/guide/migration/attribute-coercion.html#overview
|
2021-09-24 21:46:42 +02:00 |
|
Dominik Pschenitschni
|
ebeca48be4
|
fix: namespace collision of global error method with draggable error method
|
2021-09-24 21:46:42 +02:00 |
|
Dominik Pschenitschni
|
0da7a46612
|
feat: formatting
- remove unneeded data props
- prepare for compiler warnings vue3; see https://v3.vuejs.org/guide/migration/v-bind.html
|
2021-09-24 21:46:42 +02:00 |
|
Dominik Pschenitschni
|
4454e6cf22
|
feat: update to new slot syntax
Prepare for vue 3
|
2021-09-24 21:46:42 +02:00 |
|
simon1506
|
d88e299358
|
fix: no drag delay when using mouse on touch device (#748)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/748
Reviewed-by: konrad <k@knt.li>
Co-authored-by: simon1506 <simon.sch.dev@gmail.com>
Co-committed-by: simon1506 <simon.sch.dev@gmail.com>
|
2021-09-21 16:47:42 +00:00 |
|
dpschen
|
07a6a31f47
|
chore: move constants in folder (#732)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/732
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-09-10 14:21:33 +00:00 |
|
kolaente
|
6f89863c81
|
Fix missing translation when creating a new task on the kanban board
|
2021-09-08 17:49:10 +02:00 |
|
kolaente
|
332dbc1598
|
Fix rearranging tasks in a kanban bucket when its limit was reached
|
2021-09-07 18:38:53 +02:00 |
|
kolaente
|
493180d442
|
Fix lint
|
2021-08-03 23:28:55 +02:00 |
|
kolaente
|
e3787b9496
|
Only add a drag delay if on mobile instead of setting it to 0
|
2021-08-03 23:26:39 +02:00 |
|
kolaente
|
c323804c7c
|
Add drag delay on mobile
|
2021-07-29 13:08:38 +02:00 |
|
kolaente
|
3c2d89a0f6
|
Don't allow dragging a list when the user does not have the rights
|
2021-07-29 13:05:33 +02:00 |
|
konrad
|
3c7f8d7aa2
|
Reorder tasks, lists and kanban buckets (#620)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/620
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-07-28 19:56:29 +00:00 |
|