mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
Add search filter to card view window (#5791)
* refactor out search syntax help window * add search bar to ZoneViewWidget * implement filter logic
This commit is contained in:
parent
ad06814ac7
commit
3b758962e4
10 changed files with 116 additions and 40 deletions
|
|
@ -157,6 +157,7 @@ set(cockatrice_SOURCES
|
|||
src/game/filters/filter_string.cpp
|
||||
src/game/filters/filter_tree.cpp
|
||||
src/game/filters/filter_tree_model.cpp
|
||||
src/game/filters/syntax_help.cpp
|
||||
src/game/game_scene.cpp
|
||||
src/game/game_selector.cpp
|
||||
src/game/game_view.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue