Skip to content

refactor: adding changes to copy to clipboard #925

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

Merged
merged 3 commits into from
Jun 15, 2021
Merged

Conversation

anandtiwary
Copy link
Contributor

Description

Please include a summary of the change, motivation and context.

Testing

Please describe the tests that you ran to verify your changes. Please summarize what did you test and what needs to be tested e.g. deployed and tested helm chart locally.

Checklist:

  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

Documentation

Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.

@codecov
Copy link

codecov bot commented Jun 11, 2021

Codecov Report

Merging #925 (a6c922e) into main (1437a9e) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #925   +/-   ##
=======================================
  Coverage   85.14%   85.14%           
=======================================
  Files         806      806           
  Lines       16636    16638    +2     
  Branches     2093     2094    +1     
=======================================
+ Hits        14164    14166    +2     
  Misses       2440     2440           
  Partials       32       32           
Impacted Files Coverage Δ
...ts/assets-library/src/icons/icon-library.module.ts 100.00% <ø> (ø)
...c/copy-to-clipboard/copy-to-clipboard.component.ts 92.30% <100.00%> (+0.30%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1437a9e...a6c922e. Read the comment docs.

@github-actions

This comment has been minimized.

@@ -52,7 +52,7 @@ export class CopyToClipboardComponent implements OnInit, OnDestroy {
public size?: ButtonSize = ButtonSize.Small;

@Input()
public icon?: IconType = IconType.CopyToClipboard;
public icon?: IconType = IconType.ContentCopy;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is different than copy to clipboard and meant to replace it, can we remove the old one

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have to check with Michael on this, but this one looks better and is coming from material directly.

@github-actions

This comment has been minimized.

@anandtiwary anandtiwary marked this pull request as ready for review June 15, 2021 20:48
@anandtiwary anandtiwary requested a review from a team as a code owner June 15, 2021 20:48
@anandtiwary anandtiwary merged commit e1d2f61 into main Jun 15, 2021
@anandtiwary anandtiwary deleted the copy-to-clipboard branch June 15, 2021 20:49
@github-actions
Copy link

Unit Test Results

    4 files  258 suites   12m 53s ⏱️
929 tests 929 ✔️ 0 💤 0 ❌
935 runs  935 ✔️ 0 💤 0 ❌

Results for commit e1d2f61.

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.

2 participants