-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
Incoming call design enhancements #223
Comments
Thanks. Now please copy the new screen designs you had in some other repo xD |
The mockup discussion is in nextcloud/spreed#1011 We settled on the middle version: larger picture, and picture doubled in blurry in the background: |
Signed-off-by: Mario Danic <mario@lovelyhq.com>
Signed-off-by: Mario Danic <mario@lovelyhq.com>
Signed-off-by: Mario Danic <mario@lovelyhq.com>
Signed-off-by: Mario Danic <mario@lovelyhq.com>
Well, of course it should only be done if there’s actually an avatar set. ;) For placeholders it does not make sense and we can keep the black background. Or if there’s a way to do that, fill the background with the background color of the avatar placeholder. Also, it looks like the M in the background is stretched in height. We should not stretch the faces, but make them fill the screen (it's fine if the sides or top/bottom is cut off, it's blurred anyway). |
@jancborchardt you know we AFAIK can't know if there's an avatar set or not. Poking @nickvergessen, maybe he knows more about this. You will have to clarify what you mean by "fill the screen". |
Not sure how you are getting the avatars atm. But in the web UI we query the URL and when it' 404 we create the FirstChar thingy. |
The letter avatar is generated and returned by the server if no avatar is
set. There is no 404 involved.
…On Tue, 31 Jul 2018, 09:57 Joas Schilling, ***@***.***> wrote:
Not sure how you are getting the avatars atm. But in the web UI we query
the URL and when it' 404 we create the FirstChar thingy.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#223 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAWsiGOHLFSOWekMHzr0pW6v1A7AT_-ks5uMA32gaJpZM4U_TUm>
.
|
hmm, maybe @rullzer has any idea |
or @skjnldsv |
Considering that as far as I know it's not possible to know if avatar is set, what do you want to do? Suggestions welcome @nickvergessen @skjnldsv |
We could make the api return 201 whe. It generated the letter image? |
@nickvergessen that would not be a bad idea. |
I'm not sure this will change anything since once it's generated, it will use the same functions than any saved avatar, right? |
You could do that php-side and add this data in the call request? |
Dunno. Not the server magician here. |
The file name is generated instead of avatar then. I will have a look tomorrow |
Just a thought - there was a PR to auto-generate avatars on the server. Not merged but would come for 15, I suppose. Also, if the auto-generated avatar looks so bad how do we know users won't have an avatar that looks similarly bad? Not everyone uses a picture of themselves... |
That was for guests. We already generate avatar if it's not set :)
…On Wed, 1 Aug 2018, 10:43 Jos Poortvliet, ***@***.***> wrote:
Just a thought - there was a PR to auto-generate avatars on the server.
Not merged but would come for 15, I suppose. Also, if the auto-generated
avatar looks so bad how do we know users won't have an avatar that looks
similarly bad? Not everyone uses a picture of themselves...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#223 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAWspgtaaaPLNMMdU3ymkjpoWWQy7JFks5uMWokgaJpZM4U_TUm>
.
|
Ok, so @nickvergessen did this awesome PR which will allow me to show background only if it's a custom avatar. But the point from @jospoortvliet still stands - it could be a really, really bad thing. |
That is something we can tackle once the problem exists.
Well you can't but we have to do a trade of at some point. |
Signed-off-by: Mario Danic <mario@lovelyhq.com>
Partly done for 3.0, the rest will be in 3.1. |
Done a while ago. |
(Copied over from #200 (comment) )
The text was updated successfully, but these errors were encountered: