Fix product performance grouped JSON build
This commit is contained in:
@@ -74,6 +74,10 @@
|
||||
</q-form>
|
||||
</q-card>
|
||||
|
||||
<div class="login-version" :title="`Commit: ${appCommit}`">
|
||||
Baggi BSS {{ appVersion }}
|
||||
</div>
|
||||
|
||||
<!-- 🔐 FORGOT PASSWORD -->
|
||||
<q-dialog v-model="forgotOpen" persistent>
|
||||
<q-card style="width:420px; max-width:90vw">
|
||||
@@ -129,6 +133,8 @@ import api from 'src/services/api'
|
||||
const router = useRouter()
|
||||
const auth = useAuthStore()
|
||||
const $q = useQuasar()
|
||||
const appVersion = process.env.APP_VERSION || 'v1.0.0'
|
||||
const appCommit = process.env.APP_COMMIT || 'local'
|
||||
|
||||
const username = ref('')
|
||||
const password = ref('')
|
||||
@@ -266,6 +272,21 @@ async function sendResetMail () {
|
||||
.full-width {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.login-version {
|
||||
position: absolute;
|
||||
left: 16px;
|
||||
bottom: 12px;
|
||||
z-index: 2;
|
||||
padding: 4px 8px;
|
||||
border-radius: 6px;
|
||||
color: rgba(45, 45, 45, 0.75);
|
||||
background: rgba(255, 255, 255, 0.68);
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.2px;
|
||||
user-select: text;
|
||||
}
|
||||
/* ===============================
|
||||
LOGIN INPUT TEXT COLOR (GOLD)
|
||||
=============================== */
|
||||
|
||||
Reference in New Issue
Block a user