- Improve UI to match designs.
- Extract `EditableAvatarView` component.
- Create `LabelledOutlinedTextField`.
- Get strings from Localazy.
This commit is contained in:
Jorge Martín 2023-09-15 14:04:21 +02:00
parent 149677a2e6
commit 2ccafec564
16 changed files with 325 additions and 235 deletions

View file

@ -128,6 +128,12 @@
"includeRegex": [
"screen_create_poll_.*"
]
},
{
"name": ":features:preferences:impl",
"includeRegex": [
"screen_edit_profile_.*"
]
}
]
}