You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initialization of sync takes a time, usually 2..7 seconds.
Currently during this time the popup dialog is on the page and nothing happens.
It would be good to let the user know that 'operation is in progress' , like:
show yet another popup blocking the page
or
disable controls on current popup and show some message on popup
or
some other cool way.
The waiter message should be shown between these points:
A) chrome.send('setupSyncHaveCode', ...) or
chrome.send('setupSyncNewToSync'
B) function syncSetupError(error: string) or
function showSettings (settings: any, devices: any)
Steps to Reproduce
Create sync chain on one device 1
Connect device 2 to sync chain with code words
While it does processing should be displayed waiter message
Brave version (brave://version info)
Reproducible on current release:
Does it reproduce on brave-browser dev/beta builds?
yes
Description
Initialization of sync takes a time, usually 2..7 seconds.
Currently during this time the popup dialog is on the page and nothing happens.
It would be good to let the user know that 'operation is in progress' , like:
or
or
The waiter message should be shown between these points:
A) chrome.send('setupSyncHaveCode', ...) or
chrome.send('setupSyncNewToSync'
B) function syncSetupError(error: string) or
function showSettings (settings: any, devices: any)
Steps to Reproduce
Brave version (brave://version info)
Reproducible on current release:
yes
Additional Information
Related issue #2130
The text was updated successfully, but these errors were encountered: