ToddSpainhour / trash-tracker

0 stars 0 forks source link

Ts sort by date 2 #78

Closed ToddSpainhour closed 4 years ago

ToddSpainhour commented 4 years ago

Added a new property called timestampForSorting that captures a unique number when submitting a new trash object. Using it with the sort method, I can now display the cards from newest to oldest...with no deprecation warning this time.