anushibin007 / room-inator

Cool static page to list room details
https://anushibin007.github.io/room-inator/
0 stars 3 forks source link

UX: Links should be middle-clickable anchors instead of JS redirects #6

Closed anushibin007 closed 4 months ago

anushibin007 commented 6 months ago

In the grid view, when a user clicks on a card, it takes us into a room. But it is implemented using a JS redirection. If one wants to middle-click and open multiple rooms at once (for instance, for room comparison), then it cannot be done.

This needs to be fixed. Each card should have an HTML anchor href. It used to be like this before. But I removed it because all the text on the card appeared underlined. Need to figure out a way to gracefully do this.

anushibin007 commented 4 months ago

All links are URL-able now