-
Notifications
You must be signed in to change notification settings - Fork 441
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
feat(TopBar): show description during call #11428
Conversation
Was introduced here: e7f3388 |
It was done to minimize information that was not crucial during a call. Actually @jancborchardt back then you were in favor of reducing text in the call view. We didn't even have the name and avatar, and it took me quite some convincing effort to add it there :) |
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 didn't add it because we wanted to put information like "people in call", "call duration", etc. there, but they are now in another place, so we can show the description there now.
Nope, that proposal came later on, avatar and name were there before call time and participant count were added. |
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.
@DorraJaouad nice! Just one thing: It looks like the text doesn’t have enough contrast, since it’s color-text-maxcontrast which is intended to be used on a light background but it’s used on dark. Either:
- Is is possible to invoke the dark-theme color-text-maxcontrast for the subline here?
- Or we use color-main-text for the subline here too, when in a call
@marcoambrosini Whatever was discussed in the past, most recent consensus was to add the description in the subline, same as how it is in the chat and as per the issue: #10562
spreed/src/components/TopBar/TopBar.vue Line 501 in c74c6f1
|
c74c6f1
to
691da45
Compare
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.
This is a deprecated variable though. Only text colors we should use are I'd say for simplicity and to make sure the contrast works, let's use @Antreesy yes, the contrast works with dark theme enabled because the
|
Then we should also migrate to |
691da45
to
52a50b1
Compare
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.
Looks good according to screenshots, and thanks for the deprecated variable fixes! :)
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
…ondary style) Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
52a50b1
to
d05e9a2
Compare
Rebased onto master |
Can we at least go back to fading things out after some mouse inactivity? |
☑️ Resolves
🖌️ UI Checklist
🖼️ Screenshots / Screencasts
🚧 Tasks
🏁 Checklist