-
-
Notifications
You must be signed in to change notification settings - Fork 391
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
Make Boards/Library Manager uninstall functionality easier to find #19
Comments
There should be a "remove" button |
It works well for me as it is. I do not find adding another button a good improvement. It just need to be well documented in my opinion so you do not need to find it out on your own. |
There is nothing wrong with the functionality of the button, it simply requires explanation either through documentation or experimentation. Dynamic button labels should always have grammatical consistency.
This may lead to the need for documentation. Documentation can (and should) be avoided when simply altering the user interface is the alternative.
All functions remain the same. Changes are UI. |
Closes #19 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
Describe the problem
I needed to uninstall a boards platform via Boards Manager and couldn't find the Remove button I'm used to from using Arduino IDE 1.x.
It took me quite some time to realize that the "INSTALLED" label on the entry in the list of platforms turns into an "UNINSTALL" button when you hover on it.
To reproduce
Expected behavior
Make the uninstall functionality easy for the user to discover.
Arduino IDE version
Original report
2.0.0-beta.2-snapshot.298cc11
Last verified with
76f9f63
Operating system
All
Operating system version
Any
Additional context
A minimal change that would improve the current situation would be to change the installed "INSTALLED" label to have the same border and drop shadow as the INSTALL button.
Alternatively, a Remove button could be added to mirror the Arduino IDE 1.x Boards Manager UI.
The Arduino IDE 1.x Library Manager does not have an uninstall capability, but the Arduino IDE 1.x Boards Manager does have an uninstall capability, so the latter should be used if looking for a reference design.
Issue checklist
The text was updated successfully, but these errors were encountered: