KenEucker / biketag-vue

A vue app for the game of BikeTag played worldwide at biketag.org including the published biketag-vue component library
https://biketag.org
GNU Affero General Public License v3.0
22 stars 13 forks source link

add player search #251

Closed wbholland closed 4 months ago

wbholland commented 4 months ago
image image image

Lets you search for players by username from the /players page. Also changes usernames to not render in all caps, as that made it hard to differentiate them, being case-sensitive.

what-the-diff[bot] commented 4 months ago

PR Summary

KenEucker commented 4 months ago

@wbholland thank you for the PR and the accompanying screenshots! Things look pretty good to me so I am going to approve and merge this PR into develop and continue testing. There are a couple of concerns, or things I want to verify haven't impacted other parts of the site, and I will let you know if I feel anything needs to change.

Thank you so much for your contribution!

wbholland commented 4 months ago

I've just noticed some issues navigating using the back button. I'll look into a fix when I can