Sekai-World / sekai-viewer

Web Database Viewer of Project Sekai
https://sekai.best
GNU General Public License v3.0
321 stars 41 forks source link

[Feature request] List of future events/gachas, counting backwards from current, for EN, TW, KR servers #505

Open Icequeen3333 opened 3 days ago

Icequeen3333 commented 3 days ago

Motivation. I like knowing how many events I have until a specific event/rerun, and I absolutely hate having to scroll through a full year of events/gachas to get to it. Also, the spoiler tag is a bit... lackluster? It feels like it's less of spoilers and more 'if you have seen the colorful corner, this isn't a spoiler.'

Suggested Implementation So I was actually going to try and work on this with my own page, and trying to find the database used here, but I cannot parse through this for the life of me, other than you guys using useState a lot to get the gachas/events.

I'd assume that taking the event/gacha list for jp, sorting it backwards, and using the same cutoff feature for the EN event time would work?

I'll work on this whenever I can for a pull request :]

Also I'll probably fix the readme with this pr because it is the basic create react app readme.