mpizenberg/annotation-app

Using a different mouse cursor for each tool

Ouverte

#18 ouverte le 24 avr. 2018

 (0 commentaire) (0 réaction) (0 personne assignée)Elm (3 forks)auto 404
UIfeature requestgood first issue

Métriques du dépôt

Stars
 (31 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur