Commit Graph

100 Commits

Author SHA1 Message Date
2aee048f61
fix: use vue-i18n pluralization 2022-09-29 18:30:40 +02:00
5b4fe9176e
feat: unify time units and use the same ones everywhere 2022-09-29 18:16:55 +02:00
3d5f50ccd4
fix: improve the reminder hint 2022-09-29 18:16:54 +02:00
9d2990a23b
feat: allow saving a default reminder amount 2022-09-29 18:16:53 +02:00
84260841be feat(list): add info dialoge to show list description (#2368)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#2368
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-09-15 12:36:43 +00:00
7a457eb161
feat(link shares): cleanup link share table 2022-09-08 13:56:52 +02:00
d3171b59be
feat(link shares): allows switching the initial view by passing a query parameter 2022-09-08 13:56:50 +02:00
7f6f8963e7 feat: add keyboard shortcut to toggle task description edit (#2332)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#2332
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-09-07 17:55:59 +00:00
71c8540c74
fix: don't allow negative repeat amounts
Partial fix for vikunja/frontend#2179
2022-07-21 15:06:17 +02:00
302728526a
chore(quick add magic): clarify the use of spaces for lists and labels 2022-07-13 16:31:30 +02:00
e468595ce4 feat: ask for confirmation before deleting a label (#1996)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#1996
2022-06-16 16:21:06 +00:00
3710735856
fix(user): settings wording 2022-06-16 16:53:29 +02:00
31c49aed4b
feat: add option to configure overdue reminders email time 2022-06-16 16:52:25 +02:00
f2f5f90adc
fix: capitalize all priorities 2022-06-14 22:34:21 +02:00
72c123f3f9
feat: add alt+r shortcut to bring up reminder input on task detail view 2022-05-23 22:58:54 +02:00
246d6794d8
feat: add success message after deleting a comment 2022-05-15 22:43:31 +02:00
8257586c90
chore: replace the same i18n string with a single entry 2022-04-24 18:14:41 +02:00
62adf171ec
feat: show the number of tasks we're about to remove when deleting a list 2022-04-24 18:11:10 +02:00
Dominik Pschenitschni
17a42dc2e7 feat: remove copy-to-clipboard (#1797)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#1797
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-04-23 15:58:29 +00:00
c962c8c3f4
fix: typos in translation files 2022-04-18 21:06:27 +02:00
cd245e467c
chore: fix CalDAV casing 2022-04-02 17:37:51 +02:00
6b899be202
chore: clarify token is required for non-local users 2022-04-02 17:37:50 +02:00
8e5a318d4c
feat: manage tokens 2022-04-02 17:37:50 +02:00
dfed1f438a
feat: directly create a new task from relations when none was selected 2022-04-02 13:54:45 +02:00
0af6d79eff
Merge branch 'main' into feature/date-math 2022-03-27 22:41:53 +02:00
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
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
Dominik Pschenitschni
8ea9d7541f feat: rename percent done to progress (#1542)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#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
8b90b8f6a8
fix: namespace archive success message 2022-02-12 23:41:03 +01:00
a812793ead
feat: add setting for time zone to user settings 2022-02-06 16:04:00 +01:00
3d3ccf629a feat: add remember me style login (#1339)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#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
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
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
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
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
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
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
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