1
0
Commit Graph

218 Commits

Author SHA1 Message Date
cf5460d298 fix: keyboard shortcut text indicating what works where 2022-03-02 22:05:16 +01:00
f4b0e68322 feat: add a few new keyboard shortcuts 2022-03-02 21:59:51 +01:00
d5f0158b04 Merge branch 'main' into feature/date-math
# Conflicts:
#	src/views/tasks/ShowTasks.vue
2022-02-26 13:30:07 +01:00
9bb73d9f64 [skip ci] Updated translations via Crowdin 2022-02-23 00:10:44 +00:00
b512f4a6b8 [skip ci] Updated translations via Crowdin 2022-02-22 00:10:46 +00:00
76566d3941 [skip ci] Updated translations via Crowdin 2022-02-21 00:13:32 +00:00
4195953696 chore: rename i18n key for datemath help 2022-02-20 21:13:42 +01:00
0b6a74d11e Merge branch 'main' into feature/date-math 2022-02-20 20:25:06 +01:00
60f58af41a chore: align wording in task detail view
Changes only in task detail view. Probably this should be done everywhere:

- some buttons were using the uppercase words consistently, some were not
- some were using articles, some were not  => I removed them everywhere to shorten the label length
- some buttons were refering to the task, some were not. Since we are already in the context of the task (we are not the task detail page) I removed the reference everywhere.
2022-02-20 12:03:45 +01:00
15d681122a [skip ci] Updated translations via Crowdin 2022-02-20 00:12:43 +00:00
894792b207 [skip ci] Updated translations via Crowdin 2022-02-19 00:12:08 +00:00
8ea9d7541f feat: rename percent done to progress (#1542)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1542
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-02-18 16:56:15 +00:00
ede8bc5015 [skip ci] Updated translations via Crowdin 2022-02-14 00:12:21 +00:00
f72fc79861 [skip ci] Updated translations via Crowdin 2022-02-13 00:12:36 +00:00
80664b6182 feat: add Polish, Dutch and Portuguese translations 2022-02-12 23:49:34 +01:00
8b90b8f6a8 fix: namespace archive success message 2022-02-12 23:41:03 +01:00
6aa0651013 [skip ci] Updated translations via Crowdin 2022-02-10 00:12:06 +00:00
d1d51ac998 [skip ci] Updated translations via Crowdin 2022-02-08 00:11:31 +00:00
f7bbd95fef [skip ci] Updated translations via Crowdin 2022-02-07 00:10:52 +00:00
a812793ead feat: add setting for time zone to user settings 2022-02-06 16:04:00 +01:00
6c0d091e36 Merge branch 'fix/upcoming' into feature/date-math 2022-02-06 15:29:38 +01:00
3d3ccf629a feat: add remember me style login (#1339)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1339
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2022-02-06 13:17:55 +00:00
1abd36ef6e Merge branch 'main' into fix/upcoming 2022-02-06 12:45:17 +01:00
3a12be505d feat: add prop to maybe show selected date 2022-02-06 12:42:50 +01:00
0ae8a0e6ef feat: add more pre-defined ranges 2022-02-06 12:42:13 +01:00
e7fa1d3383 feat: add explanation of how date math works 2022-02-06 12:42:12 +01:00
8d5bfbe828 feat: add two inputs to toggle flatpickr 2022-02-06 12:41:20 +01:00
ba20ac3b89 fix: don't try to load a langauge if there's none provided
(cherry picked from commit 210a78be86)
2022-02-06 12:28:15 +01:00
c1978e2f6c [skip ci] Updated translations via Crowdin 2022-02-06 00:12:30 +00:00
210a78be86 fix: don't try to load a langauge if there's none provided 2022-02-05 21:41:22 +01:00
d272eb2a7a Merge branch 'main' into fix/upcoming
# Conflicts:
#	src/views/tasks/ShowTasks.vue
2022-02-05 20:02:30 +01:00
cd92d224a2 Merge branch 'main' into feature/login-improvements 2022-01-23 17:06:49 +00:00
637f2e9742 [skip ci] Updated translations via Crowdin 2022-01-18 22:22:48 +00:00
729432bceb [skip ci] Updated translations via Crowdin 2022-01-18 18:18:15 +00:00
eddccc709d [skip ci] Updated translations via Crowdin 2022-01-18 14:18:13 +00:00
b6788d9367 [skip ci] Updated translations via Crowdin 2022-01-12 21:10:32 +00:00
796a56d5d8 fix: translation typo 2022-01-12 19:53:02 +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
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: https://kolaente.dev/vikunja/frontend/pulls/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
310578d349 Merge branch 'main' into feature/login-improvements
# Conflicts:
#	src/components/misc/no-auth-wrapper.vue
#	src/styles/components/_index.scss
#	src/views/user/Login.vue
#	src/views/user/Register.vue
2022-01-08 13:44:35 +01:00
64d632b0a5 [skip ci] Updated translations via Crowdin 2022-01-05 14:36:24 +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: https://kolaente.dev/vikunja/frontend/pulls/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
932f1774ec feat: move date filter to popup and improve styling 2021-12-29 20:36:53 +01:00
f691e96e22 fix: checkboxes 2021-12-29 18:06:12 +01:00
8f8d25ece1 feat: add more date ranges and make sure they actually make sense 2021-12-29 16:48:34 +01:00
3d1c1e41c7 feat: make active class work 2021-12-29 15:56:50 +01:00
7408c37dec chore: cleanup and reorganize the date selection 2021-12-28 23:50:04 +01:00
c2ea932c09 [skip ci] Updated translations via Crowdin 2021-12-26 19:09:18 +00:00