justinDeu / chatty

0 stars 1 forks source link

Abstract Message out to MessageBubble #7

Open justinDeu opened 2 months ago

justinDeu commented 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

justinDeu commented 2 months ago

When displaying messages and separating by date, it seems like the phone only displays the date when 2 consecutive messages cross a day boundary.