mcnaveen / liny

Privacy First, Open Source Customer Feedback Management Platform
https://liny-dev.vercel.app/liny
GNU Affero General Public License v3.0
26 stars 8 forks source link

fix(upvote button): reduced upvote button size and unintentional shrinking #31

Open vignesh-udhay opened 1 month ago

vignesh-udhay commented 1 month ago
  1. Upvoted button size: The width of the upvote button was reduced to be smaller than its height, creating a more compact appearance.
  2. Zero vote display: The number of votes is now displayed even when it's zero, making it clear that the button is for upvoting.
  3. Layout adjustments: The overall layout was modified, which unintentionally caused the upvote button to shrink in size.

Fixes #4 #5.

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

vercel[bot] commented 1 month ago

@vignesh-udhay is attempting to deploy a commit to the MC Naveen's projects Team on Vercel.

A member of the Team first needs to authorize it.

mcnaveen commented 1 month ago

Hi @vignesh-udhay Thanks for the PR. I'm reviewing it now. Btw, did you setup a hacktoberfest profile already?

mcnaveen commented 1 month ago

Nice work so far.

Could you fix one more thing? https://github.com/mcnaveen/liny/blob/dev/components/boards/card.tsx

gQUVQzvG4rQwat8e000050

vignesh-udhay commented 1 month ago

Hi @vignesh-udhay Thanks for the PR. I'm reviewing it now. Btw, did you setup a hacktoberfest profile already?

No. I haven't set one up. Should I?

vignesh-udhay commented 1 month ago

Fixed the board card issue and I've also created hacktoberfest profile.