Introduce highlights option

This commit is contained in:
2025-06-13 22:47:05 +03:00
parent 6911cfaaa4
commit 7b6369fa0f
6 changed files with 42 additions and 10 deletions

View File

@@ -22,3 +22,11 @@ export const availableLanguages = [
] as const;
export const availableUnits = ["Imperial", "Metric"] as const;
export const availableHighlights = [
"Athletic",
"Area Exploration",
"Social",
"Mood",
"Conditions",
] as const;