Commit Graph

1240 Commits

Author SHA1 Message Date
3b73925de5
fix: lint 2022-01-09 17:28:58 +01:00
d4f4ebb66b
feat: add date range filter to task filters 2022-01-09 17:27:28 +01:00
ac0182cbc2
feat: add prop to maybe show selected date 2022-01-09 17:03:08 +01:00
60c3bf819b
fix: llama position 2022-01-09 16:47:21 +01:00
3a54402b95
feat: add more pre-defined ranges 2022-01-09 16:46:12 +01:00
69b516a3fb
feat: add explanation of how date math works 2022-01-09 16:31:17 +01:00
2a884dfd45
fix: now correctly showing the title of predefined ranges 2022-01-09 14:21:33 +01:00
c04530c540
fix: reset the flatpickr range when setting a date either manually or through a quick setting 2022-01-09 14:11:28 +01:00
fd4eec4769
fix: custom date range with nothing specified 2022-01-09 14:06:51 +01:00
d128c4a71f
feat: make sure date ranges work with date picker and vice-versa 2022-01-09 14:05:23 +01:00
fe85611286
feat: add two inputs to toggle flatpickr 2022-01-09 13:33:12 +01:00
6ed80df297
feat: make sure showTasks can handle dynamic dates 2022-01-09 13:02:16 +01:00
6a62fdd963
feat: move everything to fancy date math ranges 2022-01-09 12:50:50 +01:00
fda94799b4
feat: use object and loop to set date options 2022-01-09 12:03:35 +01:00
01323a1b45
Merge branch 'main' into fix/upcoming
# Conflicts:
#	src/views/tasks/ShowTasks.vue
2022-01-09 11:48:37 +01:00
8d811fcf19 [skip ci] Updated translations via Crowdin 2022-01-09 10:29:59 +00:00
6080e49f26 fix: flatpickr date not updating (#1336)
Fixes https://github.com/go-vikunja/api/issues/16

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#1336
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2022-01-09 10:17:18 +00:00
ed88fb91bc fix: don't recognize emails in quick add magic (#1335)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#1335
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2022-01-09 10:17:01 +00:00
76fe2ceac6 fix: editor color in dark mode (#1338)
This PR fixes the editor colors in dark mode. It bothered me enough to finally fix it :)
The implementation is probably only "good enough" as we'll replace the editor anyway in the future.

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#1338
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2022-01-09 10:16:13 +00:00
c2e4fc1e3c [skip ci] Updated translations via Crowdin 2022-01-08 22:31:19 +00:00
044f2b927d feat: changed green "Done" button to read "Mark task done" (#1340)
The green button can be confusing because the wording "Done" can be interpreted as "done editing the task" or "the task should be marked as done". Changing the text in the button makes the description more precise.

Co-authored-by: David Morlitz <david@morlitz.com>
Reviewed-on: vikunja/frontend#1340
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dmorlitz <david@morlitz.com>
Co-committed-by: dmorlitz <david@morlitz.com>
2022-01-08 21:18:06 +00:00
0473c385d6
fix: editor cursor color 2022-01-08 17:34:13 +01:00
68a76faacc
fix: don't reset active fields when saving
Resolves #590
2022-01-08 15:13:49 +01:00
4579dd3ce7
fix: button size on task detail view 2022-01-08 15:11:55 +01:00
Dominik Pschenitschni
49a6569db0 fix: remove obsolet code (#1312)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#1312
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-06 10:34:14 +00:00
49955eb03a
fix: remove some of the typescript warnings 2022-01-05 16:17:14 +01:00
Dominik Pschenitschni
64d632b0a5 [skip ci] Updated translations via Crowdin 2022-01-05 14:36:24 +00:00
Dominik Pschenitschni
e28f0f5be4 chore(addTask) improve order (#1297)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#1297
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-05 13:14:50 +00:00
c618b7e0b6 fix: namespace new buttons on mobile (#1262)
Before:

![image](/attachments/7626e28d-8a13-4f92-b162-697676f765c7)

After:

![image](/attachments/5331af47-4887-4ba5-98d7-ee70311e20d7)

Co-authored-by: kolaente <k@knt.li>
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#1262
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2022-01-05 12:46:33 +00:00
29d8422e94
fix(ready): remove class form fragment 2022-01-04 21:15:02 +01:00
Dominik Pschenitschni
cdbd1c2ac4 feat: create BaseButton component (#1123)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#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
cb37fd773d feat: convert to composable useDateTimeSalutation 2022-01-04 18:44:07 +00:00
d2577f1df6 feat: use useNow to provide auto updates 2022-01-04 18:44:07 +00:00
27534a98e9 feat: return full translation key 2022-01-04 18:44:07 +00:00
de77393905 feat: move the calculation of the current salutation to a different function 2022-01-04 18:44:07 +00:00
8114012997
feat: replace jest with vitest 2022-01-04 14:16:47 +01:00
4a7d2d8414 feat: save and restore the user language on the server (#1181)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#1181
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-12-30 20:20:45 +00:00
0befa58908 fix: blockquote styling in dark mode 2021-12-30 15:59:59 +00:00
8ae84eaf42 fix: padding and centering of the kanban limit and dropdown 2021-12-30 15:59:59 +00:00
1648bcdb70
chore: make select date button actually a button 2021-12-30 16:12:44 +01:00
cd10bc9d7a fix(gantt): use function to create default date 2021-12-30 13:05:29 +00:00
0710cea9e5
fix: lint 2021-12-29 21:33:55 +01:00
294e89b6f7
fix: z-index 2021-12-29 21:12:43 +01:00
75cbc73b33
fix: loading spinner 2021-12-29 20:59:30 +01:00
950fdce111
chore: move datepicker popup to real popup component 2021-12-29 20:54:01 +01:00
932f1774ec
feat: move date filter to popup and improve styling 2021-12-29 20:36:53 +01:00
d825960836
chore: make showNulls and showOverdue computed 2021-12-29 18:12:43 +01:00
f691e96e22
fix: checkboxes 2021-12-29 18:06:12 +01:00
0d6ef8f18a
chore: move task sorting to computed 2021-12-29 17:24:56 +01:00
d6dd1fc0e3
fix: date range 2021-12-29 17:22:14 +01:00