Profile page UI and functionality implemented

This commit is contained in:
adilallo
2026-04-25 17:57:58 -06:00
parent 7dd2562bae
commit 68517796a9
103 changed files with 4439 additions and 1476 deletions
@@ -29,6 +29,7 @@ const TextInputContainer = forwardRef<HTMLInputElement, TextInputProps>(
showHelpIcon = true,
textHint = false,
formHeader = true,
maxLength,
...props
},
ref,
@@ -242,6 +243,7 @@ const TextInputContainer = forwardRef<HTMLInputElement, TextInputProps>(
focusRingClasses={stateStyles.focusRing}
textHint={textHint}
formHeader={formHeader}
maxLength={maxLength}
{...props}
/>
);