Update onboarding UI texts, buttons, and gender handling#219
Update onboarding UI texts, buttons, and gender handling#219clemPerrousset wants to merge 1 commit into
Conversation
- Change gender "Autre" to "Non renseigné" in `OnboardingPhase1ViewController` and update `AuthService` to map it to "secret". - Update Association onboarding text in `Localizable.strings` (French). - Update Association presentation title/subtitle and description font in `EnhancedViewController` and `AssociationPresentationCell`. - Refactor `EnahancedOnboardingButtonCell` to support "Settings" (Annuler/Valider) vs "Onboarding" (Later/Next/Finish) modes. - Reduce footer spacing in `EnhancedViewController`. Co-authored-by: clemPerrousset <64415865+clemPerrousset@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This PR addresses several UI and logic updates for the Onboarding and Settings flows:
Gender Field Update:
AuthService.mapGenderto correctly map "Non renseigné" (and "non renseigne") to the backend value "secret".Association Onboarding Text:
onboard_asso_infoto: "Votre association ne figure pas dans la liste ? Ajoutez-la pour continuer.".Onboarding/Settings Buttons & Spacing:
EnahancedOnboardingButtonCellto dynamically configure button titles based on context:EnhancedViewControllerfrom 130 to 90 for a more compact look.Association Presentation UI:
Quicksand-Boldsize 16.PR created automatically by Jules for task 14522611735563272698 started by @clemPerrousset