-
Notifications
You must be signed in to change notification settings - Fork 83
Wishlist: Add a revoke for site button. #166
Comments
I suspect I will torture myself endlessly trying to find the proper icon from FontAwesome to use for this action. |
Lol. I will to try find some when I have some free time. |
How about changing the current erase icon to the clear the current site/domain temporaryt rule and add this broom icon for the erase all temporary rule. https://www.iconfinder.com/icons/38988/clear_edit_sweep_sweeper_icon#size=128 |
I prefer to stick with what http://fontawesome.io/ has to offer. There are great advantages for using font-based icons, which are easy scaling and colouring. I chose to go the FontAwesome route because I ended up spending way too much time in Gimp, Inkscape, etc. and this was quite tedious whenever I wanted to re-colour or re-scale etc. With FontAwesome, I just need to play with CSS directives and that takes care of the color, scale, etc. |
Then how about the trash icon in fontawesome. Trash for remove all and then erase for per site. |
I created a local version which opens a popup when user click, from which the user can choose whether to delete temporary rules for current matrix or all. I think I will make the popup come up when the mouse hovers over the button so as to avoid an extra click. Side effect benefits I like with this solution:
|
Ok no need for poup menu, I just used a trick which is made possible by font-based icons: I used multiple small replica of the eraser icon as if one single icon. So the multiple little erasers convey the idea that this will erase all temporary rules, while the single eraser convey the idea that this will erase only what is currently visible in the matrix. |
Fixed in a6a9dcf. |
The current erase will erase all temporary rules. I suggest to add a button that will only erase temporary rule for the current site. Just an improvement.
The text was updated successfully, but these errors were encountered: