icykoneko / ff14-fish-tracker-app

FF14 Fish Tracker App
https://ff14fish.carbuncleplushy.com
MIT License
61 stars 21 forks source link

Have first time visitors get request for expansion selector to reduce load time #161

Open icykoneko opened 5 days ago

icykoneko commented 5 days ago

A member of the Fishcord made this recommendation for reducing the site's load time for new users. It would also make it a lot less daunting given there's now over 1000 fish in the tracker.

Basically, we can already detect a visitor is new to the site by checking for the local settings. Currently, this check is used to control the spoilers prevention popup, so it'd need to be expanded to include this feature as well. Most likely it would straight up replace the spoiler message since they'd be selecting the patches themselves.

Maybe indicate a patch is brand new on that selection screen? That's maybe a separate issue.