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

User information dialog #15

Open
dismantl opened this issue Mar 15, 2014 · 2 comments
Open

User information dialog #15

dismantl opened this issue Mar 15, 2014 · 2 comments

Comments

@dismantl
Copy link
Owner

The chat app needs a way to display information about a chat participant, including the user. The display should use accessible and appropriate iconography and language to show the person's name and fingerprint. It should also include a toggle control for blocking a user.

@dismantl
Copy link
Owner Author

this was started here: 10e3ec0

@dismantl
Copy link
Owner Author

The control for blocking a user would:

  1. remove them from the list of online users
  2. remove their messages from the chat log
  3. don't encrypt and send messages to them (the easiest way to do this would be to remove them from the $scope.users object)

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

No branches or pull requests

1 participant