Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Note: The original design for this feature changed from the time I wrote the ticket. Instead of a dialog, there are now just buttons and social media icons
I added the ability to share a donation by adding in buttons to copy a message ("Want to support your community? Join me in donating to the Fenway Community Center!" + url) and the currently selected image in the carousel. There are also buttons that link to Facebook, X, and LinkedIn.
Changes Made
Testing & Verification
Verification Steps:
I tested each button to make sure the copying works, and the social media icons go to the correct sites and open their respective sharing menus.
Screenshots (if relevant)
Copying Message
Screen.Recording.2026-02-16.at.10.30.12.PM.mov
Copying Image
Screen.Recording.2026-02-16.at.10.37.11.PM.mov
Future Improvements/Notes
This method of sharing might not be convenient for users who want to share on social media. However, Facebook and LinkedIn made it impossible for third-party apps to directly add content to posts. Having the users copy the content themselves was the next best solution I could come up with.
Related Issues
Closes #70