beyond-all-reason / BYAR-Chobby

55 stars 62 forks source link

Searchbar for the games list #668

Closed jere0500 closed 1 month ago

jere0500 commented 1 month ago

I've added a search function as mentioned in #616 and would like some feedback. It searches the entered strings in the title, mapName and players.

Right now it is case-insensitive, but it could be a good idea to also trim the strings or maybe even implement some fuzzy search (would probably hit performance more).

For me it seems snappy/ performant enough, but i have not done performance checks yet.

Screenshot_20240506_194852

Screenshot_20240506_194914