App simplifying

This commit is contained in:
2026-06-20 00:22:01 -07:00
parent a57fae636d
commit e9d10ad00d
3 changed files with 6 additions and 30 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
style="width: 200px" style="width: 200px"
> >
<div <div
class="mt-1 ml-3 rotyr-font" class="mt-1 ml-3"
style="font-size: 26px; color: #505682" style="font-size: 26px; color: #505682"
> >
ALPHANE ALPHANE
+1 -1
View File
@@ -75,7 +75,7 @@
</template> </template>
<div> <div>
<h6 class="text-subtitle-1 font-weight-semibold mb-2 custom-title"> <h6 class="text-subtitle-1 font-weight-semibold mb-2 custom-title">
ROTYR System Administration System Administration
</h6> </h6>
</div> </div>
<p class="text-subtitle-1 font-weight-regular textSecondary">Manage this application</p> <p class="text-subtitle-1 font-weight-regular textSecondary">Manage this application</p>
+4 -28
View File
@@ -23,38 +23,14 @@
> >
ALPHANE ALPHANE
</h2> </h2>
<div
class="card-subtitle mb-6"
style="font-size: 1.2rem"
>
Helicopter Maintenance Tracking Platform
</div>
<p>
This application is will streamline maintenance control decision making and unlock
operational constraints.
</p>
<h6 class="text-h6 text-medium-emphasis d-flex align-center mt-6 font-weight-medium"> <h6 class="text-h6 text-medium-emphasis d-flex align-center mt-6 font-weight-medium">
<v-btn <v-btn
block block
color="primary" color="primary"
text="Sign in"
@click="doLogin" @click="doLogin"
>Sign in</v-btn />
>
</h6> </h6>
<div class="my-6 text-medium-emphasis">
If you don't have an account, create one to get started using ROTYR. It's free to sign
up and only takes a few seconds.
</div>
<!-- <v-btn
block
variant="outlined"
color="primary"
class="mt-3"
:to="{ name: 'SignUpPage' }"
text="Sign Up"
/> -->
<div <div
v-if="isAuthenticated" v-if="isAuthenticated"
class="mt-5 text-center" class="mt-5 text-center"
@@ -62,9 +38,9 @@
<v-btn <v-btn
color="warning" color="warning"
variant="text" variant="text"
text="Sign out"
@click="logoutWrapper" @click="logoutWrapper"
>Sign out</v-btn />
>
</div> </div>
</div> </div>
</div> </div>