aa5e11915e
fix(filter): don't prevent entering date math strings
...
continuous-integration/drone/push Build is passing
Resolves https://community.vikunja.io/t/filter-setting-s/1791/2
2023-11-17 19:38:55 +01:00
7f279c98e1
fix(tasks): don't use the filter for upcoming when one is set for the home page
...
continuous-integration/drone/push Build is passing
Resolves https://github.com/go-vikunja/frontend/issues/132
2023-11-17 19:08:08 +01:00
3c1861eb6a
fix(settings): move overdue remindeer time below
continuous-integration/drone/push Build is passing
2023-11-17 19:03:58 +01:00
75262b716f
fix(kanban): opening a task from the kanban board and then reloading the page should not crash everything when then navigating back
...
continuous-integration/drone/push Build is passing
Before this fix, the following would not work:
1. Open the kanban view of a project
2. Click on a task to open it in a modal
3. Reload the page
4. Using your browser's back button, navigate back
Instead of showing the kanban board with the task modal closed, it would
navigate to `/projects/0/kanban` and crash.
2023-11-15 23:43:39 +01:00
7e623d919e
fix(filters): infinite loop when creating filters with dates ( #3061 )
...
continuous-integration/drone/push Build is passing
Rather than putting in a truncated version of the date/time with `startDate.getDate`, use the iso formatted version which includes the timezone data. I have no idea if this has ramifications elsewhere in the app, but it solves the problems I was seeing.
Co-authored-by: Sean Hurley <sean.hurley6@gmail.com>
Reviewed-on: #3061
Reviewed-by: konrad <k@knt.li>
Co-authored-by: ThatHurleyGuy <sean@hurley.io>
Co-committed-by: ThatHurleyGuy <sean@hurley.io>
2023-11-15 12:10:18 +00:00
3f42ce2b34
fix(filter): make other filters are not available for project selection
continuous-integration/drone/push Build is passing
2023-11-15 12:47:19 +01:00
8b8da40265
chore(deps): update dev-dependencies ( #3821 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3821
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-15 11:23:57 +00:00
Frederick [Bot]
0f23cc2162
[skip ci] Updated translations via Crowdin
2023-11-14 00:13:32 +00:00
Frederick [Bot]
adf80d9184
[skip ci] Updated translations via Crowdin
2023-11-11 00:13:51 +00:00
Frederick [Bot]
e3dfcafc29
[skip ci] Updated translations via Crowdin
2023-11-10 00:13:52 +00:00
Frederick [Bot]
a9df58109f
[skip ci] Updated translations via Crowdin
2023-11-09 00:14:14 +00:00
59a7360608
feat(migration): proper wording for async migration
continuous-integration/drone/push Build is passing
2023-11-09 00:14:37 +01:00
29e128c64c
chore(deps): update dev-dependencies ( #3813 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3813
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-07 19:24:57 +00:00
cec50d912c
fix(deps): update dependency vue to v3.3.8 ( #3814 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3814
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-07 19:24:39 +00:00
53564ec46c
fix(deps): update dependency @types/lodash.clonedeep to v4.5.9 ( #3817 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3817
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-07 17:07:48 +00:00
e9cd7aac69
fix(deps): update dependency @intlify/unplugin-vue-i18n to v1.5.0 ( #3812 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3812
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-07 17:06:56 +00:00
a47bfb3ff1
fix(deps): update dependency @types/is-touch-device to v1.0.2 ( #3816 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3816
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-07 15:06:23 +00:00
86eb4da2e3
fix(deps): update dependency @fortawesome/vue-fontawesome to v3.0.5 ( #3815 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3815
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-07 15:03:14 +00:00
d1882e9c3f
fix(deps): update dependency vue-i18n to v9.6.5 ( #3807 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3807
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-07 14:55:42 +00:00
974755ffc2
fix(deps): update sentry-javascript monorepo to v7.77.0 ( #3805 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3805
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-07 14:32:45 +00:00
Frederick [Bot]
f00d49cada
[skip ci] Updated translations via Crowdin
2023-11-06 00:04:12 +00:00
Frederick [Bot]
e41ec4e8b2
[skip ci] Updated translations via Crowdin
2023-11-04 00:22:49 +00:00
218d72494a
fix: lint
continuous-integration/drone/push Build is passing
2023-11-03 12:39:02 +01:00
bde212d432
fix(editor): change description when switching between tasks
continuous-integration/drone/push Build is failing
2023-11-03 12:36:20 +01:00
64a8dd189b
fix(editor): always set mode to preview after save
2023-11-03 12:27:21 +01:00
ba766a29af
fix(editor): check for empty content
continuous-integration/drone/push Build is passing
2023-11-03 12:22:38 +01:00
e02a106c64
chore(deps): update dev-dependencies ( #3811 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3811
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-03 11:06:43 +00:00
ccdc5d4868
fix(deps): update dependency @github/hotkey to v2.3.0 ( #3810 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3810
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-03 11:04:11 +00:00
9240739a4b
chore(deps): update pnpm to v8.10.2
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-11-01 17:10:19 +00:00
963d91c4d5
chore(deps): update dev-dependencies ( #3806 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3806
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-31 12:14:10 +00:00
f33d154b37
fix(deps): update dependency @github/hotkey to v2.2.0 ( #3809 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3809
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-31 11:42:47 +00:00
Frederick [Bot]
b12db63de0
[skip ci] Updated translations via Crowdin
2023-10-31 00:12:53 +00:00
Frederick [Bot]
a3e729a3c8
[skip ci] Updated translations via Crowdin
2023-10-30 00:04:31 +00:00
8e0ba555ed
fix(editor): check for almost empty editor value
continuous-integration/drone/push Build is passing
2023-10-29 19:42:20 +01:00
9cf81e1478
fix(editor): use modelValue directly to update values in the editor
2023-10-29 19:39:38 +01:00
4350d78178
fix(deps): update dependency vue-i18n to v9.6.1 ( #3803 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3803
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-27 09:10:07 +00:00
cea27bb754
chore(deps): update dev-dependencies ( #3802 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3802
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-27 08:35:43 +00:00
4b7f8c265d
fix(deps): update dependency axios to v1.6.0 ( #3801 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3801
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-27 08:35:05 +00:00
412e6e77b4
chore(deps): update dependency @types/node to v20 ( #3796 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3796
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-26 21:21:54 +00:00
45abdda680
fix(deps): update dependency vue-i18n to v9.6.0 ( #3800 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3800
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-26 21:21:20 +00:00
0b2188d72d
fix(deps): update sentry-javascript monorepo to v7.75.1 ( #3798 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3798
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-26 21:20:56 +00:00
143a2a105d
fix(deps): update dependency vue to v3.3.7 ( #3799 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3799
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-26 20:51:14 +00:00
68d18934d8
chore(deps): update dev-dependencies ( #3793 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3793
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-26 11:24:54 +00:00
cea3274a90
chore(deps): update dependency node ( #3797 )
...
continuous-integration/drone/push Build is failing
Reviewed-on: #3797
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-26 10:55:57 +00:00
Frederick [Bot]
72f57a220d
[skip ci] Updated translations via Crowdin
2023-10-24 00:04:26 +00:00
Frederick [Bot]
b94acfcc84
[skip ci] Updated translations via Crowdin
2023-10-23 00:04:16 +00:00
5f2787e18d
fix(task): use editor as preview first, then check for edit
continuous-integration/drone/push Build is passing
2023-10-22 22:47:52 +02:00
2eac17ed57
fix(editor): commands list in dark mode
continuous-integration/drone/push Build is passing
2023-10-22 19:58:25 +02:00
8d566c9371
fix(deps): update dependency @types/is-touch-device to v1.0.1 ( #3786 )
...
continuous-integration/drone/push Build is passing
Reviewed-on: #3786
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-22 17:51:25 +00:00
ab5118b51b
chore(deps): update pnpm to v8.9.2
continuous-integration/drone/push Build is passing
2023-10-22 17:42:39 +00:00