"New!" / "Updated!" tag (next to mod name?)
https://github.com/John-Paul-R/fibermc/blob/bb0e1d6d39d187edf40f329a787a2c54f6c8242d/public/js/favorites.js#L4-L6
This issue was generated by todo based on a TODO comment in bb0e1d6d39d187edf40f329a787a2c54f6c8242d. It's been assigned to @John-Paul-R because they committed the code.
From @Beedgehog
Can you add something where you can register your last visit (like making an account that can track when you visit) to the site and when you come back, there is a list of the mods that have been added to the list since you were gone or something similar. You might have to add a pop up that says to stop blocking trackers (if you are on Brave for example) if that is a problem (dk if it would be tho).
This is doable. I think I can even do it in a way that is entirely local, so no accounts or privacy disclaimers are needed. I'll add this to the to-do, but no ETA for the feature yet.
Current way I am considering doing this:
When feature is enabled, cache mods file to localStorage. Compare new file to cached version after load, and add tags to new version if updates have been released, or of mod does not exist in cached version.
Good idea, past me. Now do it.