evansloan / collectionlog.net

MIT License
17 stars 5 forks source link

Add indicator when item data out of sync. #43

Closed kspanier2013 closed 1 year ago

kspanier2013 commented 1 year ago

Closes #42

Added indicator to the user log page when total item counts don't align with the total uniques obtained.

Wasn't sure of the proper place to put the logic, but wanted to only do it once on collection log load. I can refactor it into a service or React-equivalent if necessary.

Example when it doesn't apply: image

Example when it does: image