dpschen
|
30cc89fe25
|
feat: add vite-svg-loader and add Logo component (#971)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/971
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-11-13 14:16:14 +00:00 |
|
dpschen
|
108e7af578
|
feat: use script setup for ShowTasksinRange.vue (#931)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/931
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-11-02 18:18:54 +00:00 |
|
dpschen
|
3bd9b02768
|
feat: improve icons (#903)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/903
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-10-26 18:20:09 +00:00 |
|
konrad
|
877b243c69
|
feat: add close task popup link (#880)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/880
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-10-25 16:40:46 +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
|
c9e23cdd29
|
feat: moved most task.scss styles to the TaskDetailView.vue component
|
2021-10-25 16:39:32 +02:00 |
|
Dominik Pschenitschni
|
ae971b23bc
|
fix: sort order by dueDate, then by id
|
2021-10-17 16:30:34 +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
|
1c8e26bdc6
|
fix: set the current list when opening a task
|
2021-10-17 15:16:26 +02:00 |
|
kolaente
|
1d2abf56f9
|
Merge branch 'main' into vue3
# Conflicts:
# src/components/tasks/mixins/createTask.js
|
2021-10-17 13:37:20 +02:00 |
|
kolaente
|
df32893ce6
|
fix: always sort tasks the same order in chrome and firefox
Discussion at https://community.vikunja.io/t/custom-sorting-tasks-on-overview/392
|
2021-10-16 21:37:21 +02:00 |
|
Dominik Pschenitschni
|
a60ad77bdc
|
fix: use async action to change current list
|
2021-10-16 20:44:39 +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
|
50fa592aad
|
fix: wrong async order
|
2021-10-11 21:40:36 +02:00 |
|
Dominik Pschenitschni
|
18c31482df
|
fix: remove side effect from computed
was firing a commit
|
2021-10-11 19:17:15 +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 |
|
kolaente
|
2a1004ac68
|
fix: make task relation kinds translatable
Related to #774
|
2021-10-04 21:52:27 +02:00 |
|
dpschen
|
b59b5def57
|
feat: compress media files (#818)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/818
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-10-03 18:48:02 +00:00 |
|
dpschen
|
64abb1ce37
|
feat: watch taskId instead of whole route (#812)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/812
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-10-02 13:33:01 +00:00 |
|
Dominik Pschenitschni
|
6b358107b6
|
feat: watch taskId instead of whole route
|
2021-10-01 20:48:04 +02:00 |
|
Dominik Pschenitschni
|
7c3c2945f8
|
feat: use vue-i18n 9 for vue3
|
2021-10-01 18:49:54 +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
|
2b20f328cb
|
fix: compiler warnings
see:
- https://v3.vuejs.org/guide/migration/key-attribute.html
- https://v3.vuejs.org/guide/migration/v-bind.html
- https://v3.vuejs.org/guide/migration/v-on-native-modifier-removed.html
|
2021-10-01 18:45:42 +02:00 |
|
konrad
|
96523f1fbf
|
feat: task checklist improvements (#797)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/797
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-09-29 18:31:14 +00:00 |
|
Dominik Pschenitschni
|
f51371bbe0
|
feat: move from life cycle to data or watcher
- remove from created / mounted
- initialize component services in data
- use immediate watcher where appropriate
- deep watch for route changes
|
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
|
4454e6cf22
|
feat: update to new slot syntax
Prepare for vue 3
|
2021-09-24 21:46:42 +02:00 |
|
dpschen
|
41331c8a86
|
feature/remove-attachment-upload-mixin (#724)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/724
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-09-24 18:16:37 +00:00 |
|
dpschen
|
4f2378ff02
|
feat: add variant hint-modal to modal component (#764)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/764
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-09-24 18:08:48 +00:00 |
|
dpschen
|
728dfc52e5
|
feat: close modals with esc key (#741)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/741
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-09-21 16:37:56 +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
|
f4a4909ead
|
Fix populating task details ater updating the description
|
2021-08-06 23:45:46 +02:00 |
|
kolaente
|
5b70f8d5d7
|
Fix showing import tasks cta when tasks are loading
|
2021-08-06 19:25:17 +02:00 |
|
kolaente
|
8a08a41a3c
|
Fix setting a task as favorite button
|
2021-07-29 13:00:48 +02:00 |
|
kolaente
|
617a6a0c21
|
Add making tasks favorite from the task detail view
|
2021-07-28 22:13:24 +02:00 |
|
konrad
|
a08306d612
|
Add vite (#416)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/416
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-07-25 13:27:15 +00:00 |
|
kolaente
|
b812c422f9
|
Fix sending the user back to the list view they came from when opening a task in detail view
Resolves #589
|
2021-07-19 11:20:05 +02:00 |
|
sytone
|
306a926c66
|
Add default list setting & creating tasks from home (#520)
Co-authored-by: sytone <github@sytone.com>
Co-authored-by: Sytone <github@sytone.com>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/520
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: sytone <kolaente@sytone.com>
Co-committed-by: sytone <kolaente@sytone.com>
|
2021-07-17 21:21:46 +00:00 |
|
andreymal
|
7355204d2f
|
Improve some translations (#581)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/581
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: andreymal <andriyano-31@mail.ru>
Co-committed-by: andreymal <andriyano-31@mail.ru>
|
2021-07-09 08:22:20 +00:00 |
|
konrad
|
f0498fd767
|
Add translations (#562)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/562
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-06-23 23:24:57 +00:00 |
|
kolaente
|
cdc805c8da
|
Refactor success and error messages
|
2021-06-22 22:07:57 +02:00 |
|
kolaente
|
e37145cd43
|
Add setting for the first day of the week
|
2021-06-03 18:12:40 +02:00 |
|
kolaente
|
641ccd1026
|
Fix resetting date filters from upcoming after viewing a task detail page (popup)
|
2021-06-03 17:18:38 +02:00 |
|
kolaente
|
0cd9d43a7c
|
Fix showing edit buttons when the user does not have the rights to use them
|
2021-06-03 16:27:41 +02:00 |
|
konrad
|
b85beb06eb
|
Quick Actions & global search (#528)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/528
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-05-30 18:30:08 +00:00 |
|
kolaente
|
f01afe7f07
|
Fix keyboard shortcuts not working on the task detail page
|
2021-05-19 17:48:32 +02:00 |
|
konrad
|
85e55d1300
|
Fix tasks moving infinitely in gantt chart (#493)
Fixes https://kolaente.dev/vikunja/frontend/issues/489
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/493
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-04-25 16:01:17 +00:00 |
|
kolaente
|
747a9fe505
|
Focus task detail elements when they show up
|
2021-04-18 16:50:12 +02:00 |
|