particl / particl-desktop

The GUI application for Particl Markeplace and PART coin wallet. A decentralized peer to peer marketplace –free, secure, private, untraceable.
https://particl.io
GNU General Public License v2.0
178 stars 88 forks source link

MP Listings Page: Country Filter #880

Closed HenkSwardt closed 6 years ago

HenkSwardt commented 6 years ago

Currently the country filter drop-down does not have the correct data. We need to update this in line with the rest of the system

Please make use of the country list used in the shipping destination code. That should have every country that you can mail to.

See rc/core/helpers/ShippingCountries.countryList for implementation.

vikas-cis-zz commented 6 years ago

@HenkSwardt @kewde as discussed with Henk can we use below libraries I mean one of them https://www.npmjs.com/package/angular2-countrypicker https://www.npmjs.com/package/ngx-country-picker or we can just have used the static country set ?

Thanks

vikas-cis-zz commented 6 years ago

as discuss with @kewde I am integrating iso3166-2-db: "^2.2.1", this package to the frontend and grab the list

kewde commented 6 years ago

Should be fixed.