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

Show confirmation before leaving room #2113

Merged
merged 2 commits into from
Feb 3, 2016

Commits on Feb 3, 2016

  1. hide "leave/hide room" buttons when showing unread message counter

    The unread message counter overlapped the "leave room" button, but if
    a user clicked on the counter, the "leave room" button was still active,
    causing users to accidentially leave the room.
    
    Prevent this by hiding the leave buttons if unread messages are shown.
    Dennis Brakhane committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    2d4d630 View commit details
    Browse the repository at this point in the history
  2. Show confirmation dialog on leave/hide room

    Dennis Brakhane committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    997ef54 View commit details
    Browse the repository at this point in the history