Skip to content
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

Add an icon to the call button to draw more attention #2985

Merged
merged 1 commit into from
Feb 26, 2020

Conversation

nickvergessen
Copy link
Member

@nickvergessen nickvergessen commented Feb 20, 2020

Fix #2543

Peek 2020-03-26 18-45

@@ -80,6 +80,15 @@
@include icon-color('video', 'actions', 'E9322D', 1, true);
}

.icon-start-call,
.icon-incoming-call {
@include icon-color('video', 'actions', $color-primary-text, 1, true);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Broken on dark mode due to nextcloud/server#19565

@nickvergessen nickvergessen marked this pull request as ready for review February 24, 2020 10:12
@nickvergessen
Copy link
Member Author

/backport to stable18

@nickvergessen
Copy link
Member Author

Please review @ma12-co

Copy link
Member

@marcoambrosini marcoambrosini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice improvement!

@nickvergessen nickvergessen merged commit 1731422 into master Feb 26, 2020
@nickvergessen nickvergessen deleted the enh/noid/improve-call-experience branch February 26, 2020 14:11
@backportbot-nextcloud
Copy link

backport to stable18 in #3008

@danxuliu
Copy link
Member

There are two minor style issues (loading icon image instead of pure CSS and default cursor on icon instead of pointer) that come from the server and will be fixed there (nextcloud/server#19671 and nextcloud/server#19672).

I guess those fixes will not be backported to stable18 in server, should they be fixed only for Talk 8 in #3008 (or a follow up)?

@nickvergessen
Copy link
Member Author

I guess those fixes will not be backported to stable18 in server

If it is not important enough to backport it, then we don't backport it in talk either

@danxuliu
Copy link
Member

I guess those fixes will not be backported to stable18 in server

If it is not important enough to backport it, then we don't backport it in talk either

It is not the same; the fixes in the server are not actually "needed", because it can be solved without problems in the apps (for example, as it was done for the clipboard in Talk 7). But in Talk 8 the issue will be visible in the call button. But OK, no fix for Talk 8, less work ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display icon-loading on the right of the join-call button instead of changing text
3 participants