Loading css/ecloud-accounts-userregistration.css 0 → 100644 +1 −0 Original line number Diff line number Diff line html{background:var(--color-main-background)}#body-login .warning-messsage{width:100% !important}#body-login .v-align{align-items:flex-start !important;justify-content:flex-start !important}.v-align header{width:100% !important;display:flex !important;align-items:flex-start !important;justify-content:flex-start !important}#header{padding-left:5% !important}.v-align main{width:50% !important;margin:0 auto}#registrationForm .password-group #password{height:62px;margin-left:0;background-color:#fff;color:#000;border:1px solid #e6e8e9}@media only screen and (max-width: 768px){.v-align main{width:100% !important}#body-login .v-align{padding:2vh 0vh !important;max-height:fit-content !important}}#fields-password .Password__strength-meter{margin-bottom:0}#fields-password .Password__strength-meter:before{left:0}#fields-password .Password__strength-meter:after{right:0}#fields-password .Password__strength-meter:after,#fields-password .Password__strength-meter:before{width:100%} src/DeleteShopAccountSetting.vue +5 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ </form> </div> </SettingsSection> <div id="delete-my-account-loader" class="spinner-container"> <div v-if="dataLoading" id="delete-my-account-loader" class="spinner-container"> <NcLoadingIcon :size="40" /> </div> </div> Loading Loading @@ -92,6 +92,7 @@ export default { userEmail: loadState(APPLICATION_NAME, 'email'), showError: false, allowDelete: true, dataLoading: false, ordersDescription: '', } }, Loading Loading @@ -163,6 +164,7 @@ export default { } }, async getShopUsers() { this.dataLoading = true try { const url = generateUrl( `/apps/${this.appName}/shop-accounts/users`, Loading @@ -170,6 +172,7 @@ export default { const { data } = await Axios.get(url) this.shopUsers = data this.setOrderDescription() this.dataLoading = false } catch (e) { if (e.response.status !== 404) { this.disableDeleteAccountEvent() Loading @@ -178,6 +181,7 @@ export default { ) this.allowDelete = false } this.dataLoading = false } this.disableOrEnableDeleteAccount() }, Loading Loading
css/ecloud-accounts-userregistration.css 0 → 100644 +1 −0 Original line number Diff line number Diff line html{background:var(--color-main-background)}#body-login .warning-messsage{width:100% !important}#body-login .v-align{align-items:flex-start !important;justify-content:flex-start !important}.v-align header{width:100% !important;display:flex !important;align-items:flex-start !important;justify-content:flex-start !important}#header{padding-left:5% !important}.v-align main{width:50% !important;margin:0 auto}#registrationForm .password-group #password{height:62px;margin-left:0;background-color:#fff;color:#000;border:1px solid #e6e8e9}@media only screen and (max-width: 768px){.v-align main{width:100% !important}#body-login .v-align{padding:2vh 0vh !important;max-height:fit-content !important}}#fields-password .Password__strength-meter{margin-bottom:0}#fields-password .Password__strength-meter:before{left:0}#fields-password .Password__strength-meter:after{right:0}#fields-password .Password__strength-meter:after,#fields-password .Password__strength-meter:before{width:100%}
src/DeleteShopAccountSetting.vue +5 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ </form> </div> </SettingsSection> <div id="delete-my-account-loader" class="spinner-container"> <div v-if="dataLoading" id="delete-my-account-loader" class="spinner-container"> <NcLoadingIcon :size="40" /> </div> </div> Loading Loading @@ -92,6 +92,7 @@ export default { userEmail: loadState(APPLICATION_NAME, 'email'), showError: false, allowDelete: true, dataLoading: false, ordersDescription: '', } }, Loading Loading @@ -163,6 +164,7 @@ export default { } }, async getShopUsers() { this.dataLoading = true try { const url = generateUrl( `/apps/${this.appName}/shop-accounts/users`, Loading @@ -170,6 +172,7 @@ export default { const { data } = await Axios.get(url) this.shopUsers = data this.setOrderDescription() this.dataLoading = false } catch (e) { if (e.response.status !== 404) { this.disableDeleteAccountEvent() Loading @@ -178,6 +181,7 @@ export default { ) this.allowDelete = false } this.dataLoading = false } this.disableOrEnableDeleteAccount() }, Loading