dappros / ethora

A 'super app' engine for your project. React Native (iOS, Android) and React.js (Web, desktop). Social Sign In 🄵, Messaging 💬 (chat, voice, push notifications), Web3 Wallet 🪪 (profile QR, documents, coins, NFT), DLT 🔐 (provenance, crypto signing), Gamification 🤩, Social Commerce and more.

Home Page:https://ethora.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web - client - Chats - Leave room

dzinzyura opened this issue · comments

Goal:
Introduce a possibility to leave the chat room for regular users.

Affected metric:

  • UI/UX enhancements
  • Ease of chatrooms handling

Story:
As a regular user, I was invited to the room. After sending some messages I decided to leave. I go to chat details screen and can see the [exit] icon on the Chat Image. When I click on it, I receive a "warning" message. I click on "Leave" and room is deleted for me.

Description:
Implement the way for leaving the room for regular users. You can use the same logic as we have for chat owners.

  1. Change the icon to [leave] one

e.g.
image

  1. Add a warning message as we have for app owners:
image

But change the text:

Leave room

Do you want to leave this room?

[Cancel] [Leave]

2023-08-11.10.33.36.mov

awesome! this way even better, than in chat details. thank you @dendidibe !