Purpose
To provide users a dedicated space to manage their profile details, with an intuitive form layout and an easy-to-use save button. The screen emphasizes simplicity and accessibility.
Keys
-
ShortTopBarV3
A minimalistic top bar showing the screen title "Profile" without extra distractions. -
ScrollView
Scrollable container that includes a background banner image for visual appeal. -
MNCard
A styled card component that groups the profile management form, providing padding and margin for separation. -
ProfileManagement
The form component responsible for rendering profile fields and handling user input. It exposes anonSave
callback that logs the saved data for debugging.
User Flow
- User opens the Profile screen and sees the title bar with "Profile".
- User scrolls through the form inside the card container.
- User updates profile details via input fields rendered by
ProfileManagement
. - On pressing the "Update Profile" button, the form data is captured and logged using the
debug
helper. - User can continue editing or leave the screen after saving.