-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QuickEditor: Update the Avatar's menu UI #561
Conversation
4791664
to
f6528b6
Compare
📲 You can test the changes from this Pull Request in Gravatar Demo by scanning the QR code below to install the corresponding build.
|
@@ -25,50 +25,61 @@ internal fun AvatarMoreOptionsPickerPopup( | |||
onDismissRequest: () -> Unit, | |||
onAvatarOptionClicked: (AvatarOption) -> Unit, | |||
) { | |||
val altTextItemLabel = stringResource( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why altTextItemLabel
? Shouldn't it be named ratingItemLabel
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh my... yes... Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
9e08e3b
to
a3ca960
Compare
Closes #556
Description
This PR modifies the Avatar's menu by:
Change rating
toRating: {current}
Testing Steps
...
button to open the Avatar's menu