nfoert / cardie

An open source business card designer and sharing platform
https://cardie-uwtwy.ondigitalocean.app/
GNU General Public License v3.0
389 stars 25 forks source link

Enhance UX: Change cursor to pointer on hover for buttons #53

Closed VanshChitransh closed 1 month ago

VanshChitransh commented 1 month ago

Issue: Change cursor to pointer on hover

Description:

The hover effect for the buttons on the homepage (Try Cardie, Source Code, and Sign In) does not currently show a pointer cursor. This can be improved by changing the cursor style to pointer when hovering over these interactive elements.

Steps to Reproduce:

  1. Go to the homepage.
  2. Hover over the buttons (Try Cardie, Source Code, Sign In).
  3. Notice that the cursor remains as the default cursor, indicating no interactive action.

ScreenShot:

Screenshot from 2024-10-02 01-00-10

Expected Behavior:

The cursor should change to a pointer when hovering over these buttons to indicate interactivity.

Suggested Solution:

In the CSS, add the following rule for the buttons:

VanshChitransh commented 1 month ago

@nfoert I would love to work on this issue?

nfoert commented 1 month ago

This could be a good addition, feel free to complete this!

Vineet8800 commented 1 month ago

Hi @nfoert, I would like to contribute to this update. Please add me to assignee.

nfoert commented 1 month ago

Hi @nfoert, I would like to contribute to this update. Please add me to assignee.

@VanshChitransh posted this originally so they're assigned to it for now, I'm just trying to be fair :) If they decide to no longer work on this issue I will assign it to you instead.

Vineet8800 commented 1 month ago

Sure @nfoert, I understand that. Thank you for the reply.

VanshChitransh commented 1 month ago

@nfoert Please assign this issue to @Vineet8800

nfoert commented 1 month ago

Okay @VanshChitransh, it's @Vineet8800's now!

nfoert commented 1 month ago

Done in v0.0.7-alpha