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
{{ message }}
This repository was archived by the owner on May 19, 2026. It is now read-only.
The current UX of the Labels dialogue within ANNOTATE means once a user clicks away it closed - this was to preserve visual retail space allowing for a clear focus on the image. This however may mean that some users have to keep clicking to open the Labels dialogue, making for a more annoying UX.
Solution
Add the ability to pin the dialogue which then stays open. This was originally designed but never implemented. The original solution was to have a pin icon where the close icon now exists within the popper dialogue. This is a toggle button, which when on means the user can click away without the dialogue closing.
Problem
The current UX of the
Labelsdialogue within ANNOTATE means once a user clicks away it closed - this was to preserve visual retail space allowing for a clear focus on the image. This however may mean that some users have to keep clicking to open theLabelsdialogue, making for a more annoying UX.Solution
Add the ability to pin the dialogue which then stays open. This was originally designed but never implemented. The original solution was to have a
pinicon where thecloseicon now exists within the popper dialogue. This is a toggle button, which when on means the user can click away without the dialogue closing.Considered Alternatives
N/A