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
When other party takes your order, there is a bell (audio) notification. But in Tor Browser by default NoScript disables media playback, so user will not notice that, unless manually confirming specific media file. Instead there is just this following error popup:
Would be cool to have some blinking / changing title as additional notificaiton option, so that user could have his Tor Browser minimized in the title bar and see notification there. You could also just be having sound on your computer muted for some reason as well. Something like https://stackoverflow.com/a/7617318/2704037.
The text was updated successfully, but these errors were encountered:
Changing the page title is a very clever way to bring the user attention. I think using some bright/colorful emojis for each state and making them blink will do the job very well. Cool idea!!
And indeed, NoScript blocks sound notifications #41 . Experiene so far is that a newly installed Tor Browser that has not been customize will not block RoboSats sounds (tested in Windows & Linux). In addition to that, bringing push notifications to the native Android app is the best way to go.
The new Notification component will make the tab blink with a custom message for every notification type. The blinking page title will only fire if the user is in another tab (it will not fire if the tab is on focus and the user is in another application). On user return to page, the blinking will stop. There are new notifications for "User has rewards" and "There is a new message in the chat". All notifications fire regardless of where the user is in the app, as long as the user has an active order.
The sounds are now fired from a hidden div, so in case of conflict with NoScript it should not cause any UI issue (untested).
When other party takes your order, there is a bell (audio) notification. But in Tor Browser by default NoScript disables media playback, so user will not notice that, unless manually confirming specific media file. Instead there is just this following error popup:
Would be cool to have some blinking / changing title as additional notificaiton option, so that user could have his Tor Browser minimized in the title bar and see notification there. You could also just be having sound on your computer muted for some reason as well. Something like https://stackoverflow.com/a/7617318/2704037.
The text was updated successfully, but these errors were encountered: