MediaGrid icon indicating copy to clipboard operation
MediaGrid copied to clipboard

User information dialog

Open dismantl opened this issue 11 years ago • 2 comments

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 avatar Mar 15 '14 19:03 dismantl

this was started here: https://github.com/dismantl/MediaGrid/commit/10e3ec094ac43fc37e26c4d4c8518aea8b146294

dismantl avatar Mar 15 '14 20:03 dismantl

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)

dismantl avatar Mar 15 '14 20:03 dismantl