Skip to content

Commit

Permalink
Add size filter options
Browse files Browse the repository at this point in the history
  • Loading branch information
wraythex authored Sep 13, 2023
1 parent 0af7515 commit fc223eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions static/js/utils/utils.store.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ const StoreOptions = {
default: false,
type: StoreTypes.Boolean
},
filterPokemonBySize: {
default: false,
type: StoreTypes.Boolean
},
filterPokemonBySizeOptions: {
default: [1, 2, 3, 4, 5],
type: StoreTypes.JSON
},
excludedPokemon: {
default: new Set(),
type: StoreTypes.Set
Expand Down

0 comments on commit fc223eb

Please sign in to comment.