6d7a671d8c
Merge branch 'main' into main
2024-08-23 02:28:43 +00:00
Frederick [Bot]
9ed33f5c08
chore(i18n): update translations via Crowdin
2024-08-23 00:25:56 +00:00
BeatLink
ab7494e6b6
Further Cleanup
2024-08-20 20:51:39 -05:00
BeatLink
d300f11c8c
Update UI
2024-08-20 20:29:25 -05:00
Frederick [Bot]
83669fd9e0
chore(i18n): update translations via Crowdin
2024-08-21 00:25:43 +00:00
BeatLink
7592704fd8
Final Cleanup
2024-08-20 18:12:01 -05:00
BeatLink
0347d214a5
Remove repeat from current date
2024-08-20 17:57:44 -05:00
BeatLink
1a22d841ae
Fix Task Parsing
2024-08-20 17:57:33 -05:00
BeatLink
ac890ed9e3
Removed Repeat Mode
2024-08-20 17:35:00 -05:00
BeatLink
5fa1bef075
Finish removing RepeatAfter
2024-08-20 17:28:26 -05:00
BeatLink
18917538d6
Add Repeat From Completion
2024-08-20 17:09:18 -05:00
BeatLink
7a353951da
Update UI
2024-08-20 14:27:36 -05:00
BeatLink
688c59e04f
Minor cleanup and bug fixes
2024-08-20 12:16:13 -05:00
BeatLink
576b2cffe2
Implement Saving and Loading, Translations
2024-08-19 22:26:44 -05:00
Frederick [Bot]
35578e0021
chore(i18n): update translations via Crowdin
2024-08-20 00:25:51 +00:00
BeatLink
006dbb518b
Added New UI
2024-08-19 00:09:17 -05:00
Frederick [Bot]
e281de30b5
chore(i18n): update translations via Crowdin
2024-08-17 00:15:36 +00:00
Frederick [Bot]
ec2c2e74f0
chore(i18n): update translations via Crowdin
2024-08-15 00:03:11 +00:00
f22420d502
fix(kanban): always make cover image full width
2024-08-12 17:22:26 +02:00
9576f72d7c
fix(task): set current project after moving a task
2024-08-12 15:22:14 +02:00
7efc4d1bc8
fix(task): do not allow moving a task to the project the task already belongs to
2024-08-12 15:18:45 +02:00
670e605275
chore(deps): update dependency node to v20.16.0
2024-08-12 12:26:53 +02:00
ad3c5fcee5
feat: switch from nix flakes to devenv
2024-08-12 12:17:31 +02:00
e2a87036e0
feat(editor): support custom protocol for links
...
Resolves https://github.com/go-vikunja/vikunja/issues/306
2024-08-12 11:42:43 +02:00
Frederick [Bot]
4a4ed2cf89
chore(i18n): update translations via Crowdin
2024-08-10 00:03:08 +00:00
Frederick [Bot]
6137d07138
chore(i18n): update translations via Crowdin
2024-08-08 00:03:17 +00:00
66d316f0b5
fix(i18n): change casing of Ukrainian language in selector
2024-08-07 16:51:22 +02:00
413798b321
fix: remove console log
2024-08-07 13:29:56 +00:00
Frederick [Bot]
bf1c8c6119
chore(i18n): update translations via Crowdin
2024-07-31 00:02:59 +00:00
Frederick [Bot]
49fa0a8468
chore(i18n): update translations via Crowdin
2024-07-27 00:03:15 +00:00
Frederick [Bot]
784cd42a7a
chore(i18n): update translations via Crowdin
2024-07-24 00:03:08 +00:00
Frederick [Bot]
4f74be0247
chore(i18n): update translations via Crowdin
2024-07-23 00:02:28 +00:00
7ef1e0a3e5
fix: textarea autosize for LanguageTool
2024-07-21 12:40:32 +00:00
bc5fd380e5
chore: improve error message
2024-07-21 11:03:20 +00:00
bcd306b84d
chore: remove lodash.debounce
2024-07-21 11:02:25 +00:00
ad2870335d
feat: add missing peer dependency
2024-07-21 11:01:38 +00:00
Frederick [Bot]
917748777f
chore(i18n): update translations via Crowdin
2024-07-21 00:03:15 +00:00
e8be657d97
feat: improve ProjectSettingsViews
2024-07-19 09:43:49 +00:00
75ce261f74
feat: downscaled image previews for task attachments ( #2541 )
...
As discussed in [https://community.vikunja.io/t/add-scaled-down-images-for-image-previews ](https://community.vikunja.io/t/add-scaled-down-images-for-image-previews ) this adds a query parameter in the task attachment request which returns a scaled down image for preview purposes to reduce network load and improve responsiveness.
Co-authored-by: Elscrux <nickposer2102@gmail.com>
Reviewed-on: vikunja/vikunja#2541
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Elscrux <elscrux@gmail.com>
Co-committed-by: Elscrux <elscrux@gmail.com>
2024-07-19 09:30:06 +00:00
5f9d0fe763
feat: permalinks for task comments ( #2442 )
...
Resolves #2441
Co-authored-by: Devadatta Sahoo <webmaster@nettantra.com>
Reviewed-on: vikunja/vikunja#2442
Reviewed-by: konrad <k@knt.li>
Co-authored-by: devadattas <devadattas@gmail.com>
Co-committed-by: devadattas <devadattas@gmail.com>
2024-07-19 08:45:50 +00:00
bbfd5270db
feat: add tailwind with prefix ( #2513 )
...
Reviewed-on: vikunja/vikunja#2513
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2024-07-19 07:33:10 +00:00
1e632397d2
fix(projects): trigger only single mutation
...
Previously these store methods created multiple edits on deep objects in the store or edited a deep nested object directly.
This is bad because:
- multiple edits lead to multiple triggers of all the watchers on the project.
- in theory we should listen deep to a project if we use some deep reactive value of a project, if we want deep updates. Because this is easy to forget, it's better to update the project directly. For this the method `setProject` already existed in the store. This is no real overhead because Vue is smart enough to only trigger listeners that use data of the modified state.
By modifying only a copy of the view and submitting the modified result __once__ we can save us a lot of headache.
PS: I'm not sure if there were any visible problems, because Vue is really fast and the reactivity system works quite well. Regardless of this we should try not to modify state unnecessarily.
2024-07-19 07:26:50 +00:00
d35454c099
feat: improve priority visibility
2024-07-19 06:53:53 +00:00
2a6ba7e7f0
feat: improve label store
2024-07-19 06:51:24 +00:00
1e523a1a39
feat: improve projects store
2024-07-19 05:49:14 +00:00
fb91e73a3c
fix: emit for DatepickerWithValues
2024-07-19 05:28:17 +00:00
Frederick [Bot]
ebd6139c1f
chore(i18n): update translations via Crowdin
2024-07-19 00:03:11 +00:00
6990be705c
feat: use withDefaults for Reminders
2024-07-18 18:31:33 +02:00
a25834b089
fix(filters): immediately emit filter query when editing saved filter
...
Resolves https://community.vikunja.io/t/filtering-unexpected-character-relative-dates/2544/12
2024-07-18 16:32:09 +02:00
526bd1f170
fix(filters): reload tasks silently when marking one done in the list
...
This fixes a UI issue where if a user had a filter set and marked the task done, it would not disappear, even though the filter does not match the done task anymore.
2024-07-18 15:51:03 +02:00