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

Feature/343 - Copy Link from Card and Disable unimplemented features #345

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

D-GopalKrishna
Copy link
Contributor

Closes #343

Implemented solution:

  • implement copy link
  • disable the unimplemented feature - share experiments from the Menu list

image

@@ -309,6 +309,11 @@ const ExperimentCard = ({
setOpenDeleteDialog(!openDeleteDialog);
};

const handleCopyLink = () => {
closeFilter();
navigator.clipboard.writeText(`${window.location.origin}/experiments/${experiment.id}`);
Copy link
Member

Choose a reason for hiding this comment

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

Cool 👍

@afonsobspinto afonsobspinto merged commit 1fc41ed into develop Dec 5, 2023
3 checks passed
@afonsobspinto afonsobspinto linked an issue Dec 6, 2023 that may be closed by this pull request
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.

Copy Link from Card and Disable unimplemented features
2 participants