rootabeta / YAFFeather

Yet Another Fork of Feather
MIT License
0 stars 3 forks source link

Store current nation in local storage #6

Open rootabeta opened 11 months ago

rootabeta commented 11 months ago

Going from template=none to the RO page requires a pit-stop through the Region Admin page to pick up the current nation name. The nation name should be cached in the browser on pageload (or things like accepting WA, etc.) if present, to allow us to recall the most recent nation name and skip the extra step in all cases.

rootabeta commented 5 months ago

This approach has been tested in https://github.com/rootabeta/Railgun to great success