Treeki / MeteoNook

weather prediction tool for Animal Crossing: New Horizons
GNU Affero General Public License v3.0
279 stars 59 forks source link

[suggestion/enhancement] Multiple island overview page #10

Open Starwort opened 4 years ago

Starwort commented 4 years ago

As in the title, it could be quite useful to show the 'today', 'tomorrow', and 'coming up' cards (and maybe the constellation) for each island at once, to allow for quicker comparison between the player's (friends') islands

Treeki commented 4 years ago

Hm, this would require some changes to the current flow of the interface as right now MeteoNook assumes that you have one active island and displays the data for this one on all tabs. I also planned on adding more info to the Overview, which would make it a bit messy if all of those cards are duplicated.

I’d like to have a way to do this, but I’m wary of adding too many different views to MeteoNook and making the interface overly complicated - the tab bar is already annoying me as it no longer fits on one row on mobile devices :p

Starwort commented 4 years ago

That's entirely fair! Perhaps for the current tabs, there's a way of having sliding tabs for the mobile interface (a la material design, with a bit of javascript code to detect a swipe?) - but I don't understand the framework you're using here