1
0
Commit Graph

9620 Commits

Author SHA1 Message Date
00bfa2c552 Rename discardShortcutEnabled to enableDiscardShortcut 2024-05-24 15:23:15 +02:00
ebb093797c Rename discardShortcutEnabled to enableDiscardShortcut 2024-05-24 15:23:15 +02:00
c13a991c16 Merge import 2024-05-24 15:23:15 +02:00
ecd44059e4 Use if to conditionally add escape hotkey 2024-05-24 15:23:15 +02:00
308a98c876 Add discardShortcutEnabled setting to opt into this feature
Only editing the task description and comments have this feature enabled
2024-05-24 15:23:15 +02:00
6ad8ce8f44 Cancel current edits and exit edit mode with escape 2024-05-24 15:23:15 +02:00
9de48aa6b2 Enter edit mode when double clicking 2024-05-24 15:23:15 +02:00
2e298ffc11 fix(i18n): adjust tests from 34780daab0 2024-05-24 15:05:09 +02:00
536047c4c4 fix(i18n): typo 2024-05-24 13:17:53 +02:00
34780daab0 chore(i18n): remove "new" from creation strings
You can't create an "old" thing, therefore the "new" is redundant in that context. This change clarifies usage of this in all places.
2024-05-24 09:11:27 +02:00
76b3ac39b6 fix(filter): clarify in filter syntax 2024-05-22 22:17:50 +02:00
86b460d09c chore(i18n): update translations via Crowdin 2024-05-11 00:06:24 +00:00
b93e237899 chore(deps): update dev-dependencies 2024-05-09 06:06:20 +00:00
9706ebb2fc chore(i18n): update translations via Crowdin 2024-05-09 00:06:59 +00:00
1d2ee77e8a fix(deps): update tiptap to v2.3.2 2024-05-08 21:05:52 +00:00
5098363e56 fix(deps): update sentry-javascript monorepo to v7.114.0 2024-05-08 09:05:57 +00:00
4c1dc6930d chore(deps): update dev-dependencies 2024-05-08 05:05:55 +00:00
db6d88fff5 chore(deps): update dependency go to v1.22.3 2024-05-07 17:06:20 +00:00
b021dd7237 chore(deps): update dependency node to v20.13.0 2024-05-07 16:40:39 +00:00
e1dcf2e859 feat: do not save language on the server when in demo mode
When the demo mode is enabled, people set the language to their own language - which is understandable. However, this is really confusing for other people when they log in and the language is something unexpected.
This change overrides the configured language when saving it while Vikunja is in demo mode.
2024-05-07 18:39:50 +02:00
6e759b3bee fix(i18n): clarify from current date string
Resolves https://community.vikunja.io/t/suggestion-rename-from-current-date-to-after-completed/2344
2024-05-07 18:28:22 +02:00
d3a7d79eb9 fix: use correct project title in project card 2024-05-07 18:18:19 +02:00
e0ce3e50bd fix(attachment): correct spacing around creation date 2024-05-07 18:11:40 +02:00
272f643955 fix(project): show "remove background" button only when the project has a background set 2024-05-07 17:17:06 +02:00
cf46c76811 fix(i18n): use correct title for background settings menu 2024-05-07 17:14:04 +02:00
31e502d711 fix(project): do not remove project from navigation after removing background image 2024-05-07 17:13:22 +02:00
fa628edc0c fix(project): make sure gantt and kanban views shared with link share are full width
Resolves https://github.com/go-vikunja/vikunja/issues/258
2024-05-07 16:53:21 +02:00
053c4d5842 fix(project): bottom spacing in list view 2024-05-07 16:27:13 +02:00
8d1fc08de6 docs: clarify where to file issues
Resolves https://github.com/go-vikunja/vikunja/issues/262
2024-05-07 16:13:25 +02:00
eee7b060b6 fix(docs): typos
Apply patch from https://github.com/go-vikunja/vikunja/issues/263
2024-05-07 16:06:17 +02:00
794fc4c1bb fix(deps): update dependency vue to v3.4.27 2024-05-07 09:05:51 +00:00
e58d10bc72 chore(deps): update dev-dependencies 2024-05-07 03:05:41 +00:00
7837bcfaae fix(task): only count unique tasks in a bucket when checking bucket limit
This fixes a bug where the current number of tasks in a bucket was computed wrong when moving tasks into a bucket with a limit. Sometimes the bug would prevent adding a task to a bucket which seemed to have space left but ultimately failed when moving the task.
2024-05-06 20:07:06 +02:00
615d40f4cd fix(deps): update module golang.org/x/crypto to v0.23.0 2024-05-06 15:05:56 +00:00
fbf7037974 chore(deps): update pnpm to v9.1.0 2024-05-06 11:05:37 +00:00
212c5506af fix(deps): update module golang.org/x/image to v0.16.0 2024-05-05 14:57:30 +00:00
c861970f41 fix(deps): update module golang.org/x/term to v0.20.0 2024-05-05 14:06:28 +00:00
37d3715eeb fix(task): show repeating indicator in task list for monthly repeating tasks
Resolves https://kolaente.dev/vikunja/vikunja/issues/2319
2024-05-05 15:03:43 +02:00
b0db3ce34c fix(quick add magic): parse full month name as month, do not replace only the abbreviation
Resolves https://kolaente.dev/vikunja/vikunja/issues/2320
2024-05-05 14:14:30 +02:00
358e11c404 chore(deps): update dev-dependencies 2024-05-05 00:06:06 +00:00
0fd7fc1452 fix(deps): update module golang.org/x/text to v0.15.0 2024-05-04 21:05:53 +00:00
a7db576aad fix(deps): update module golang.org/x/sys to v0.20.0 2024-05-04 20:13:44 +00:00
59281c39cf fix(deps): update module golang.org/x/oauth2 to v0.20.0 2024-05-04 16:05:40 +00:00
f8b502f344 chore(deps): update dev-dependencies 2024-05-04 06:56:59 +00:00
ddf8db3b1f chore(i18n): update translations via Crowdin 2024-05-04 00:07:32 +00:00
9260b3f1d3 chore(deps): update dependency vite to v5.2.11 2024-05-03 00:06:00 +00:00
ab74b08314 fix(deps): update sentry-javascript monorepo to v7.113.0 2024-05-02 12:05:42 +00:00
9637db5a6b chore(deps): update dev-dependencies 2024-05-02 05:05:36 +00:00
08645d38a0 fix(deps): update dependency dompurify to v3.1.2 2024-05-01 18:47:25 +00:00
f155d6bb60 fix(deps): update tiptap to v2.3.1 2024-04-30 16:05:36 +00:00