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.
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.