You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some people's recaps can have thousands of maps, so I think it would help if:
The recap could have pagination, instead of infinite scrolling
The user could choose to only load the maps from the last day / week / month / etc.
For the latter, the plugin could keep a JSON with the map UUIDs and when they were last played, and only load the files that match those UUIDs in that time frame. Something like
we could also use the last modified time of the file to detect when it was last played, that is how the current implementation works in the recap display
Suggestion
Some people's recaps can have thousands of maps, so I think it would help if:
For the latter, the plugin could keep a JSON with the map UUIDs and when they were last played, and only load the files that match those UUIDs in that time frame. Something like
(example uses epoch time)
Credits
Time filter idea originally suggested by Tarpor on the Openplanet Discord server (Link)
The text was updated successfully, but these errors were encountered: