Commit Graph

19 Commits

Author SHA1 Message Date
817372b751
chore: import the store directly to update the config
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-13 17:24:22 +01:00
4ca53d77e2
feat: show errors when figuring out the url failed
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-10 22:16:25 +01:00
f2c8cdd3be
chore: add explanation about naked return
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-10 20:01:37 +01:00
385f2a9a5e
chore: add explanation about naked return
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-10 19:59:17 +01:00
9ff8e11171
chore: cleanup css
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-10 19:53:58 +01:00
f16a52e41a
chore: use @
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-10 19:52:32 +01:00
e2cc505564
feat: add error handling when calling the api failed 2021-10-31 21:41:30 +01:00
dc30de9176
feat: do api url check before anything else and move ready check to wrapper component 2021-10-31 21:04:00 +01:00
265081417d
feat: merge api-config.scss styles with component 2021-10-25 16:39:30 +02:00
571b019c00
fix: ATTR_ENUMERATED_COERCION in a few places
Some checks failed
continuous-integration/drone/pr Build is failing
2021-10-17 18:52:05 +02:00
a776e1d2f3
chore: don't resolve when returning from promise & improve list store module
Some checks reported errors
continuous-integration/drone/pr Build was killed
2021-10-16 18:59:53 +02:00
7c3c2945f8
feat: use vue-i18n 9 for vue3 2021-10-01 18:49:54 +02:00
51a740f53c
fix: use vue3 v-model bindings
see: https://v3.vuejs.org/guide/migration/v-model.html
2021-10-01 18:45:42 +02:00
dpschen
3245752a80 fix: computed in api-config (#777)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #777
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-09-23 05:09:47 +00:00
dpschen
432c6babf2 feat: use computed for api domain (#722)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #722
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-09-08 21:48:30 +00:00
f0498fd767 Add translations (#562)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #562
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-06-23 23:24:57 +00:00
8d04bdc4f0
Hide the login form if no api url is configured
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-21 09:44:40 +02:00
2aceca54ca Move buttons to separate component (#380)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #380
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-01-17 17:57:57 +00:00
1935af83c3 Allow setting api url from the login screen (#264)
All checks were successful
continuous-integration/drone/push Build is passing
Cleanup

Use the http factory everywhere instead of the created element

Use the current domain if the api path is relative to the frontend host

Format

Prevent setting an empty url

Fix styling

Add changing api url

Add change url component

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #264
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-10-11 10:13:35 +00:00