feat: defer everything until the api config is loaded #926

Merged
konrad merged 27 commits from feature/ready-state into main 2021-11-13 19:49:03 +00:00
Showing only changes of commit 27c840987e - Show all commits

View File

@ -109,14 +109,14 @@ export default {
img {
margin-bottom: 1rem;
}
}
.loader-container {
margin-right: 1rem;
.loader-container {
margin-right: 1rem;
&.is-loading:after {
border-left-color: $grey-400;
border-bottom-color: $grey-400;
}
&.is-loading::after {
border-left-color: $grey-400;
border-bottom-color: $grey-400;
}
}