hayleigh-dot-dev / hexdeck

A tiny web app to open multiple hexdocs pages at once.
12 stars 1 forks source link

Handle uppercase query params #7

Closed kevinschweikert closed 1 week ago

kevinschweikert commented 1 week ago

Hey, i tried your demo on https://hexdeck.pm on an iOS device and by default, the first character in an input field is uppercase and it couldn't find the correct hexdocs page. This should fix it, setting the input to not capitalize and by forcing the query to lowercase in update_query. This is my fist time writing Gleam, so if there's anything i could do better, i'm happy to reiterate!

hayleigh-dot-dev commented 1 week ago

Thank you so much!