HintMachine / hintMachine

HintMachine is a program giving hints for your Archipelago games.
MIT License
9 stars 11 forks source link

Add a search bar inside the game selection window #46

Closed Dinopony closed 8 months ago

Dinopony commented 8 months ago

Inside the GameSelectionWindow, add above the game list a TextBox used as as a "search bar" for games. As the user types text in this TextBox, it will automatically filter the list only showing games that contain the TextBox contents either in its name or in its platform name, doing case insensitive checks.

This is the expected behavior through a few use cases:

Having some kind of magnifying glass icon greyed out in the background could help noticing it's an actual search box, or maybe an initial placeholder text like "Search for games..." which would go away when first clicking on the box.