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

feat: implemented utility function to copy an HTML element as an image to the clipboard #3963

Merged
merged 2 commits into from
Aug 15, 2024

Conversation

nickytonline
Copy link
Member

@nickytonline nickytonline commented Aug 15, 2024

Description

This PR implements utility function to copy an HTML element as an image to the clipboard.

Related Tickets & Documents

Closes #3962

Mobile & Desktop Screenshots/Recordings

N/A

Steps to QA

N/A (not used in the app yet and has unit tests)

Tier (staff will fill in)

  • Tier 1
  • Tier 2
  • Tier 3
  • Tier 4

[optional] What gif best describes this PR or how it makes you feel?

Copy link

netlify bot commented Aug 15, 2024

Deploy Preview for design-insights ready!

Name Link
🔨 Latest commit 1081959
🔍 Latest deploy log https://app.netlify.com/sites/design-insights/deploys/66be6c70175732000811ef2c
😎 Deploy Preview https://deploy-preview-3963--design-insights.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Aug 15, 2024

Deploy Preview for oss-insights ready!

Name Link
🔨 Latest commit 1081959
🔍 Latest deploy log https://app.netlify.com/sites/oss-insights/deploys/66be6c708fe6cd000825863f
😎 Deploy Preview https://deploy-preview-3963--oss-insights.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@nickytonline nickytonline requested review from BekahHW and a team August 15, 2024 19:28
@nickytonline nickytonline added this pull request to the merge queue Aug 15, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 15, 2024
@nickytonline nickytonline added this pull request to the merge queue Aug 15, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 15, 2024
@nickytonline nickytonline added this pull request to the merge queue Aug 15, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 15, 2024
@nickytonline nickytonline added this pull request to the merge queue Aug 15, 2024
Merged via the queue into beta with commit 35a3ffe Aug 15, 2024
13 checks passed
@nickytonline nickytonline deleted the nickytonline/copy-graph-as-image branch August 15, 2024 23:49
open-sauced bot pushed a commit that referenced this pull request Aug 15, 2024
## [2.58.0-beta.1](v2.57.0...v2.58.0-beta.1) (2024-08-15)

### 🍕 Features

* implemented utility function to copy an HTML element as an image to the clipboard ([#3963](#3963)) ([35a3ffe](35a3ffe))
open-sauced bot pushed a commit that referenced this pull request Aug 16, 2024
## [2.58.0](v2.57.0...v2.58.0) (2024-08-16)

### 🐛 Bug Fixes

* better DevCard data fetching flow ([#3936](#3936)) ([a5371ee](a5371ee))

### 🍕 Features

* add button to copy DevCard image to clipboard ([#3943](#3943)) ([d15ea8c](d15ea8c))
* add redirect for oscr.me to DevCard ([#3973](#3973)) ([88853aa](88853aa))
* implemented utility function to copy an HTML element as an image to the clipboard ([#3963](#3963)) ([35a3ffe](35a3ffe))
* now the dev card page is cached for one hour ([#3968](#3968)) ([d070065](d070065))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Copy paste utility to copy an HTML element as an image to the clipboard
3 participants