kolaente
|
622f08fb1b
|
fix: lint
|
2022-02-20 21:34:45 +01:00 |
|
kolaente
|
4ce9ac9c66
|
chore: remove showAll prop and make it a computed instead
|
2022-02-20 21:32:02 +01:00 |
|
kolaente
|
95d8cdffe4
|
chore: return the title directly
|
2022-02-20 21:22:31 +01:00 |
|
kolaente
|
564f669ed4
|
chore: return key directly
|
2022-02-20 21:21:06 +01:00 |
|
kolaente
|
74766ce1d0
|
chore: hack the planet
|
2022-02-20 21:17:24 +01:00 |
|
kolaente
|
204e94aa74
|
chore: programmatically convert filter values to snake_case
|
2022-02-06 20:48:37 +01:00 |
|
kolaente
|
aac777e286
|
fix: lint
|
2022-02-06 20:32:21 +01:00 |
|
kolaente
|
84f177c80e
|
feat: reduce dependency on router and move everything to route props instead
|
2022-02-06 20:11:13 +01:00 |
|
kolaente
|
436c0416d7
|
chore: use a primary button to select range in upcoming
|
2022-02-06 19:39:05 +01:00 |
|
kolaente
|
60be8b428e
|
chore: rename date ranges export
|
2022-02-06 19:33:52 +01:00 |
|
kolaente
|
c5d598cac4
|
chore: refactor trigger to slot
|
2022-02-06 18:46:53 +01:00 |
|
kolaente
|
eeee1c842a
|
fix: correctly send filter values
|
2022-02-06 16:58:23 +01:00 |
|
kolaente
|
6d6f2b4e33
|
chore: cleanup
|
2022-02-06 16:48:28 +01:00 |
|
kolaente
|
cbbcb7ef23
|
fix: setTitle import
|
2022-02-06 16:36:12 +01:00 |
|
kolaente
|
bcd34efe91
|
chore: convert ShowTasks component to script setup and ts
|
2022-02-06 16:04:49 +01:00 |
|
kolaente
|
9e7c258347
|
fix: sort tasks correctly by due date
|
2022-02-06 12:43:42 +01:00 |
|
kolaente
|
7135288800
|
fix: lint
|
2022-02-06 12:43:42 +01:00 |
|
kolaente
|
7aa2cfc8d4
|
feat: add date range filter to task filters
|
2022-02-06 12:43:40 +01:00 |
|
kolaente
|
a74fc47335
|
fix: llama position
|
2022-02-06 12:42:13 +01:00 |
|
kolaente
|
0ae8a0e6ef
|
feat: add more pre-defined ranges
|
2022-02-06 12:42:13 +01:00 |
|
kolaente
|
6c55411f71
|
fix: now correctly showing the title of predefined ranges
|
2022-02-06 12:41:41 +01:00 |
|
kolaente
|
dabe87af4b
|
feat: make sure showTasks can handle dynamic dates
|
2022-02-06 12:41:19 +01:00 |
|
kolaente
|
ecf679d8e1
|
chore: completely move logic of ShowTasksInRange component to ShowTasks and remove it
|
2022-02-05 21:14:40 +01:00 |
|
kolaente
|
43e83350bd
|
feat: move logic of ShowTasksInRange component to ShowTasks
|
2022-02-05 21:12:35 +01:00 |
|
kolaente
|
ccd8602bfd
|
chore: remove unused style
|
2022-02-05 20:18:42 +01:00 |
|
kolaente
|
4e8a03066e
|
chore: use v-else
|
2022-02-05 20:17:34 +01:00 |
|
kolaente
|
0710cea9e5
|
fix: lint
|
2021-12-29 21:33:55 +01:00 |
|
kolaente
|
75cbc73b33
|
fix: loading spinner
|
2021-12-29 20:59:30 +01:00 |
|
kolaente
|
932f1774ec
|
feat: move date filter to popup and improve styling
|
2021-12-29 20:36:53 +01:00 |
|
kolaente
|
d825960836
|
chore: make showNulls and showOverdue computed
|
2021-12-29 18:12:43 +01:00 |
|
kolaente
|
f691e96e22
|
fix: checkboxes
|
2021-12-29 18:06:12 +01:00 |
|
kolaente
|
0d6ef8f18a
|
chore: move task sorting to computed
|
2021-12-29 17:24:56 +01:00 |
|
kolaente
|
d6dd1fc0e3
|
fix: date range
|
2021-12-29 17:22:14 +01:00 |
|
kolaente
|
729aa7d4cc
|
fix: date format
|
2021-12-29 17:08:33 +01:00 |
|
kolaente
|
e93be0d04c
|
chore: cleanup old stuff
|
2021-12-29 16:06:05 +01:00 |
|
kolaente
|
858e7d60a6
|
docs: add fixmes
|
2021-12-29 16:03:05 +01:00 |
|
kolaente
|
8115563d67
|
feat: add new component for a datepicker with range
|
2021-12-29 15:44:13 +01:00 |
|
kolaente
|
7408c37dec
|
chore: cleanup and reorganize the date selection
|
2021-12-28 23:50:04 +01: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 |
|
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 |
|
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
|
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
|
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
|
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
|
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 |
|
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 |
|