Exifly / ApiVault

Your gateway to a world of public APIs.
https://apivault.dev
Other
435 stars 39 forks source link

Hover on sidebar element don't redirect on routes properly #134

Closed gdjohn4s closed 1 year ago

gdjohn4s commented 1 year ago

Describe the bug

When hovering over an item in the sidebar, the associated link is only clickable if the mouse pointer passes over the text and not over the entire element itself.

To Reproduce:

Screen Recording 2023-05-09 at 15 58 29

Expected behavior:

The user should be able to click on any hover of the item on the sidebar and go to the desired address without necessarily having to hover over the text.

Desktop (please complete the following information):

Badrnyali commented 1 year ago

Hi, i wanted to work on this issue. Is it important to stay with ul > li structure. If so i think it can be implemented with the v-slot https://router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link .

FlavioAdamo commented 1 year ago

@Badrnyali Thanks for the interest! Issue assigned.

May your code be bug-free and your coffee always hot! :)