chromaui / addon-visual-tests

Visual Tests addon for Storybook
MIT License
30 stars 1 forks source link

Update Time Ago Shorthand Notation #178

Closed thafryer closed 5 months ago

thafryer commented 5 months ago

This PR updates our date formatting to use a similar algorithm, which was pulled from the monorepo. This implementation uses date-fns instead of moment, since moment is no longer recommended.

TO QA:

  1. Run a build and look a the time info in the Addon area.
  2. Visit the StoryInfo story (what a mouthful lol) and use the controls to adjust the time info.

    📦 Published PR as canary version: 1.1.3--canary.178.c2a97b7.0
    :sparkles: Test out this PR locally via: ```bash npm install @chromatic-com/storybook@1.1.3--canary.178.c2a97b7.0 # or yarn add @chromatic-com/storybook@1.1.3--canary.178.c2a97b7.0 ```