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"
>
<div
class="mt-1 ml-3 rotyr-font"
class="mt-1 ml-3"
style="font-size: 26px; color: #505682"
>
ALPHANE
+1 -1
View File
@@ -75,7 +75,7 @@
</template>
<div>
<h6 class="text-subtitle-1 font-weight-semibold mb-2 custom-title">
ROTYR System Administration
System Administration
</h6>
</div>
<p class="text-subtitle-1 font-weight-regular textSecondary">Manage this application</p>
+4 -28
View File
@@ -23,38 +23,14 @@
>
ALPHANE
</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">
<v-btn
block
color="primary"
text="Sign in"
@click="doLogin"
>Sign in</v-btn
>
/>
</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
v-if="isAuthenticated"
class="mt-5 text-center"
@@ -62,9 +38,9 @@
<v-btn
color="warning"
variant="text"
text="Sign out"
@click="logoutWrapper"
>Sign out</v-btn
>
/>
</div>
</div>
</div>