Currently the application beeps every time you open it when there are stored updates.
The simplest way to fix would be just to skip one beep, but then we will not beep on the very first pixel.
Probably something to consider for WebXDC spec, having a way to know when we have loaded all the updates we have locally e.g. to show a splash screen before this would be useful. Otherwise if loading all stored updates takes a long time (merge operation can be expensive for some CRDTs) user may start editing the wrong state.
Currently the application beeps every time you open it when there are stored updates.
The simplest way to fix would be just to skip one beep, but then we will not beep on the very first pixel.
Probably something to consider for WebXDC spec, having a way to know when we have loaded all the updates we have locally e.g. to show a splash screen before this would be useful. Otherwise if loading all stored updates takes a long time (merge operation can be expensive for some CRDTs) user may start editing the wrong state.