More template changes

This commit is contained in:
2026-06-25 00:45:26 -07:00
parent bf1d82fa19
commit 6d58559fa9
14 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>ALPHANE - Maintenance</title>
<title>calebburke.dev - Maintenance</title>
</head>
<body>
<div id="app"></div>
+1 -1
View File
@@ -9,7 +9,7 @@
</template>
<PageLoader
v-else-if="isLoadingAuth0 || isLoadingCurrentUser"
message="ALPHANE"
message="CALEBBURKEDEV"
/>
<PageLoader
v-else-if="!isReady"
+1 -1
View File
@@ -19,7 +19,7 @@
class="mt-1 ml-3 rotyr-font"
style="font-size: 26px; color: #505682"
>
ALPHANE
CALEBBURKEDEV
</div>
</div>
</RouterLink>
+3 -3
View File
@@ -8,7 +8,7 @@ const prodConfig = {
audience: "alphane-api",
apiBaseUrl: "",
webSocketBaseUrl: "",
applicationName: "ALPHANE",
applicationName: "calebburkedev",
}
const devConfig = {
@@ -17,7 +17,7 @@ const devConfig = {
audience: "alphane-api",
apiBaseUrl: "http://localhost:3000",
webSocketBaseUrl: "ws://localhost:3000",
applicationName: "ALPHANE",
applicationName: "calebburkedev",
}
const localProductionConfig = {
@@ -26,7 +26,7 @@ const localProductionConfig = {
audience: "alphane-api",
apiBaseUrl: "http://localhost:8080",
webSocketBaseUrl: "ws://localhost:8080",
applicationName: "ALPHANE (production)",
applicationName: "calebburkedev (production)",
}
let config = prodConfig
+3 -3
View File
@@ -7,7 +7,7 @@
<img
class="ml-0 mt-1"
style="height: 36px; transform: rotate(-12deg)"
:src="AlphaneLogo"
:src="AppLogoSmall"
/>
<div v-if="sidebarMini || mdAndDown"></div>
<div
@@ -19,7 +19,7 @@
class="mt-1 ml-3"
style="font-size: 26px; color: #505682"
>
ALPHANE
CALEB BURKE DEV
</div>
</div>
</RouterLink>
@@ -27,7 +27,7 @@
</template>
<script setup>
import AlphaneLogo from "@/assets/alphane_logo_small.png"
import AppLogoSmall from "@/assets/app_logo_small.png"
import { useDisplay } from "vuetify"
import useInterface from "@/use/use-interface"
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<PageLoader message="ALPHANE" />
<PageLoader message="CALEBBURKEDEV" />
</template>
<script lang="ts" setup>
+1 -1
View File
@@ -21,7 +21,7 @@
class="text-h1 textPrimary font-weight-semibold mb-0"
style="font-size: 2.5rem !important"
>
ALPHANE
CALEBBURKEDEV
</h2>
<div
class="card-subtitle mb-6"