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

update smartlink not to be on the whol menu #55

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

IvanKiral
Copy link
Contributor

Motivation

Which issue does this fix? Fixes #issue number

If no issue exists, what is the fix or new feature? Were there any reasons to fix/implement things that are not obvious?

Checklist

  • Code follows coding conventions held in this repo
  • Automated tests have been added
  • Tests are passing
  • Docs have been updated (if applicable)
  • Temporary settings (e.g. variables used during development and testing) have been reverted to defaults

How to test

If manual testing is required, what are the steps?

@IvanKiral IvanKiral requested a review from a team as a code owner October 12, 2023 05:57
@netlify
Copy link

netlify bot commented Oct 12, 2023

Deploy Preview for new-sample-app ready!

Name Link
🔨 Latest commit 7fa1046
🔍 Latest deploy log https://app.netlify.com/sites/new-sample-app/deploys/6528da2ef5fb5c000891218c
😎 Deploy Preview https://deploy-preview-55--new-sample-app.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.

@vercel
Copy link

vercel bot commented Oct 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ficto-healthtech ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 13, 2023 5:53am
ficto-healthtech-qa ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 13, 2023 5:53am
ficto-imaging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 13, 2023 5:53am
ficto-imaging-qa ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 13, 2023 5:53am
ficto-surgical ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 13, 2023 5:53am
ficto-surgical-qa ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 13, 2023 5:53am

@@ -182,6 +181,7 @@ export const Menu: FC<Props> = (props) => {
<Bars3Icon className="w-6 h-6" />
</button>
</div>
<div {...createItemSmartLink(props.item.system.id)} />
Copy link
Member

Choose a reason for hiding this comment

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

We have the StandaloneSmartLinkButton component for this purpose. Do you think it would be a good fit here?

Copy link
Member

@JiriLojda JiriLojda left a comment

Choose a reason for hiding this comment

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

Lovely

@JiriLojda JiriLojda merged commit 790cb5a into main Oct 16, 2023
12 checks passed
@JiriLojda JiriLojda deleted the DEVREL-992_fix_smartlink_menu branch October 16, 2023 11:33
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