Skip to content

feat: add creator profile share action with Web Share API fallback (#…#152

Merged
Chucks1093 merged 1 commit into
accesslayerorg:mainfrom
victorEdeh:feat/115-creator-profile-share-action
Apr 25, 2026
Merged

feat: add creator profile share action with Web Share API fallback (#…#152
Chucks1093 merged 1 commit into
accesslayerorg:mainfrom
victorEdeh:feat/115-creator-profile-share-action

Conversation

@victorEdeh

Copy link
Copy Markdown
Contributor

close #115

  • Replace copy-only button with unified share action
  • Use navigator.share() when available (mobile/supported browsers)
  • Fall back to navigator.clipboard.writeText() on unsupported environments
  • Silently swallow AbortError when user dismisses native share sheet
  • Show success toast on clipboard copy, error toast on failure
  • Adapt button label and icon based on Web Share API availability
  • Remove redundant mobile-only icon button

Summary

Testing

  • pnpm lint
  • pnpm build

Checklist

  • Linked issue or backlog item
  • Scope is limited to the stated change
  • Updated docs if behavior or setup changed
  • Added screenshots for UI changes when relevant

…ccesslayerorg#115)

- Replace copy-only button with unified share action
- Use navigator.share() when available (mobile/supported browsers)
- Fall back to navigator.clipboard.writeText() on unsupported environments
- Silently swallow AbortError when user dismisses native share sheet
- Show success toast on clipboard copy, error toast on failure
- Adapt button label and icon based on Web Share API availability
- Remove redundant mobile-only icon button
@drips-wave

drips-wave Bot commented Apr 25, 2026

Copy link
Copy Markdown

@victorEdeh Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Chucks1093 Chucks1093 merged commit 4bbd925 into accesslayerorg:main Apr 25, 2026
1 check passed
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.

Add creator profile share action with Web Share fallback

2 participants