Commit Graph

18 Commits

Author SHA1 Message Date
fc8321df6b
chore: cleanup double color definition
All checks were successful
continuous-integration/drone/pr Build is passing
2021-12-11 20:36:17 +01:00
9b58c5fb6b
fix: make sure image + content are always 50% width
All checks were successful
continuous-integration/drone/pr Build is passing
2021-12-11 18:36:59 +01:00
498ecc7505
chore: mobile first
All checks were successful
continuous-integration/drone/pr Build is passing
2021-12-11 18:30:43 +01:00
613c2bd374
chore: use background-color
All checks were successful
continuous-integration/drone/pr Build is passing
2021-12-11 18:28:39 +01:00
6fff15518d
chore: use place-items
All checks were successful
continuous-integration/drone/pr Build is passing
2021-12-11 18:27:37 +01:00
8ba8be103a
Merge branch 'main' into feature/login-pages
All checks were successful
continuous-integration/drone/pr Build is passing
# Conflicts:
#	src/components/misc/no-auth-wrapper.vue
#	src/i18n/lang/en.json
2021-12-11 18:21:17 +01:00
1ff667e598
chore: show llama background only on fullhd and up
Some checks failed
continuous-integration/drone/pr Build is failing
2021-12-11 18:15:55 +01:00
Dominik Pschenitschni
ac630ac775 feat: convert simple components to script setup and use typescript (#1120)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1120
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2021-12-04 14:47:32 +00:00
Dominik Pschenitschni
bc8b04fc7a fix: add import url suffix for vite svg loader (#1122)
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1122
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2021-11-30 21:03:26 +00:00
4abe1363ec
fix: mobile layout
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-28 15:50:30 +01:00
365c071db0
fix: put the welcome back title always at the bottom 2021-11-28 15:42:47 +01:00
eb6347712e
chore: move legal links to no-auth wrapper 2021-11-28 15:39:37 +01:00
0a89421189
feat: restyle unauthenticated screens 2021-11-28 15:33:17 +01:00
f8d009a6aa feat: add message component (#1082)
All checks were successful
continuous-integration/drone/push Build is passing
This PR adds a simple message component that replaces bulma's default message.

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #1082
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-11-28 14:18:27 +00:00
dpschen
04c94418d7
fix: logo overflow on login (#1050)
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #1046

Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1050
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
(cherry picked from commit 44f8e3ea9b)
2021-11-24 22:30:47 +01:00
46fa43d67f Migrate to bulma-css-variables and introduce dark mode (#954)
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Co-authored-by: Adrian Simmons <adrian@perlucida.co.uk>
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #954
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Reviewed-by: konrad <k@knt.li>
Co-authored-by: adrinux <adrian@perlucida.co.uk>
Co-committed-by: adrinux <adrian@perlucida.co.uk>
2021-11-22 21:12:54 +00:00
dpschen
44f8e3ea9b fix #1046 logo overflow on login (#1050)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1050
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-11-22 19:01:26 +00:00
0a2d5ef820 feat: defer everything until the api config is loaded (#926)
Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #926
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-11-13 19:49:02 +00:00