Open clipboard entries from history

This commit is contained in:
David Heinemeier Hansson
2026-05-29 13:54:55 +02:00
parent 766c3b9a3f
commit f60c038050
4 changed files with 128 additions and 6 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ function imagePreviewText(entry) {
if (!timestamp) return "Image"
var label = String(entry && entry.mime || "") === "image/png" ? "Screenshot" : "Image"
return label + " " + timestamp
return label + " from " + timestamp
}
function previewText(entry) {