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

Dropzone: Add "Copy link" button for new uploads #22517

Merged
merged 4 commits into from
Jan 19, 2023

Commits on Jan 18, 2023

  1. Dropzone: Add "Copy link" button for new uploads

    Once an attachment is successfully uploaded via Dropzone, display a
    "Copy link" under the "Remove file" button.
    Once the button is clicked, depending if the attachment is an image or
    a file, the appropriate markup is written to the clipboard, so it can
    be conveniently pasted in the description.
    fsiddi committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    3247cb6 View commit details
    Browse the repository at this point in the history
  2. Address lint-frontend errors

    fsiddi committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    824bd68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc35f34 View commit details
    Browse the repository at this point in the history
  4. Address lint-frontend errors

    fsiddi committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    9e77dce View commit details
    Browse the repository at this point in the history