DigitalExcellence / dex-frontend

Frontend for the Digital Excellence platform
https://dex.software
GNU Lesser General Public License v3.0
10 stars 5 forks source link

Mouse Events #609

Open elislaats opened 2 years ago

elislaats commented 2 years ago

Describe the bug We found that in some places the mouse events don't really make sense.

Examples On the homepage these info-cards grow when you hover on them. This makes them seem clickable, but they're not. image

On step 7 of the wizard, the buttons seem clickable because your cursor turns in to a pointer, but they are not clickable here image

In wizard step 4 and 5 the box to drop files into is clickable, but your cursor does not turn into a pointer so it's not always clear for the user. image

❗ ❗ It could be nice to look over DeX some more and see if the mouseevents in other placers are implemented well, to fix it in other places too.

Expected behavior It should be clear to the user whether an element is clickable or not. If needed, usertest to see if it's clear 😄

Additional context This was found in a usertest that can be found here