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: implement ShareDropdownMenu #39

Merged
merged 5 commits into from
Oct 15, 2024
Merged

Conversation

MH4GF
Copy link
Member

@MH4GF MH4GF commented Oct 11, 2024

Share URLs for each SNS were implemented.

2024-10-11.18.20.23.mov

NOTE: linkedin seems to be an error for 401 pages.

@MH4GF MH4GF temporarily deployed to preview - service-site October 11, 2024 09:14 — with GitHub Actions Inactive
@MH4GF MH4GF temporarily deployed to preview - service-site-storybook October 11, 2024 09:14 — with GitHub Actions Inactive
@MH4GF MH4GF temporarily deployed to preview - service-site October 11, 2024 09:17 — with GitHub Actions Inactive
@MH4GF MH4GF temporarily deployed to preview - service-site-storybook October 11, 2024 09:17 — with GitHub Actions Inactive
@MH4GF MH4GF changed the title implement share dropdown menu feat: implement ShareDropdownMenu Oct 11, 2024
>
<span>{t('posts.share.facebook')}</span>
</DropdownMenuItem>
<DropdownMenuItem
leftIcon={<LinkedInIcon className={styles.icon} />}
onSelect={() => alert('Item 3 clicked')}
onSelect={handleSelect(
`https://www.linkedin.com/sharing/share-offsite/?url=${url}`,
Copy link
Member Author

Choose a reason for hiding this comment

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

It seems that if the page returns 200 statuses, as in this URL, it can be shared without any problem.

https://www.linkedin.com/sharing/share-offsite/?url=https://route06.co.jp

@MH4GF MH4GF marked this pull request as ready for review October 11, 2024 09:24
@MH4GF MH4GF requested a review from a team as a code owner October 11, 2024 09:24
@MH4GF MH4GF requested review from hoshinotsuyoshi, FunamaYukina, junkisai and sasamuku and removed request for a team October 11, 2024 09:24
Co-authored-by: hoshino tsuyoshi <[email protected]>
@MH4GF MH4GF temporarily deployed to preview - service-site October 15, 2024 04:26 — with GitHub Actions Inactive
@MH4GF MH4GF temporarily deployed to preview - service-site-storybook October 15, 2024 04:26 — with GitHub Actions Inactive
@MH4GF MH4GF requested a review from hoshinotsuyoshi October 15, 2024 04:34
Copy link
Member

@hoshinotsuyoshi hoshinotsuyoshi left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Member

@junkisai junkisai left a comment

Choose a reason for hiding this comment

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

thx!!

@MH4GF MH4GF added this pull request to the merge queue Oct 15, 2024
Merged via the queue into main with commit ed86227 Oct 15, 2024
8 checks passed
@MH4GF MH4GF deleted the implement-share-dropdown-menu branch October 15, 2024 07:25
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.

4 participants