Commit Graph

10 Commits

Author SHA1 Message Date
Stefan Meinecke 3e3d528d5a 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.
2026-06-01 02:35:57 +02:00
Arya ';--bscriptalert(":)")/script 8ccfdd6e2e fix typos in english localization 2024-07-04 18:00:06 -04:00
cupcakearmy fc3938701e add reset translation 2024-03-04 18:46:00 +01:00
cupcakearmy a37a0932e0 translations 2024-02-26 17:19:29 +01:00
pgschk 45a1af7569 Fix locale en
Fix spelling: to -> too, it's -> its
2023-11-01 23:18:58 +01:00
cupcakearmy ffa2c49ea3 don't insert html anymore, use separate link section 2023-11-01 15:26:45 +01:00
MVS 6002ede685 Update en.json
Small tweaks to grammar
2023-08-03 12:07:50 -05:00
cupcakearmy 6da28a701e translations 2023-05-23 09:39:06 +02:00
cupcakearmy fe5ce580ab locales 2023-01-04 19:45:25 +01:00
cupcakearmy cacb808117 restructuring (#56)
* restructuring

* pin svelte kit version & parallel execution

* update svelte kit

* correct test result assets

* add timeout

* correct locale path

* simplify crypto

* fix for #58

* add verbosity flag

* disable flaky test
2022-10-07 21:28:25 +02:00