kleros / kleros-v2

Kleros version 2
https://v2.kleros.builders
MIT License
58 stars 41 forks source link

UX bug: accidental redirection to the court when clicking on blank space #1630

Closed kemuru closed 1 month ago

kemuru commented 1 month ago

clicking on the blank space between "Court" and the court itself inside a Dispute Card will lead you to the court, but clicking on this blank space itself should not lead you to the court, but the case itself. so maybe the Field's Link shouldn't occupy full width

image

RELATED CODE: https://github.com/kleros/kleros-v2/blob/dev/web/src/components/DisputeView/DisputeInfo/DisputeInfoCard.tsx#L81-L84 https://github.com/kleros/kleros-v2/blob/dev/web/src/components/Field.tsx#L96-L112