mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-21 21:36:26 -08:00
refactor: ⚰️ Remove unimplemented Delete action
This commit is contained in:
parent
667acf54f2
commit
e617a9464e
|
@ -72,10 +72,6 @@
|
||||||
action: "open",
|
action: "open",
|
||||||
title: "Open",
|
title: "Open",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
action: "delete",
|
|
||||||
title: "Delete",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
action: "copy",
|
action: "copy",
|
||||||
title: "Copy",
|
title: "Copy",
|
||||||
|
@ -89,8 +85,6 @@
|
||||||
"/download/" +
|
"/download/" +
|
||||||
uploads[x].uploadStatus.fileId
|
uploads[x].uploadStatus.fileId
|
||||||
)
|
)
|
||||||
} else if (action == "delete") {
|
|
||||||
alert("TODO")
|
|
||||||
} else {
|
} else {
|
||||||
navigator.clipboard.writeText(
|
navigator.clipboard.writeText(
|
||||||
`${location.origin}/${uploads[x].uploadStatus.fileId}`
|
`${location.origin}/${uploads[x].uploadStatus.fileId}`
|
||||||
|
|
Loading…
Reference in a new issue