Closed SeanLeRoy closed 4 weeks ago
The only minor tradeoff from this is that the links in the "related publication" column won't be clickable in the dataset row. If we keep it that way, Lyndsay suggested that we should remove the blue link styling from that column so it doesn't look like it should be clickable (which we agreed should be fine since the link is still clickable from the side panel)
I think it still is? I'm confused about this, can you send me a video or screen share tomorrow?
Staging/prod: link has hoverable state and opens pub in new tab
https://github.com/user-attachments/assets/c7778639-ca49-4c95-9352-bf15320fb281
without pointer events: link is blue but clicking just opens the panel
https://github.com/user-attachments/assets/962e05fe-b95a-4b27-a6ae-be64aa71c859
The only minor tradeoff from this is that the links in the "related publication" column won't be clickable in the dataset row. If we keep it that way, Lyndsay suggested that we should remove the blue link styling from that column so it doesn't look like it should be clickable (which we agreed should be fine since the link is still clickable from the side panel)
The "LOAD" button on the open-source datasets page doesn't actually load the dataset. This is because the pointer-events property here is preventing that. Resolves #300