mpizenberg/annotation-app

Using a different mouse cursor for each tool

Open

#18 opened on Apr 24, 2018

 (0 comments) (0 reactions) (0 assignees)Elm (3 forks)auto 404
UIfeature requestgood first issue

Repository metrics

Stars
 (31 stars)
PR merge metrics
 (PR metrics pending)

Description

It is possible to personalize the cursor when the mouse is hovering an element. Reference documentation is available on the mdn doc.

The function that render the annotations area is the view function in the file client/src/View/AnnotationsArea.elm. In particular, we could add the correct pointer style in the attributes variable, depending on the current annotated image status.

Contributor guide