Open justinDeu opened 2 months ago
Create a MessageBubble to visually display a single message in the chat window.
Make it a ListItem to learn about implementing on top of someone else's trait? struct? Learn about what those are called in rust-lingo
When displaying messages and separating by date, it seems like the phone only displays the date when 2 consecutive messages cross a day boundary.
Create a MessageBubble to visually display a single message in the chat window.
Make it a ListItem to learn about implementing on top of someone else's trait? struct? Learn about what those are called in rust-lingo