v2.5.0
Stop local & Firestore data conflicts and specify time more humanly
What's Changed
- Get item data from Firestore instead of locally by @hmellor in #28
- Apply
Prettier
formatting to all source files by @hmellor in #29 endTime
from ISO string, get items from Firebase data (not local data), and some small tweaks by @hmellor in #30- Item data,
generateRandomItemData
andgenerateItems
moves toitems.js
items[i].endTime
now specified using ISO 8601 format (much more human readable than epoch millis)endTime
sent to Firestore inTimeStamp
format for ease of viewing in Firebase console- All clocks now triggered using
setInterval
instead ofsetTimer
& recursion - Timer will show 10ths of a second when there's less than 10 minutes left (for excitement reasons)
- Item data,
Full Changelog: v2.4.0...v2.5.0