feat(web): WIP registration page UI UX

This commit is contained in:
Zack Spear
2023-09-25 18:22:22 -07:00
committed by Zack Spear
parent 858a93ccd2
commit e04b619071
6 changed files with 46 additions and 254 deletions
+2 -2
View File
@@ -39,7 +39,7 @@ const { rebootType } = storeToRefs(updateOsActionsStore);
</script>
<template>
<PageContainer>
<UiPageContainer>
<UpdateOsStatus :t="t" />
<UpdateOsUpdate
v-if="rebootType === ''"
@@ -52,7 +52,7 @@ const { rebootType } = storeToRefs(updateOsActionsStore);
<UpdateOsThirdPartyDrivers
v-if="rebootType === 'thirdPartyDriversDownloading'"
:t="t" />
</PageContainer>
</UiPageContainer>
</template>
<style lang="postcss">