-
-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Donation modal after testimonial step (#2972)
* Add donation modal * Make further styling on Donation step modal, make it accessible, wider, lazyload donation form * Replace button classes, add inline drop-shadow * Fix Graphical icon types * Add links to student mentoring session * Wire in donatins links * Refreshing tests - WIP * Minor changes * Fix ruby test * Fix other ruby test * Populate captcha information * Remove unused code * Fix tests * Add correct links and boolean (#6202) * Reorganise MentoringSession's donation data (#6206) * Reorganise MentoringSession's donation data * Update mentoring_session_test * Pass down camelized data * Pass donation data down to sidepanel modal initiator * Improve layout and copy * Clean up DonationStep.tsx * Add logic around when to show modal * Prevent the modal from closing when the overlay is clicked * Further donation modal tweaks (#6214) * Change button text, remove static booleans * Change default values * Update celebration text * Update celebration step * Update urls * Use confirmParamsReturnUrl everywhere * Add successfulDonationStep * Update xstate * Change width of SuccessfulDonationStep's container modal * Change nyan cat height * Change continue text * Apply suggestions from code review * Update test * Remove recaptcha sitekey * Change text in test * Fix more tests * Update app/models/user.rb Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com> * Update initialData types, Remove unnecessary else * Remove wizard-hat * Remove unused filter, undo negating boolean * Update user_test * Update app/helpers/react_components/student/mentoring_session.rb Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com> * Update .github/labels.yml * Update CODE_OF_CONDUCT.md * Sync yarn.lock and package.json * Update link name, simplify link types, unify same types --------- Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com> Co-authored-by: Jeremy Walker <jez.walker@gmail.com>
- Loading branch information
1 parent
68ff9d3
commit 85f2891
Showing
35 changed files
with
575 additions
and
177 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
13 changes: 6 additions & 7 deletions
13
app/javascript/components/mentoring/discussion/FinishButton.tsx
This file contains 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
Oops, something went wrong.