refactor: remove tour feature and Tjing import
Release Please / release-please (push) Waiting to run
Release Please / docker (push) Blocked by required conditions

Tour functionality has moved to its own project (HyzrTour).
Removes all tour-related code, Tjing integration, and associated
views/styles/scripts. Keeps the saveCourseToDB ON CONFLICT fix.
This commit is contained in:
Samuel Enocsson
2026-03-20 15:05:14 +01:00
parent b4206d9865
commit 6e05d3014d
21 changed files with 1 additions and 3056 deletions
-33
View File
@@ -132,36 +132,3 @@
border-style: dashed;
}
/* ── Tjing Import ────────────────────────────── */
.tjing-result {
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px 14px;
margin: 6px 0;
background: var(--surface-2);
border-radius: var(--radius-sm);
border: 1px solid var(--border);
}
.tjing-result-info {
display: flex;
flex-direction: column;
gap: 2px;
}
.tjing-result-name {
font-weight: 600;
font-size: 14px;
color: var(--text-primary);
}
.tjing-result-address {
font-size: 13px;
color: var(--text-secondary);
}
#tjing-results {
margin-top: 12px;
}