lbry-desktop/ui/component/livestreamLayout
infinite-persistence 3b98f73a0f Fix livestream countdown i18n
Ticket: 1228

## Code changes
- Pass through `getTimeAgoStr` so that the value gets localized.
- Pass the simpler `number` around instead of the `moment` object for better memoization.

## Notable differences
Due to how `getTimeAgoStr` is written, we now get to see the time actually counting down, vs "in a few seconds" currently in production.  I think the counting-down behavior was the original intentional, since a 1s timer was used (otherwise, a 1-minute timer could be used) ... or maybe not since streams may not start on the dot.
2022-03-31 08:25:32 -04:00
..
index.js Add drawer subtitle (ex view count for livestreams) 2022-02-08 12:35:40 -05:00
view.jsx Fix livestream countdown i18n 2022-03-31 08:25:32 -04:00