chore: removed dead file
All checks were successful
Deploy to Staging / Build Images (push) Successful in 25s
Deploy to Staging / Deploy to Staging (push) Successful in 28s
Deploy to Staging / Verify Staging (push) Successful in 7s
Deploy to Staging / Notify Staging Ready (push) Successful in 6s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
All checks were successful
Deploy to Staging / Build Images (push) Successful in 25s
Deploy to Staging / Deploy to Staging (push) Successful in 28s
Deploy to Staging / Verify Staging (push) Successful in 7s
Deploy to Staging / Notify Staging Ready (push) Successful in 6s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
This commit is contained in:
@@ -1,54 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
||||||
<meta name="color-scheme" content="light dark">
|
|
||||||
<title>MotoVaultPro</title>
|
|
||||||
|
|
||||||
<!-- Dark mode initialization - MUST run before any other scripts -->
|
|
||||||
<!-- This prevents iOS 26 Safari from overriding our dark mode preference -->
|
|
||||||
<script>
|
|
||||||
(function() {
|
|
||||||
try {
|
|
||||||
const stored = localStorage.getItem('motovaultpro-mobile-settings');
|
|
||||||
const settings = stored ? JSON.parse(stored) : {};
|
|
||||||
|
|
||||||
// Check user preference, fall back to system preference
|
|
||||||
const prefersDark = settings.darkMode !== undefined
|
|
||||||
? settings.darkMode
|
|
||||||
: window.matchMedia('(prefers-color-scheme: dark)').matches;
|
|
||||||
|
|
||||||
if (prefersDark) {
|
|
||||||
document.documentElement.classList.add('dark');
|
|
||||||
} else {
|
|
||||||
document.documentElement.classList.remove('dark');
|
|
||||||
}
|
|
||||||
} catch (e) {
|
|
||||||
// Fallback to system preference on error
|
|
||||||
if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
|
||||||
document.documentElement.classList.add('dark');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<!-- Runtime config MUST load synchronously before any module scripts -->
|
|
||||||
<script src="/config.js"></script>
|
|
||||||
<script type="module" crossorigin src="/assets/index-BBzsRBvQ.js"></script>
|
|
||||||
<link rel="modulepreload" crossorigin href="/assets/react-vendor-ByzCDbub.js">
|
|
||||||
<link rel="modulepreload" crossorigin href="/assets/react-router-DaYFPv1Q.js">
|
|
||||||
<link rel="modulepreload" crossorigin href="/assets/utils-CzZZcuDR.js">
|
|
||||||
<link rel="modulepreload" crossorigin href="/assets/mui-core-CMlEYYIm.js">
|
|
||||||
<link rel="modulepreload" crossorigin href="/assets/data-CpPzLLzI.js">
|
|
||||||
<link rel="modulepreload" crossorigin href="/assets/animation-_z1WwDHu.js">
|
|
||||||
<link rel="modulepreload" crossorigin href="/assets/auth-DXZD2WD1.js">
|
|
||||||
<link rel="modulepreload" crossorigin href="/assets/mui-icons-C3PV0RzG.js">
|
|
||||||
<link rel="modulepreload" crossorigin href="/assets/forms-CxneQeFQ.js">
|
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-D1by4rQs.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id="root"></div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Reference in New Issue
Block a user