lukejacksonn / react-slack-clone

Complete chat application, built with Chatkit | by @lukejacksonn
https://pusher.com/chatkit
MIT License
1.35k stars 262 forks source link

Delete or remove room #68

Open KBoohene opened 6 years ago

KBoohene commented 6 years ago

Hi everyone, I wanted to ask if anyone had any ideas for the UI or UX aspect when deleting a room? I've started looking at how it would work codewise but stuck on how to apply that to the user interface. I was initially thinking of adding some icon to the right of each room name in the room list column but still looking for a better way of doing this.

KBoohene commented 6 years ago

Hi everyone following up on this, I just realised that based on the ChatKit API, there is a difference between deleting a room, and leaving a room. I'm looking for any UX ideas on how these processes (deleting and leaving) should go?

yhlong0 commented 6 years ago

image

On the left panel, you have all the rooms, people can leave the room quickly swipe the screen then show a leave button, or you could add a small x icon. On the right side of the panel, you have room settings, if you are the owner, you should click on settings and delete the room.

Hope it helps.

ichetanbhatt commented 5 years ago

I would like to create it. Is anyone working on it?