renovate
e124d09738
fix(deps): update dependency @kyvg/vue3-notification to v3.4.0
2024-10-07 22:15:34 +00:00
renovate
12894c4619
chore(deps): update pnpm to v9.12.1
2024-10-07 14:14:53 +00:00
renovate
841cf10545
chore(deps): update dependency caniuse-lite to v1.0.30001667
2024-10-07 11:57:12 +00:00
renovate
3efa9577c7
fix(deps): update dependency vue-i18n to v10.0.4
2024-10-06 15:21:55 +00:00
renovate
2b44b5f7cd
fix(deps): update dependency @sentry/vue to v8.33.1
2024-10-06 14:15:09 +00:00
renovate
07faa1b1b3
fix(deps): update dependency vue to v3.5.11
2024-10-06 13:40:12 +00:00
Frederick [Bot]
de110b37be
chore(i18n): update translations via Crowdin
2024-10-04 00:32:06 +00:00
renovate
f10e8dc30f
chore(deps): update dependency rollup to v4.24.0
2024-10-03 06:47:11 +00:00
Frederick [Bot]
3b7f78eaa5
chore(i18n): update translations via Crowdin
2024-10-03 00:31:16 +00:00
renovate
7070c88894
fix(deps): update dependency @sentry/vue to v8.33.0
2024-10-02 15:46:49 +00:00
renovate
d657a853fa
chore(deps): update pnpm to v9.12.0
2024-10-02 13:14:55 +00:00
renovate
fa873f5540
fix(deps): update dependency pinia to v2.2.4
2024-10-02 07:45:50 +00:00
DanielPantle
faff1040dc
feat(task): cancel editing task title with escape ( #2730 )
...
With this change, it is possible to cancel editing the task title with pressing the escape key.
# Problem
Before it was not possible to cancel editing the task title. Pressing outside the title saves the changes that have already been done (which is intended I think). But when e.g. pasting something with a wrong format, I was not able to revert the change without saving and editing it again
Example: after accidentially pasting something with multiple lines it is not possible to escape, the only way to revert this is to save and edit again manually:

# Solution
This PR implements a listener for the escape key that sets the title back to its original value and blurs the focus of the title
# Additional notes
- I checked this in the "page" view of the task and the "popup" view and it worked in both. For me, the popup does not close with the escape key (as it often does on other sites), therefore there is no collision with this function. But I think it would be good to check this again to make sure it does not break anything like this
- I don't know anything about testing in this repository, if it is possible/necessary to implement a test for this feature please leave a comment :)
Co-authored-by: Daniel Pantle <daniel.pantle@newtec.de>
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2730
Co-authored-by: DanielPantle <danielpantle@noreply.kolaente.dev>
Co-committed-by: DanielPantle <danielpantle@noreply.kolaente.dev>
2024-10-02 07:32:33 +00:00
renovate
4c74a3f859
chore(deps): update dev-dependencies
2024-10-02 05:14:56 +00:00
Frederick [Bot]
b6e22cba7d
chore(i18n): update translations via Crowdin
2024-10-01 00:32:32 +00:00
renovate
3271a935c5
fix(deps): update tiptap to v2.8.0
2024-09-30 19:20:55 +00:00
renovate
8be3321efd
fix(deps): update dependency pinia to v2.2.3
2024-09-30 18:15:23 +00:00
kolaente
3855e179a9
fix(filters): clarify usage of reminders in filters
2024-09-29 21:11:08 +02:00
kolaente
3ce477e1d1
fix(test): use correct selector for modal header
2024-09-29 14:16:43 +02:00
kolaente
9f9b00144b
fix(task): improve task delete modal on mobile
2024-09-29 13:47:35 +02:00
kolaente
308e634c71
fix(task): do not show close button when the task was not opened via modal
2024-09-29 13:36:30 +02:00
kolaente
54994a1671
fix(task): paginate task comments
...
Resolves https://github.com/go-vikunja/vikunja/issues/329
2024-09-29 13:28:29 +02:00
renovate
4d8c957f75
chore(deps): update dev-dependencies
2024-09-28 03:15:11 +00:00
renovate
654f375d39
fix(deps): update dependency vue to v3.5.10
2024-09-27 16:16:35 +00:00
renovate
bdb3df8395
fix(deps): update tiptap to v2.7.4
2024-09-26 13:15:53 +00:00
renovate
df41a96148
fix(deps): update dependency dompurify to v3.1.7
2024-09-26 12:43:48 +00:00
renovate
892b8ad89a
fix(deps): update dependency vue to v3.5.9
2024-09-26 12:15:21 +00:00
renovate
b4ac1adacb
chore(deps): update dev-dependencies
2024-09-26 04:15:38 +00:00
renovate
0706ca60b5
fix(deps): update tiptap to v2.7.3
2024-09-25 16:15:32 +00:00
kolaente
15d95f16da
fix(checkbox): use sibling css selector instead of has
...
This makes the checkbox work as intended on older browsers which do not support the :has selector.
Resolves https://kolaente.dev/vikunja/vikunja/issues/2713
2024-09-25 14:38:17 +02:00
renovate
f7f1b1638b
fix(deps): update dependency @sentry/vue to v8.32.0
2024-09-25 12:03:31 +00:00
renovate
2ece97fc2b
chore(deps): update dev-dependencies
2024-09-25 05:15:48 +00:00
renovate
71901a62f2
chore(deps): update dev-dependencies
2024-09-24 00:15:47 +00:00
renovate
cda0848b2a
fix(deps): update dependency tailwindcss to v3.4.13
2024-09-23 15:15:27 +00:00
kolaente
204dccf08b
feat: add utm tag to powered by link
2024-09-23 12:07:06 +02:00
renovate
c85cfcce6a
fix(deps): update dependency @sentry/vue to v8.31.0
2024-09-23 08:49:46 +00:00
kolaente
c35c70e71f
feat: do not load notifications while in the background
2024-09-23 10:31:09 +02:00
renovate
51bdbba286
fix(deps): update dependency @intlify/unplugin-vue-i18n to v5.2.0
2024-09-22 12:37:53 +00:00
renovate
2d5e2f70b9
fix(deps): update dependency vue-i18n to v10.0.3
2024-09-22 11:15:26 +00:00
renovate
2c8ca629de
fix(deps): update dependency @intlify/unplugin-vue-i18n to v5.1.0
2024-09-22 10:15:42 +00:00
renovate
a61ac5ac32
fix(deps): update dependency vue to v3.5.8
2024-09-22 07:15:39 +00:00
renovate
8c9d75e9a4
chore(deps): update dev-dependencies
2024-09-22 02:15:43 +00:00
renovate
28f208542f
fix(deps): update dependency vue-i18n to v10.0.2
2024-09-21 18:15:59 +00:00
renovate
6a2a78d014
chore(deps): update dev-dependencies
2024-09-21 05:16:14 +00:00
renovate
2c791e6dd2
fix(deps): update dependency vue to v3.5.7
2024-09-20 16:15:48 +00:00
renovate
31ae716ab2
chore(deps): update pnpm to v9.11.0
2024-09-20 11:15:25 +00:00
renovate
6d7748988a
fix(deps): update dependency vuemoji-picker to v0.3.1
2024-09-20 05:55:16 +00:00
renovate
363da6c80f
chore(deps): update dev-dependencies
2024-09-20 05:55:04 +00:00
renovate
05dd05216d
fix(deps): update tiptap to v2.7.2
2024-09-19 11:57:11 +00:00
kolaente
a7bd9dad24
feat(task): use focus-visible for task focus styles
2024-09-19 13:01:18 +02:00