mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-11-02 00:16:07 +00:00
Affinage filtre équipement
This commit is contained in:
parent
0215252ff2
commit
fbbea33bd4
1 changed files with 16 additions and 16 deletions
|
|
@ -748,7 +748,7 @@ namespace AideDeJeu.ViewModels
|
||||||
{
|
{
|
||||||
new Filter() { Key = FilterKeys.Type, Name = "Type", KeyValues = Types, _Index = 0 },
|
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.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();
|
RegisterFilters();
|
||||||
}
|
}
|
||||||
|
|
@ -791,7 +791,7 @@ namespace AideDeJeu.ViewModels
|
||||||
|
|
||||||
public override List<KeyValuePair<string, string>> Types { get; } = new List<KeyValuePair<string, string>>()
|
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", "Armure" ),
|
||||||
new KeyValuePair<string, string>("Armure légère", " Armure légère" ),
|
new KeyValuePair<string, string>("Armure légère", " Armure légère" ),
|
||||||
new KeyValuePair<string, string>("Armure intermédiaire", " Armure intermédiaire" ),
|
new KeyValuePair<string, string>("Armure intermédiaire", " Armure intermédiaire" ),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue