Commit Graph

1077 Commits

Author SHA1 Message Date
kolaente 8edae1114f
fix: lint 2021-10-31 22:01:33 +01:00
kolaente a7a7c75dc5
feat: check for empty url 2021-10-31 22:00:53 +01:00
kolaente acc315b581
feat: add fade to loading spinner 2021-10-31 21:48:07 +01:00
kolaente e2cc505564
feat: add error handling when calling the api failed 2021-10-31 21:41:30 +01:00
kolaente dc30de9176
feat: do api url check before anything else and move ready check to wrapper component 2021-10-31 21:04:00 +01:00
kolaente eef2a3d7cc
feat: add loading spinner splash screen while loading 2021-10-31 20:42:09 +01:00
dpschen 28a448a1aa fix: loadTeam in EditTeam (#922)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#922
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-10-31 13:39:37 +00:00
konrad ecb5be4b17 feat: disable password settings for users authenticated with third party auth (#921)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#921
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-10-31 13:38:13 +00:00
konrad 1873c74776 feat: add releases to sentry (#919)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#919
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-10-31 13:37:57 +00:00
konrad 7aede352f1 fix: loading tasks with infinite scroll in kanban buckets (#920)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#920
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-10-31 13:37:18 +00:00
konrad 5b406b0172 feat: allow openid users to export their data without a password (#918)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#918
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-10-31 13:16:28 +00:00
kolaente a515b0c3a4
fix: don't try to check undefined relations 2021-10-31 13:15:43 +01:00
kolaente 85e85aa2bb
fix: don't crash when an error does not contain a request 2021-10-31 13:10:29 +01:00
kolaente 54c5cabf48
fix: showing deletion scheduled at for non-scheduled users 2021-10-31 13:01:36 +01:00
kolaente 8389587a60
fix: check if notifications are available at all before checking if triggered are available
Should fix sentry issue FRONTEND-OSS-J
2021-10-31 12:56:32 +01:00
renovate 1dda3240e7 [skip ci] Updated translations via Crowdin 2021-10-30 09:03:55 +00:00
renovate 8bbbfde5aa [skip ci] Updated translations via Crowdin 2021-10-28 07:06:54 +00:00
kolaente ab1f5047a1
feat: add czech language 2021-10-27 18:27:47 +02:00
renovate 226319a6f0 [skip ci] Updated translations via Crowdin 2021-10-27 05:54:19 +00:00
konrad 5040a76781 feat: move user settings to multiple components (#889)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#889
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-10-26 20:58:02 +00:00
konrad e1a7fb4999 fix: migration icons are not resolved properly (#864)
Co-authored-by: kolaente <k@knt.li>
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#864
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-10-26 20:21:19 +00:00
kolaente 6394485524
fix: create multiple tasks at once with multiline input now correctly uses the titles per line 2021-10-26 21:29:58 +02:00
konrad 1774fdc604 feat: add sentry (#879)
Co-authored-by: kolaente <k@knt.li>
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#879
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-10-26 18:53:17 +00:00
dpschen 782abbb82a [skip ci] Updated translations via Crowdin 2021-10-26 18:30:19 +00:00
dpschen 3bd9b02768 feat: improve icons (#903)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#903
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-10-26 18:20:09 +00:00
dpschen 2f2e639a6e [skip ci] Updated translations via Crowdin 2021-10-26 16:59:43 +00:00
dpschen 77fc5c0c6f fix: use correct dash for english translation (#902)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#902
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-10-26 16:48:47 +00:00
dpschen d4fe3781f7 fix: logout error (#901)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#901
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-10-26 16:48:04 +00:00
renovate 27c8bb3d19 [skip ci] Updated translations via Crowdin 2021-10-26 06:07:20 +00:00
kolaente 48224e28b8
feat: add vietnamese and italian languages 2021-10-25 21:15:54 +02:00
renovate e9ad3c2126
[skip ci] Updated translations via Crowdin 2021-10-25 21:02:21 +02:00
renovate e0645d4525
[skip ci] Updated translations via Crowdin 2021-10-25 16:40:48 +02:00
kolaente 8a6774f8e3
[skip ci] Updated translations via Crowdin 2021-10-25 16:40:47 +02:00
konrad 877b243c69
feat: add close task popup link (#880)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#880
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-10-25 16:40:46 +02:00
Dominik Pschenitschni c6b24dd8f1
feat: add Done component 2021-10-25 16:39:35 +02:00
Dominik Pschenitschni 89cd8eafc4
fix: use $shadow variable directly
By using the $shadow variable directly that defines the $card-shadow variable in bulma we don't need to import card.scss
2021-10-25 16:39:35 +02:00
Dominik Pschenitschni 9e6afdb752
fix kanban height calculation with hack 2021-10-25 16:39:34 +02:00
Dominik Pschenitschni 2645edc9e0
fix: label spacing 2021-10-25 16:39:34 +02:00
Dominik Pschenitschni 87d2b4fed3
fix: use :deep() selector instead of ::v-deep 2021-10-25 16:39:34 +02:00
Dominik Pschenitschni f496c9d678
fix: user dropdown-trigger background 2021-10-25 16:39:34 +02:00
Dominik Pschenitschni 19a4b17004
feat: move some form.scss styles to button.vue 2021-10-25 16:39:34 +02:00
Dominik Pschenitschni 4f8cce0f45
feat: add FIXME comments 2021-10-25 16:39:34 +02:00
Dominik Pschenitschni 32a0106819
chore: small CSS format changes 2021-10-25 16:39:34 +02:00
Dominik Pschenitschni 7ca355db66
feat: merge update-notification.scss styles with the update.vue component 2021-10-25 16:39:34 +02:00
Dominik Pschenitschni 6ba974f9fa
fix: move .progress styles together as close as possible 2021-10-25 16:39:33 +02:00
Dominik Pschenitschni 986130a0ac
feat: merge offline.scss with component 2021-10-25 16:39:33 +02:00
Dominik Pschenitschni 7824ddc13f
feat: divide most navigation.scss styles into components
- navigation.vue and topNavigation.vue
- contentAuth.vue
2021-10-25 16:39:33 +02:00
Dominik Pschenitschni 57d5afa530
feat: moved some link-share.scss styles to the contentLinkShare and linkSharing components 2021-10-25 16:39:33 +02:00
Dominik Pschenitschni 3e456782df
feat: divide most content.scss styles into components
- contentAuth
- contentNoAuth.vue
- Login.vue
- button.vue
- comments.vue
2021-10-25 16:39:33 +02:00
Dominik Pschenitschni 2aecf3245b
feat: moved some background.scss styles to the contentLinkShare.vue component 2021-10-25 16:39:33 +02:00