-
Notifications
You must be signed in to change notification settings - Fork 308
Improve display of connected accounts and avatars. #2265
Conversation
Nice! Can we tighten up the layout a bit?
|
Also, I don't think we should show the generic avatar for unconnected accounts. After all, it's a Gittip avatar, so it's odd to have it represent an unknown Venmo (e.g.) account. I think we should show the platform logo in the large square and drop the round img entirely for this case. |
@whit537 but shouldn't unconnected accounts not be shown at all, thus making it a nonissue? |
@duckinator Currently we show them on one's own profile, with an "Add" button. |
@whit537 there was a bit of an issue with it covering up too much of the image. For your avatar, it'd probably cover like half of your face. :P I tweaked it a bit (more whitespace above and below it, and moved the icon a bit further off of the avatar), but can't seem to make it look nice if I do that. Thoughts? |
I like it, and it works well for me, @duckinator is this ready? |
@clone1018 I'm still doing some CSS cleanup and such locally. Got a bit distracted by other things yesterday. :) I'll finish it up and @mention you with a final screenshot when it's ready! |
Do you think you can fit in a fix for #2271 ? I started on one and then realized this PR would conflict :( |
This easiest fix would be removing |
I'll take a look after finishing cleaning up the slight CSS mess I have left. :) |
Looks like my code made that even more broken, and fixing that should also fix #2271 lol |
@duckinator I'd still like to see the changes I mentioned at #2265 (comment). If the platform logo is too big we can shrink it a little bit, but the four points I made there still apply afaict. |
Sorry for kind of falling off the radar with this. Planning to rebase it off master and pick it back up later today. |
I can't wait! |
Rebased. I have no clue why it decided to list all of the crap from master here. Can I throw git out of a window, now? |
@duckinator what commands did you run? |
It would appear that I somehow managed to rebase before fetching master. DON'T EVEN KNOW. |
IRC re: git shenanigans, ftr. |
BTW @duckinator this needs to be rebased on master. There's a merge conflict, likely because of #2307 |
…show avatar at all.
I have rebased this on master and made it look more like the original mockup. |
Improve display of connected accounts and avatars.
Thanks @Changaco! |
Improve the display of Connected Accounts and avatars.
Some notes:
Closes #2154.