therungg / therun-frontend

Frontend for therun.gg
https://therun-fr-therun.vercel.app
MIT License
23 stars 8 forks source link

migrate to labels for search fields #262

Open florence-wolfe opened 1 month ago

florence-wolfe commented 1 month ago

We were previously manually querying for elements and controlling their focus state.

instead we'll use label elements and let that element handle it as intended.

some ids are changed in this PR to try and ensure no conflicts if there are more than 1 search on the same page. we'll need to be more exhaustive about this in the future. maybe a lint rule could catch this.

zoglo commented 1 month ago

Converting to a draft due to duplicate ids. @flo - just mark it as ready when this is resolved