diff --git a/src/coll-index.ts b/src/coll-index.ts
index ee0b6653..be566601 100644
--- a/src/coll-index.ts
+++ b/src/coll-index.ts
@@ -189,7 +189,6 @@ class CollIndex extends LitElement {
line-height: 0.4em;
padding: 6px;
border-radius: 10px;
- display: none;
position: absolute;
}
.copy:active {
@@ -346,7 +345,7 @@ class CollIndex extends LitElement {
`;
}
- renderCollInfo(coll) {
+ renderCollInfo(coll: Coll) {
return html`
Source
+Source
+(${coll.filename})
` - : ""} + ? html` ${coll.sourceUrl} ` + : html` ${coll.sourceUrl}`} + ${coll.sourceUrl && coll.sourceUrl.startsWith("googledrive://") + ? html` (${coll.filename})` + : ""} + this.onCopy(e, coll.sourceUrl)}" class="copy"> +Collection id
+Date Loaded
- ${coll.ctime ? new Date(coll.ctime).toLocaleString() : ""} +Total Size
- ${prettyBytes(Number(coll.totalSize || coll.size || 0))} +Description
- ${coll.desc} -Description
- ${coll.description} +Title
+Filename
+Files
@@ -525,61 +535,70 @@ class CollInfo extends LitElement { )}Filename
- ${coll.filename} -Observed By
-${domain}
- ${certFingerprintUrl - ? html`View Certificate` - : ""} + +${domain}
+ ${certFingerprintUrl + ? html`View Certificate` + : ""} +Created With
- ${software || "Unknown"} +Validation
- ${numValid > 0 || numInvalid > 0 - ? html`- ${numValid} hashes - verified${numInvalid ? html`, ${numInvalid} invalid` : ""} -
` - : html` Not Available`} ++ ${numValid} hashes + verified${numInvalid ? html`, ${numInvalid} invalid` : ""} +
` + : html` Not Available`} +Package Hash
- ${datapackageHash || "Not Available"} +Observer Public Key
- ${publicKey || "Not Available"} +Loading Mode
- ${coll.onDemand ? "Download On-Demand" : "Fully Local"} -Collection id
- ${coll.coll} +