-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make craftedWildCardFilter use CSV and add popup (#570)
* Make craftedWildCardFilter use CSV and add popup - Modified filterPatternName so it can accept comma separated values. This will allow the user to enter specific names such as "THE CALL" or multiple values such as "THE CALL,NO HESITATION". Note that the input is always lowercased for comparisons. - make the user interface include a popup that allows default values for the craftedWildCardFilter. Also include a button to clear the field. Make the text field a bit wider to more easily enter multiple values. - populate craftedWildCardFilter popup menu with "current seasonal" and "ghost" options. - update package.json version number * update version --------- Co-authored-by: John Hunkins <[email protected]>
- Loading branch information
Showing
2 changed files
with
35 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters