mtlynch/whatgotdone

Prevent dupes when user clicks "More entries"

Closed this issue · 1 comments

The "More entries" is just a quick solution in response to the big influx of new users on 2020-01-31. It should do more to prevent duplicate entries:

  • Check for existing keys when appending entries to store.recentEntries
  • Disable the "More entries" button while fetching entries from the server and re-enable when the request completes.

Fixed in #449.