Based on a PR review discussion, this PR adds an event (i.e., DialogVariantChangedEvent) that allows us to change the dialog's visual variant style in order to make it more engaging for the user.
For example, we can now change the dialog variant when a successful state is reached:
Resolves https://github.com/tiny-pilot/tinypilot/issues/1639
Based on a PR review discussion, this PR adds an event (i.e.,
DialogVariantChangedEvent
) that allows us to change the dialog's visual variant style in order to make it more engaging for the user.For example, we can now change the dialog variant when a successful state is reached: