cycleplanet / cycle-planet

Official Cycle Planet repo, an open source and non-profit network of long distance cyclers and those who want to host them.
https://cycleplanet.org/
MIT License
10 stars 4 forks source link

Small updates #6

Closed bidsinga closed 3 years ago

bidsinga commented 3 years ago

this is a test to find out how to make a pull request from my own account

bidsinga commented 3 years ago

In Firebase, there was an old node called 'countries'. This node has later been exported to 'Country_data/$countryId/countries' and was still used in the source code. Also, many items were taking the variable list 'countriesAll', which was a list of filtered countries based on the search results. It therefor sometimes showed incorrect information, as the search was still going on and hiding some countries. Now, only the homemap makes use of 'countriesAll'. The new variable is called 'allCountries' and makes use of the node 'Country_data'.