MediaGrid
MediaGrid copied to clipboard
User information dialog
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.
this was started here: https://github.com/dismantl/MediaGrid/commit/10e3ec094ac43fc37e26c4d4c8518aea8b146294
The control for blocking a user would:
- remove them from the list of online users
- remove their messages from the chat log
- don't encrypt and send messages to them (the easiest way to do this would be to remove them from the $scope.users object)