cinny-desktop icon indicating copy to clipboard operation
cinny-desktop copied to clipboard

Added paste image support

Open tobias-kuendig opened this issue 1 year ago • 6 comments

Description

This PR introduces support to paste images. It utilizes the arboard crate to fetch image data from the clipboard, then provides it as a base64 encoded string to the frontend using a Tauri command.

This PR depends on https://github.com/cinnyapp/cinny/pull/1238

Fixes https://github.com/cinnyapp/cinny-desktop/issues/69

Tested on Ubuntu 22.04 LTS on Wayland.

Type of change

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [X] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] This change requires a documentation update

Checklist:

  • [X] My code follows the style guidelines of this project
  • [X] I have performed a self-review of my own code
  • [X] I have commented my code, particularly in hard-to-understand areas
  • [X] I have made corresponding changes to the documentation
  • [X] My changes generate no new warnings

tobias-kuendig avatar May 13 '23 13:05 tobias-kuendig

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

github-actions[bot] avatar May 13 '23 13:05 github-actions[bot]

I have read the CLA Document and I hereby sign the CLA

tobias-kuendig avatar May 13 '23 13:05 tobias-kuendig

When will it be merged? Are there any blockers?

ghost avatar Sep 06 '23 14:09 ghost

When will it be merged? Are there any blockers?

+1 on this. @kfiven @ajbura can you take a look?

b1ek avatar Jan 29 '24 03:01 b1ek

Any update?

knedl1k avatar Jul 28 '24 13:07 knedl1k