when viewing the data for org.hypercerts.def#smallImage or largeImage it has the link but then it doesnt link to any image just the ref is provided and the image is displayed. it would be nice to have a proper link to it just like pdsls.dev
Type: feature Project: impactindexer
Fixed! The $link CID in blob objects is now rendered as a clickable link that opens the blob directly in a new tab.
Changes made to JsonView.tsx:
{pdsUrl}/xrpc/com.atproto.sync.getBlob?did={did}&cid={cid}This works for all blob types (images, audio, and any other blobs) in the data explorer. Similar to how pdsls.dev shows blob links.