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

Mobile - List of Chats screen

phwizard opened this issue · comments

We need our 'lobby' or List of Chats screen finalized based on your design.

Overall design is good, however see if you could do a better spacing for tabs - perhaps spaced out horizontally like in other design examples.

Also please add a variation with search input and " + New Chat" button which appear if user pulls the list down.

Tabs should be named as following:
Favorites, Groups, Private

Screenshot 2023-11-02 at 14 34 54

@mykolapylypchukk you can start implementing the changes from the provided layout for the chat list. After @polipivnenko sends you the updated "Create a new chat" layout, you can take it for implementation as well.

In the layout, the search bar appears when the user drags the screen down. disappears/hides - when swipe up

When creating a new chat, don't you need a part with adding participants? Is the name, photo and description enough?

@polipivnenko yes, users can be added / invited via a chat link or chat QR-code directly from the chat.

Screenshot 2023-11-10 at 10 34 48 AM

@dzinzyura other screens tasks should be created as separate issues, not as comments

When creating a new chat, don't you need a part with adding participants? Is the name, photo and description enough?

@polipivnenko Room name is enough. Photo and description are optional. Users can be added / invited separately as Vlad has mentioned.

The design of these screens has already been implemented. We'll return to UI & UX improvements (namely animations, swipes, etc.) after the main screens of the application are updated

@phwizard