Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMP] Clipboard: support images in the clipboard #5098

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    2f16241 View commit details
    Browse the repository at this point in the history
  2. [IMP] Clipboard: support images in the clipboard

    This commit adds the support of images in the clipboard. Namely,
    - Pasting an image from the OS clipboard will automatically upload it to
      the filestore and dispatch a CREATE_IMAGE accordingly.
    - Copying a chart or an image from the spreadsheet will add it to the
      oOS clipboard. It can then be pasted somewhere else, like a discuss
    app, a text editor, etc. as long as they support this type of import.
    
    Task: 4235104
    rrahir committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    59252c2 View commit details
    Browse the repository at this point in the history