Background
In a Collection's sketch list view, each sketch has a dedicated row with an "X" button to remove it from the collection. However, the purpose of this button might not be clear to some users.
As a short-term improvement, we would like to add a tooltip with the text "Remove from Collection", which can immediately communicate the button's purpose.
Suggestions to Start
- Identify the component responsible for rendering the Collection view pictured above, and add a tooltip that appears on hover and keyboard focus.
- Examine how tooltips are integrated in other areas of the p5.js editor. One current implementation can be found in the dropdown menu pictured below.
