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
Let's say I made a mistake that I accidentally pressed the reset button. I expected some confirmation UI appears, but there was nothing. So I have to undoing options manually from my memory, and while doing it, I find there is actually 'Undo' button at the top of the settings page.
Steps to reproduce
In the settings page, click 'Reset all settings to defaults'
No confirmations or undo buttons is shown right at that moment
Panic
Expected behavior
An undo button or a reset confirmation should be in visible area at that moment, right after clicked the reset button.
Possible solution
I think replacing reset button to 'Undo' would be great, like clicking
[[ Reset all ]]
is replaced to
✔️ All are reset [[ Undo ]]
.
Or putting the toast message at the bottom is also okay I think?
Related repository: TinyWebEx/AutomaticSettings
Bug description
out.mp4
Let's say I made a mistake that I accidentally pressed the reset button. I expected some confirmation UI appears, but there was nothing. So I have to undoing options manually from my memory, and while doing it, I find there is actually 'Undo' button at the top of the settings page.
Steps to reproduce
Expected behavior
An undo button or a reset confirmation should be in visible area at that moment, right after clicked the reset button.
Possible solution
I think replacing reset button to 'Undo' would be great, like clicking
is replaced to
.
Or putting the toast message at the bottom is also okay I think?