-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The undo button is too far from reset button #309
Comments
That is a great idea and indeed a UX flaw. As you noticed, it needs to (or rather should) be implemented in https://github.com/TinyWebEx/AutomaticSettings/ Contributions are very welcome. I've also created an issue there to track it with more details of what I'd do implementation-wise: TinyWebEx/AutomaticSettings#28 |
Hey @rugk, I'd like to work on this issue as I start my contribution into open source. |
Okay, great, please see what I've wrote before, that should give you the correct direction. |
Can I still work on this? |
As I saw @renji18 removed their assignment, I take this as a you for you @TImmykiller5. Anyway, feel free to work together/communicate here if something needs to be done etc. So yeah, sure, you can take it. And thanks a lot in advance. If you have any issues or questions, e.g. how to implement a certain thing or how a thing works, feel free to ask. Also note GitHub's help can help on topics on how to use GitHub and e.g. how to create and update pull requests. Please also read our contributing guide to see how to get started with development and help us. And please read the past communication in this issue ans PRs to see what still needs to be done. |
I see this issue is still open, I'd like to work on it, I'd place the UNDO button aside reset button, and make it look good Thanks in advance :) |
Okay, there is already a PR at #312, please have a look at it if it works out. |
I don't understand what you mean by " it should work on all extensions"?? Isnt it just a small css layout fix? |
@Hamjaster As you can see you're now the 3rd assignee of this issue - previously two person stucked for resolving this. Personally I don't think this is a
This would be fixed by small javascript and css, if this project has simple enough structure. My first saw was, it isn't. The UI I referred in issue description depends on |
Oh yeah, nowadays, I agree, let's better remove it. It is indeed somewhat difficult.
I am always open for improvements, at best as PRs. |
Can i try if this issue is still open ? :) |
You can, but as you can see in the history, it is harder than you may think it is. (So maybe look for a different issue if you're here for Hacktoberfest or so.) |
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?
The text was updated successfully, but these errors were encountered: