microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

Allow multiple outgoing messages to be sent #180

Closed janechu closed 2 years ago

janechu commented 2 years ago

Pull Request

📖 Description

This change makes it so that all outgoing messages are an array of messages. This will allow for a single message update to create multiple messages that are then sent out. As this is dealt with internally, there are no breaking changes.

This change also adds a manual testing section for the new undo/redo alpha released shortcuts.

🎫 Issues

Resolves #179

👩‍💻 Reviewer Notes

This should now enable, in the manual testing app, seeing "delete" shortcut action followed by "undo".

✅ Checklist

General

⏭ Next Steps