fix: connect API to tracker.db via SQLite repository
Deploy / Deploy Staging (push) Failing after 9s
Deploy / Deploy Production (push) Has been skipped
Tests / test (push) Failing after 14s
Tests / lint (push) Failing after 15s

This commit is contained in:
Xiaoxia AI
2026-06-17 13:21:38 +08:00
parent 3bf90f8614
commit 2cda8dec39
67 changed files with 5737 additions and 123 deletions
@@ -0,0 +1,18 @@
.forgot-password-container {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.forgot-password-card {
width: 400px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.forgot-password-card .ant-card-head-title {
text-align: center;
font-size: 24px;
font-weight: 600;
}