[devtools] Update Chat rendering to support blockquote #254
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
This PR addresses #243, where the dev tools aren't able to render quoted messages. The change here adds support for those and other common message formatting. There's still plenty ways to go if we want full parity with the Teams client - adaptive cards, deep link chiclets, code snippet colorization etc - but this moves us in the right direction.
Before this change, the message list would simply render the message payload as text:

After this change, quoted messages render similar to the standard Teams client, with timestamp and all:

How tested
npm run dev --workspace=@tests/echo
and sent myself a message. The quoted reply now rendersStorybook screen shots
Here's to illustrate how we support common message formatting:
Dark mode, received message

Light mode, sent message
