workadventure/front/src/Components/UI
David Négrier f4ed527fe8 Adding a global error message
This error message should be used for non fatal errors (otherwise, use the ErrorScene).
It is implemented using Svelte and the new "$errorStore".

Use `errorStore.addErrorMessage` to display the error popup with the message.

This PR uses this error message to display a popup explaining the browser is too old for WebRTC.
2021-06-04 10:33:22 +02:00
..
images Moving audio message to Svelte 2021-06-02 16:46:28 +02:00
AudioPlaying.svelte Using "standardized-audio-context" to fix compatibility of AudioContext with Safari. 2021-06-02 17:58:58 +02:00
ErrorDialog.svelte Adding a global error message 2021-06-04 10:33:22 +02:00