Rename fittracker to milevault throughout
Build and push images / build-backend (push) Failing after 2m5s
Build and push images / build-worker (push) Failing after 4s
Build and push images / build-frontend (push) Failing after 4s

This commit is contained in:
2026-06-06 14:12:28 +01:00
parent 1a0d45dd67
commit 5e2b220366
12 changed files with 150 additions and 67 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FitTracker</title>
<title>MileVault</title>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
</head>
<body>
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "fittracker-frontend",
"name": "milevault-frontend",
"version": "1.0.0",
"private": true,
"type": "module",
+1 -1
View File
@@ -26,7 +26,7 @@ export default function Layout() {
{/* Logo */}
<div className="px-4 py-5 border-b border-gray-800">
<h1 className="text-lg font-bold text-white tracking-tight">
<span className="text-blue-400">Fit</span>Tracker
<span className="text-blue-400">Mile</span>Vault
</h1>
{user && (
<p className="text-xs text-gray-500 mt-0.5">@{user.username}</p>
+1 -1
View File
@@ -37,7 +37,7 @@ export default function LoginPage() {
<div className="w-full max-w-sm">
<div className="text-center mb-8">
<h1 className="text-3xl font-bold text-white">
<span className="text-blue-400">Fit</span>Tracker
<span className="text-blue-400">Mile</span>Vault
</h1>
<p className="text-gray-500 mt-2 text-sm">Your personal fitness dashboard</p>
</div>