diff --git a/code/websites/pokedex.online/src/components/gamemaster/FilterPanel.vue b/code/websites/pokedex.online/src/components/gamemaster/FilterPanel.vue new file mode 100644 index 0000000..957d578 --- /dev/null +++ b/code/websites/pokedex.online/src/components/gamemaster/FilterPanel.vue @@ -0,0 +1,159 @@ + + + + Filter by Property: + + All Properties + + {{ path.breadcrumb }} + + + + + + Mode: + + Equals + Contains + Regex + + + Value: + + + + + + + Clear + + + + + {{ filterStats.matched }} / {{ filterStats.total }} matched + ({{ filterStats.percentage }}%) + + + + {{ filterError }} + + + + + + +