Users may post messages that are quite long - in terms of number of characters. We would want to limit that, and allow users to expand/see in another view messages that are too long using a "view more" button.
ACs:
- Messages over Nx1000 characters are truncated at the last word before we reach the limit (N should be determined with experimentation)
- Truncated messages have a "view more" button available
- Expanding a message opens up a sliding modal where the full message is rendered
Optional:
- The expanded view allows users to interact with the message (react, start thread, reply, etc) - this could be a new whole new feature!
Users may post messages that are quite long - in terms of number of characters. We would want to limit that, and allow users to expand/see in another view messages that are too long using a "view more" button.
ACs:
Optional: