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
@@ -1 +1 @@
# alphane.ca # calebburke.dev
@@ -7,8 +7,8 @@ import { User } from "@/models"
export async function seed(): Promise<void> { export async function seed(): Promise<void> {
const systemUserAttributes: CreationAttributes<User> = { const systemUserAttributes: CreationAttributes<User> = {
email: "system.user@alphane.com", email: "system.user@calebburkedev.com",
auth0Subject: "NO_LOGIN_system.user@alphane.com", auth0Subject: "NO_LOGIN_system.user@calebburkedev.com",
firstName: "System", firstName: "System",
lastName: "User", lastName: "User",
displayName: "System User", displayName: "System User",
@@ -7,8 +7,8 @@ import { User } from "@/models"
export async function seed(): Promise<void> { export async function seed(): Promise<void> {
const systemUserAttributes: CreationAttributes<User> = { const systemUserAttributes: CreationAttributes<User> = {
email: "system.user@alphane.com", email: "system.user@calebburkedev.com",
auth0Subject: "NO_LOGIN_system.user@alphane.com", auth0Subject: "NO_LOGIN_system.user@calebburkedev.com",
firstName: "System", firstName: "System",
lastName: "User", lastName: "User",
displayName: "System User", displayName: "System User",
@@ -7,8 +7,8 @@ import { User } from "@/models"
export async function seed(): Promise<void> { export async function seed(): Promise<void> {
const systemUserAttributes: CreationAttributes<User> = { const systemUserAttributes: CreationAttributes<User> = {
email: "system.user@alphane.com", email: "system.user@calebburkedev.com",
auth0Subject: "NO_LOGIN_system.user@alphane.com", auth0Subject: "NO_LOGIN_system.user@calebburkedev.com",
firstName: "System", firstName: "System",
lastName: "User", lastName: "User",
displayName: "System User", displayName: "System User",
+2 -2
View File
@@ -3,7 +3,7 @@ x-default-environment: &default-environment
NODE_ENV: development NODE_ENV: development
DB_HOST: db DB_HOST: db
DB_USERNAME: &default-db-username calebburke DB_USERNAME: &default-db-username calebburke
DB_DATABASE: calebburke_development DB_DATABASE: calebburkedev_development
DB_PASSWORD: &default-db-password DevPwd99! DB_PASSWORD: &default-db-password DevPwd99!
DB_PORT: &default-db-port 5432 DB_PORT: &default-db-port 5432
DB_TRUST_SERVER_CERTIFICATE: "true" DB_TRUST_SERVER_CERTIFICATE: "true"
@@ -66,7 +66,7 @@ services:
environment: environment:
<<: *default-environment <<: *default-environment
NODE_ENV: test NODE_ENV: test
DB_DATABASE: alphane_test DB_DATABASE: calebburke_test
DEFAULT_LOG_LEVEL: "info" DEFAULT_LOG_LEVEL: "info"
DB_HEALTH_CHECK_START_PERIOD_SECONDS: 0 DB_HEALTH_CHECK_START_PERIOD_SECONDS: 0
tty: true tty: true
+2 -2
View File
@@ -1,10 +1,10 @@
{ {
"name": "alphane-development-tooling", "name": "calebburkedev-development-tooling",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "alphane-development-tooling", "name": "calebburkedev-development-tooling",
"devDependencies": { "devDependencies": {
"eslint": "^9.33.0", "eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8", "eslint-config-prettier": "^10.1.8",
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"name": "alphane-development-tooling", "name": "calebburkedev-development-tooling",
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"eslint": "^9.33.0", "eslint": "^9.33.0",
+1 -1
View File
@@ -25,7 +25,7 @@
name="viewport" name="viewport"
content="width=device-width, initial-scale=1.0" content="width=device-width, initial-scale=1.0"
/> />
<title>ALPHANE - Maintenance</title> <title>calebburke.dev - Maintenance</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
+1 -1
View File
@@ -9,7 +9,7 @@
</template> </template>
<PageLoader <PageLoader
v-else-if="isLoadingAuth0 || isLoadingCurrentUser" v-else-if="isLoadingAuth0 || isLoadingCurrentUser"
message="ALPHANE" message="CALEBBURKEDEV"
/> />
<PageLoader <PageLoader
v-else-if="!isReady" v-else-if="!isReady"
+1 -1
View File
@@ -19,7 +19,7 @@
class="mt-1 ml-3 rotyr-font" class="mt-1 ml-3 rotyr-font"
style="font-size: 26px; color: #505682" style="font-size: 26px; color: #505682"
> >
ALPHANE CALEBBURKEDEV
</div> </div>
</div> </div>
</RouterLink> </RouterLink>
+3 -3
View File
@@ -8,7 +8,7 @@ const prodConfig = {
audience: "alphane-api", audience: "alphane-api",
apiBaseUrl: "", apiBaseUrl: "",
webSocketBaseUrl: "", webSocketBaseUrl: "",
applicationName: "ALPHANE", applicationName: "calebburkedev",
} }
const devConfig = { const devConfig = {
@@ -17,7 +17,7 @@ const devConfig = {
audience: "alphane-api", audience: "alphane-api",
apiBaseUrl: "http://localhost:3000", apiBaseUrl: "http://localhost:3000",
webSocketBaseUrl: "ws://localhost:3000", webSocketBaseUrl: "ws://localhost:3000",
applicationName: "ALPHANE", applicationName: "calebburkedev",
} }
const localProductionConfig = { const localProductionConfig = {
@@ -26,7 +26,7 @@ const localProductionConfig = {
audience: "alphane-api", audience: "alphane-api",
apiBaseUrl: "http://localhost:8080", apiBaseUrl: "http://localhost:8080",
webSocketBaseUrl: "ws://localhost:8080", webSocketBaseUrl: "ws://localhost:8080",
applicationName: "ALPHANE (production)", applicationName: "calebburkedev (production)",
} }
let config = prodConfig let config = prodConfig
+3 -3
View File
@@ -7,7 +7,7 @@
<img <img
class="ml-0 mt-1" class="ml-0 mt-1"
style="height: 36px; transform: rotate(-12deg)" style="height: 36px; transform: rotate(-12deg)"
:src="AlphaneLogo" :src="AppLogoSmall"
/> />
<div v-if="sidebarMini || mdAndDown"></div> <div v-if="sidebarMini || mdAndDown"></div>
<div <div
@@ -19,7 +19,7 @@
class="mt-1 ml-3" class="mt-1 ml-3"
style="font-size: 26px; color: #505682" style="font-size: 26px; color: #505682"
> >
ALPHANE CALEB BURKE DEV
</div> </div>
</div> </div>
</RouterLink> </RouterLink>
@@ -27,7 +27,7 @@
</template> </template>
<script setup> <script setup>
import AlphaneLogo from "@/assets/alphane_logo_small.png" import AppLogoSmall from "@/assets/app_logo_small.png"
import { useDisplay } from "vuetify" import { useDisplay } from "vuetify"
import useInterface from "@/use/use-interface" import useInterface from "@/use/use-interface"
+1 -1
View File
@@ -1,5 +1,5 @@
<template> <template>
<PageLoader message="ALPHANE" /> <PageLoader message="CALEBBURKEDEV" />
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
+1 -1
View File
@@ -21,7 +21,7 @@
class="text-h1 textPrimary font-weight-semibold mb-0" class="text-h1 textPrimary font-weight-semibold mb-0"
style="font-size: 2.5rem !important" style="font-size: 2.5rem !important"
> >
ALPHANE CALEBBURKEDEV
</h2> </h2>
<div <div
class="card-subtitle mb-6" class="card-subtitle mb-6"