-
Notifications
You must be signed in to change notification settings - Fork 273
feat: notification user avatar #915
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
Conversation
This is a really cool addition! I see that the PR is still in draft? Is there something missing to make it ready for review? |
Still in draft. I need to overhaul the User-related types first. |
Took a bit of git wrestling to get this branch back up-to-date... appreciate feedback on the layout of the profile icon. i played around with it being on the far left, but wasn't sure where the |
How do we feel about the structure of that footer. It will follow two patterns, depending on whether the notification event contains user data.
Some open questions that are going through my mind
|
I like that there's no avatar when the reason isn't a user (like for the worflow run notification in your last screenshot); it helps me quickly identify different kind of notifications I don't really have an opinion on the placement of the avatar, it doesn't look too bad like this... |
I kinda like the avatar at the start, makes it more like an english sentence, "actor acted at time" |
I'll mock up an example of what this may look like. |
Examples of what an alternate layout could look like. Format is
My 2 cents - this feels much more natural |
I love those, clean and clear :) |
Looks great! |
would like a fresh approval after the ux-pivot
Looks awesome!! Let me run this locally to check it out better! |
Thanks mate. Appreciate any feedback, particularly on the changes to the new reason mappings. |
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.
We lose the usernames, but we get the avatars, I think this is a positive change overall, love it!
Clean implementation as well, all wins!
thanks @afonsojramos, appreciate the feedback. usernames still available on avatar hover :) |
I know, but we still lose them at a glance, which is mostly what matters. |
Took this idea from the GitHub Android application...
Display last updated user avatar. Users name is available when mousing over.