mpizenberg/annotation-app

Using a different mouse cursor for each tool

Offen

#18 geöffnet am 24.04.2018

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Elm (3 Forks)auto 404
UIfeature requestgood first issue

Repository-Metriken

Stars
 (31 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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