mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2026-06-10 11:16:48 +00:00
feat: add image paste support
Add image paste functionality allowing users to paste images directly from the clipboard as files. Uses the standard DataTransfer API (clipboardData.items) for cross-browser compatibility. On the download page, images are now displayed as previews in addition to the download option. Also fix Rust 2024 never-type-fallback compatibility by adding turbofish type annotations to redis crate calls.
This commit is contained in:
@@ -36,7 +36,10 @@
|
||||
"advanced": {
|
||||
"explanation": "By default, a securely generated password is used for each note. You can however also choose your own password, which is not included in the link.",
|
||||
"custom_password": "custom password"
|
||||
}
|
||||
},
|
||||
"pasting": "Pasting image...",
|
||||
"pasted_images": "Pasted Images",
|
||||
"remove": "Remove"
|
||||
},
|
||||
"show": {
|
||||
"errors": {
|
||||
|
||||
Reference in New Issue
Block a user