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
|
d272eb2a7a
|
Merge branch 'main' into fix/upcoming
# Conflicts:
# src/views/tasks/ShowTasks.vue
|
2022-02-05 20:02:30 +01:00 |
|
Dominik Pschenitschni
|
6827390b77
|
feat: merge TaskDetailViewModal with modal
|
2022-02-05 17:29:15 +01:00 |
|
Dominik Pschenitschni
|
de626eab31
|
feat: don't open task detail in modal for list and table view
|
2022-01-31 01:31:41 +01:00 |
|
kolaente
|
3e311e07cd
|
fix: undefined prop subscription
|
2022-01-30 23:18:13 +01:00 |
|
Dominik Pschenitschni
|
24b7821c50
|
fix: ts errors in subscription
|
2022-01-30 16:53:44 +01:00 |
|
kolaente
|
8555ffcd17
|
Merge branch 'main' into feature/vue3-modals-with-router-4
|
2022-01-18 22:27:32 +01:00 |
|
kolaente
|
1818ed3648
|
fix: scrolling to heading if it wasn't available
|
2022-01-18 22:00:13 +01:00 |
|
kolaente
|
e2d9aa3d7f
|
Merge branch 'main' into feature/vue3-modals-with-router-4
# Conflicts:
# src/router/index.ts
# src/views/tasks/TaskDetailView.vue
|
2022-01-18 21:47:17 +01:00 |
|
kolaente
|
cb776872aa
|
feat(a11y): honor prefer-reduced-motion
|
2022-01-18 20:43:52 +00:00 |
|
kolaente
|
0e47cebed5
|
feat(a11y): use <time> tag for dates everywhere
|
2022-01-18 20:43:52 +00:00 |
|
kolaente
|
01323a1b45
|
Merge branch 'main' into fix/upcoming
# Conflicts:
# src/views/tasks/ShowTasks.vue
|
2022-01-09 11:48:37 +01:00 |
|
kolaente
|
68a76faacc
|
fix: don't reset active fields when saving
Resolves #590
|
2022-01-08 15:13:49 +01:00 |
|
kolaente
|
4579dd3ce7
|
fix: button size on task detail view
|
2022-01-08 15:11:55 +01:00 |
|
Dominik Pschenitschni
|
49955eb03a
|
fix: remove some of the typescript warnings
|
2022-01-05 16:17:14 +01:00 |
|
Dominik Pschenitschni
|
5916a44724
|
feat: provide listId prop via router
|
2022-01-04 21:55:32 +01:00 |
|
Dominik Pschenitschni
|
6d62ca1ada
|
fix: check now just once
|
2022-01-04 21:55:32 +01:00 |
|
Dominik Pschenitschni
|
e54d95802b
|
fix: closing modal
|
2022-01-04 21:55:32 +01:00 |
|
Dominik Pschenitschni
|
f3358269e5
|
fix task remove label test
|
2022-01-04 21:55:32 +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
|
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
|
543dae2f30
|
fix: saving default list (#1143)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1143
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-12-13 22:20:45 +00:00 |
|
Dominik Pschenitschni
|
c3c4d2a0a5
|
feat: use script setup and ts in app auth components
|
2021-12-12 14:37:20 +00:00 |
|
dpschen
|
0c9dad9891
|
fix: remove obsolete code (#1097)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1097
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-11-27 19:33:37 +00:00 |
|
dpschen
|
981babd691
|
fix: remove mentioning of context (#1017)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1017
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-11-22 21:36:17 +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 |
|
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
|
feea191ecf
|
feat: add v-shortcut directive for keyboard shortcuts (#942)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/942
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-11-13 20:28:29 +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 |
|
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 |
|