Chat Conversation component #4232
Replies: 5 comments 3 replies
-
I have update the prototype. Now there are components and more CSS. 🙂 I have a problem with selecting :last-child but that is less important, for now. |
Beta Was this translation helpful? Give feedback.
-
I have opened an issue: #4238 |
Beta Was this translation helpful? Give feedback.
-
Hi @marinasundstrom can you please share your code, the above link isn't working. |
Beta Was this translation helpful? Give feedback.
-
The latest version of this is here: https://github.com/marinasundstrom/ChatApp/tree/main/src/ClientApp/Chat/Messages https://www.youtube.com/watch?v=eOEqPFWu-Os I'm thinking about adding this to YourBrand. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply, really appreciate this. Do you have any read me or video on how to use this in a brand new project ? |
Beta Was this translation helpful? Give feedback.
-
I was thinking that there should be some kind of Chat Conversation component as it is commonly occurring in a wide area of apps, and for various purposes. Like when you are posting comments in a business app.
I have been prototyping for the last hour or so. Adapting the look of this.
My CSS skills are not that great. And I'm yet to create the actual components.
I was thinking of creating components that can be combined or used standalone. Like:
ChatMessage
,ChatMessageGroup
, andChatSection
. With as much customizability as possible."Yesterday" and "Today" are Section headers.
Source code: https://github.com/marinasundstrom/item-catalog/blob/main/Client/Catalog/Messages/MessagePage.razor
Beta Was this translation helpful? Give feedback.
All reactions