fix(frontend): add missing priorities field to skin snapshots UI
priorities was present in the model, API, and LLM prompt but never surfaced in the frontend — add it to create/edit forms, read view, AI photo pre-fill, and page.server.ts actions. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
75ef1bca56
commit
17eaa5d1bd
4 changed files with 42 additions and 2 deletions
|
|
@ -223,6 +223,9 @@
|
|||
"skin_sebumCheeks": "Sebum cheeks (1–5)",
|
||||
"skin_activeConcerns": "Active concerns (comma-separated)",
|
||||
"skin_activeConcernsPlaceholder": "acne, redness, dehydration",
|
||||
"skin_priorities": "Priorities (comma-separated)",
|
||||
"skin_prioritiesPlaceholder": "strengthen barrier, reduce redness",
|
||||
"skin_prioritiesLabel": "Priorities",
|
||||
"skin_notes": "Notes",
|
||||
"skin_addSnapshot": "Add snapshot",
|
||||
"skin_snapshotAdded": "Snapshot added.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue