feat(profile): add profile settings and LLM user context
This commit is contained in:
parent
db3d9514d5
commit
b99b9ed68e
25 changed files with 472 additions and 9 deletions
|
|
@ -6,6 +6,7 @@
|
|||
"nav_medications": "Medications",
|
||||
"nav_labResults": "Lab Results",
|
||||
"nav_skin": "Skin",
|
||||
"nav_profile": "Profile",
|
||||
"nav_appName": "innercontext",
|
||||
"nav_appSubtitle": "personal health & skincare",
|
||||
|
||||
|
|
@ -389,6 +390,16 @@
|
|||
"skin_typeNormal": "normal",
|
||||
"skin_typeAcneProne": "acne prone",
|
||||
|
||||
"profile_title": "Profile",
|
||||
"profile_subtitle": "Basic context for AI suggestions",
|
||||
"profile_sectionBasic": "Basic profile",
|
||||
"profile_birthDate": "Birth date",
|
||||
"profile_sexAtBirth": "Sex at birth",
|
||||
"profile_sexFemale": "Female",
|
||||
"profile_sexMale": "Male",
|
||||
"profile_sexIntersex": "Intersex",
|
||||
"profile_saved": "Profile saved.",
|
||||
|
||||
"productForm_aiPrefill": "AI pre-fill",
|
||||
"productForm_aiPrefillText": "Paste product description from a website, ingredient list, or other text. AI will fill in available fields — you can review and correct before saving.",
|
||||
"productForm_pasteText": "Paste product description, INCI ingredients here...",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue