birobirobiro / awesome-shadcn-ui

A curated list of awesome things related to shadcn/ui.
https://awesome-shadcn-ui.vercel.app/
MIT License
5.18k stars 327 forks source link

Suggestion : Add "Added Date" to Items in the List #55

Open Thesmit113 opened 1 week ago

Thesmit113 commented 1 week ago

Hi, It would be great if each item in the list had an "added date" or something to help users identify newly added items.

Thanks!

birobirobiro commented 1 week ago

Hi, It would be great if each item in the list had an "added date" or something to help users identify newly added items.

Thanks!

Any suggestions on how I could do this other than putting all the data from the README in a table?

Ardian-Hoti commented 6 days ago

Hi, It would be great if each item in the list had an "added date" or something to help users identify newly added items. Thanks!

Any suggestions on how I could do this other than putting all the data from the README in a table?

I guess just put the current date you are adding the new links , in the end of the text just put - 2024-06-30 for example or different date format doesnt matter , I think this is okay

Thesmit113 commented 4 days ago

we can add the date as a badge or tag at the end of each item line:

aceternity-ui - Copy paste the most trending react components without having to worry about styling and animations. Added on 2024-06-30

Ardian-Hoti commented 4 days ago

we can add the date as a badge or tag at the end of each item line:

aceternity-ui - Copy paste the most trending react components without having to worry about styling and animations. Added on 2024-06-30

Yeah, that's better

birobirobiro commented 4 days ago

we can add the date as a badge or tag at the end of each item line:

aceternity-ui - Copy paste the most trending react components without having to worry about styling and animations. Added on 2024-06-30

This is great idea solution

Ardian-Hoti commented 4 days ago

we can add the date as a badge or tag at the end of each item line: aceternity-ui - Copy paste the most trending react components without having to worry about styling and animations. Added on 2024-06-30

This is great idea solution

so is this gonna be the last option and you'll do this ? I like it

anishshobithps commented 2 days ago

we can add the date as a badge or tag at the end of each item line:

aceternity-ui - Copy paste the most trending react components without having to worry about styling and animations. Added on 2024-06-30

This is a great idea but I still think it might be hard to spot latest ones with respect to dates.

New ones can simply shown with a different badge as NEW instead of Date, make it more easy for people to spot new ones and when a new PR is merged the action will remove NEW and replace with the Date format above as per commit history.

![NEW](https://img.shields.io/badge/-NEW-61DAFB), you can adjust colors and all on shields.io site