copy text and other small changes

This commit is contained in:
2026-04-07 13:39:14 +02:00
parent 3f555079aa
commit 9b65c5f62b
9 changed files with 277 additions and 357 deletions

View File

@ -15,7 +15,7 @@ random-string = "1.1.0"
reqwest = { version = "0.13.2", features = ["stream"] }
tracing = "0.1.44"
wasm-bindgen = "0.2.114"
web-sys = { version = "0.3.91", features = ["XmlHttpRequest", "XmlHttpRequestUpload", "ProgressEvent" ] }
web-sys = { version = "0.3.91", features = [ "Navigator", "Clipboard" ] }
[features]
default = ["web"]