shadcn-ui / ui

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
https://ui.shadcn.com
MIT License
58.54k stars 3.19k forks source link

fix(examples): fixed example mail display time bug #3595

Open FlemingVincent opened 2 weeks ago

FlemingVincent commented 2 weeks ago

Bug

The <MailDisplay /> component was formatting times incorrectly. This was caused by an incorrect option when using the format() function from date-fns.

screencapture-ui-shadcn-examples-mail-2024-04-24-19_05_13

Fix

Instead of using the option ""E, h:m b"", I replaced it with ""E, h:mm b"", which always displays two digits.

screencapture-localhost-3003-2024-04-24-19_09_58

Testing

All tests are passing.

Screenshot 2024-04-24 at 7 22 33 PM

vercel[bot] commented 2 weeks ago

@FlemingVincent is attempting to deploy a commit to the shadcn-pro Team on Vercel.

A member of the Team first needs to authorize it.

thalesfsp commented 6 days ago

Who needs to authorize this? 2w already open.

FlemingVincent commented 4 days ago

@thalesfsp Not sure, but it would be nice to get his merged.