1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-11-01 16:05:42 +00:00

Affinage filtre équipement

This commit is contained in:
Yan Maniez 2018-07-27 17:41:16 +02:00
parent 0215252ff2
commit fbbea33bd4

View file

@ -748,7 +748,7 @@ namespace AideDeJeu.ViewModels
{
new Filter() { Key = FilterKeys.Type, Name = "Type", KeyValues = Types, _Index = 0 },
new Filter() { Key = FilterKeys.MinPrice, Name = "Prix Minimum", KeyValues = Prices, _Index = 0 },
new Filter() { Key = FilterKeys.MaxPrice, Name = "Prix Maximum", KeyValues = Prices, _Index = 7 },
new Filter() { Key = FilterKeys.MaxPrice, Name = "Prix Maximum", KeyValues = Prices, _Index = 9 },
};
RegisterFilters();
}
@ -791,7 +791,7 @@ namespace AideDeJeu.ViewModels
public override List<KeyValuePair<string, string>> Types { get; } = new List<KeyValuePair<string, string>>()
{
new KeyValuePair<string, string>("", "Toutes" ),
new KeyValuePair<string, string>("", "Tous" ),
new KeyValuePair<string, string>("Armure", "Armure" ),
new KeyValuePair<string, string>("Armure légère", " Armure légère" ),
new KeyValuePair<string, string>("Armure intermédiaire", " Armure intermédiaire" ),