Commit Graph

8 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
cupcakearmy 9527a499ed skip size 2024-08-27 13:26:04 +02:00
cupcakearmy f8d8fa05b0 new message 2024-08-27 10:55:59 +02:00
cupcakearmy a10d8735dd cleanup tests 2024-08-27 00:09:51 +02:00
cupcakearmy eaca1a981d cleanup 2024-08-25 22:21:45 +02:00
cupcakearmy f9962c76c1 enable to big 2024-08-23 14:27:52 +02:00
cupcakearmy fb95a68b0d test files in cli and cross with password 2023-05-25 10:17:01 +02:00
cupcakearmy d7e5a34b14 CLI (#84)
* move to packages

* update deps

* update deps

* actions maintenance

* don't use blob

* cli

* fix default import

* use synthetic default imports

* remove comment

* cli packaging

* node 18 guard

* packages

* build system

* testing

* test pipeline

* pipelines

* changelog

* version bump

* update locales

* update deps

* update deps

* update dependecies
2023-05-14 13:52:47 +02:00