Remix.run Logo
voidnap a day ago

The search results aren't hyperlinks? So middle clicking to open in a new tab does nothing. Odd choice.

yawaramin a day ago | parent | next [-]

Yeah, unfortunately, looks like they're `<div hx-get>`. This is exactly what I tell everyone to avoid in htmx: https://dev.to/yawaramin/why-hx-boost-is-actually-the-most-i...

llovan a day ago | parent | prev [-]

Thanks for catching this. I had implemented the cards as HTMX-clickable divs, which broke native link behavior. I just shipped a fix: search result cards are now real anchor links, so middle-click/cmd-click/ctrl-click work normally while plain clicks still use the in-page HTMX transition.