Commit Graph

5932 Commits

Author SHA1 Message Date
Frederick [Bot]
0795c0e448 [skip ci] Updated translations via Crowdin 2023-11-21 00:24:01 +00:00
cfd46dc39b fix(deps): update vueuse to v10.6.1 (#3822)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3822
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-20 20:40:34 +00:00
debae2326e
fix(editor): don't create empty "blob" files when pasting images
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-20 12:35:19 +01:00
23d670525d chore(deps): update dessant/repo-lockdown action to v4
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-11-20 05:13:05 +00:00
2967019cd9
feat(editor): mark a checkbox item as done when clicking on its text
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-18 18:01:09 +01:00
d3497c96d7
fix(editor): correctly resolve images in descriptions
Some checks failed
continuous-integration/drone/push Build is failing
Resolves #3808
2023-11-18 17:17:14 +01:00
bd83294ac0
fix(editor): alignment and focus states
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-18 17:03:47 +01:00
6c4f1e1cbf
fix(editor): make initial editor mode (preview/edit) work
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-18 16:54:29 +01:00
fa269f155a
chore(filter): remove debug log
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-18 16:44:51 +01:00
602d15985b
fix(filter): don't immediately re-trigger prepareFilter
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-18 16:40:20 +01:00
cc3c1a9429 chore(deps): update dev-dependencies (#3828)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3828
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-18 14:21:37 +00:00
cfd49864e1 fix(deps): update dependency axios to v1.6.2 (#3820)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3820
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-18 14:21:02 +00:00
6711a08de9 fix(deps): update sentry-javascript monorepo to v7.80.1 (#3819)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3819
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-17 22:50:00 +00:00
7fe33c6662 fix(deps): update dependency @types/sortablejs to v1.15.5 (#3818)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3818
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-17 22:49:51 +00:00
e61b215dc1 fix(deps): update dependency ufo to v1.3.2 (#3824)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3824
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-17 22:03:25 +00:00
3b5cb1ade3 fix(deps): update dependency vue-i18n to v9.7.0 (#3825)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3825
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-17 22:01:43 +00:00
89e28cbdf2 chore(deps): update dev-dependencies (#3826)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3826
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-17 21:59:59 +00:00
e9e836f068 chore(deps): update pnpm to v8.10.5
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-17 21:40:42 +00:00
aa5e11915e
fix(filter): don't prevent entering date math strings
All checks were successful
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
All checks were successful
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
All checks were successful
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
All checks were successful
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)
All checks were successful
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
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-15 12:47:19 +01:00
8b8da40265 chore(deps): update dev-dependencies (#3821)
All checks were successful
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
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-09 00:14:37 +01:00
29e128c64c chore(deps): update dev-dependencies (#3813)
All checks were successful
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)
All checks were successful
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)
All checks were successful
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)
All checks were successful
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)
All checks were successful
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)
All checks were successful
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)
All checks were successful
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)
All checks were successful
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
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-03 12:39:02 +01:00
bde212d432
fix(editor): change description when switching between tasks
Some checks failed
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
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-03 12:22:38 +01:00
e02a106c64 chore(deps): update dev-dependencies (#3811)
All checks were successful
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)
All checks were successful
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
All checks were successful
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)
All checks were successful
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)
All checks were successful
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