feat(profile): add profile settings and LLM user context

This commit is contained in:
Piotr Oleszczyk 2026-03-05 15:57:21 +01:00
parent db3d9514d5
commit b99b9ed68e
25 changed files with 472 additions and 9 deletions

View file

@ -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...",

View file

@ -6,6 +6,7 @@
"nav_medications": "Leki",
"nav_labResults": "Wyniki badań",
"nav_skin": "Skóra",
"nav_profile": "Profil",
"nav_appName": "innercontext",
"nav_appSubtitle": "zdrowie & pielęgnacja",
@ -403,6 +404,16 @@
"skin_typeNormal": "normalna",
"skin_typeAcneProne": "trądzikowa",
"profile_title": "Profil",
"profile_subtitle": "Podstawowy kontekst dla sugestii AI",
"profile_sectionBasic": "Profil podstawowy",
"profile_birthDate": "Data urodzenia",
"profile_sexAtBirth": "Płeć biologiczna",
"profile_sexFemale": "Kobieta",
"profile_sexMale": "Mężczyzna",
"profile_sexIntersex": "Interpłciowa",
"profile_saved": "Profil zapisany.",
"productForm_aiPrefill": "Uzupełnienie AI",
"productForm_aiPrefillText": "Wklej opis produktu ze strony, listę składników lub inny tekst. AI uzupełni dostępne pola — możesz je przejrzeć i poprawić przed zapisem.",
"productForm_pasteText": "Wklej tutaj opis produktu, składniki INCI...",