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

Display Speech Ballon on Users Who Clicked Show or Clear #63

Merged
merged 8 commits into from
Apr 25, 2018

Conversation

hyjk2000
Copy link
Member

This resolves #61.

? ''
: !voted
? '😴'
: score
Copy link
Member

Choose a reason for hiding this comment

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

tenor-217262550

Copy link
Member Author

Choose a reason for hiding this comment

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

this.playerStatePinger.pingPlayerState(action.playerId, 'showing', 4000);
break;
case 'clear':
this.playerStatePinger.pingPlayerState(action.playerId, 'clearing', 4000);
Copy link
Member

Choose a reason for hiding this comment

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

It's better to use same state name for both show and clear action.

@just4fun
Copy link
Member

tenor-131662705

@just4fun just4fun merged commit 40e8e75 into master Apr 25, 2018
@just4fun just4fun deleted the indicate-show-clear branch April 25, 2018 13:38
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 who clicks Show or Hide
2 participants