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

Add Donation modal #2972

Merged
merged 32 commits into from
Sep 21, 2023
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
44e99b7
Add donation modal
dem4ron Sep 21, 2022
be81d3d
Make further styling on Donation step modal, make it accessible, wide…
dem4ron Sep 22, 2022
b6299b0
Replace button classes, add inline drop-shadow
dem4ron Sep 22, 2022
820ec8f
Fix Graphical icon types
dem4ron Sep 22, 2022
0ebc744
Add links to student mentoring session
dem4ron Sep 23, 2022
2152511
Wire in donatins links
dem4ron Sep 26, 2022
ad7b422
Refreshing tests - WIP
dem4ron Sep 26, 2022
615a72e
Minor changes
dem4ron Feb 6, 2023
f57c179
Fix ruby test
ErikSchierboom Feb 7, 2023
30f43d9
Fix other ruby test
ErikSchierboom Feb 7, 2023
ffd5399
Populate captcha information
ErikSchierboom Feb 7, 2023
f2a210c
Remove unused code
ErikSchierboom Feb 7, 2023
703996d
Fix tests
ErikSchierboom Feb 17, 2023
c23049c
Add correct links and boolean (#6202)
dem4ron Sep 18, 2023
dd347cc
Reorganise MentoringSession's donation data (#6206)
dem4ron Sep 19, 2023
1d983a8
Improve layout and copy
iHiD Sep 19, 2023
777f395
Clean up DonationStep.tsx
dem4ron Sep 19, 2023
4a4142a
Add logic around when to show modal
iHiD Sep 19, 2023
c6759bc
Prevent the modal from closing when the overlay is clicked
dem4ron Sep 19, 2023
8643f2b
Sync
dem4ron Sep 19, 2023
f310167
Further donation modal tweaks (#6214)
dem4ron Sep 20, 2023
938947e
Update app/models/user.rb
dem4ron Sep 21, 2023
6b18239
Update initialData types, Remove unnecessary else
dem4ron Sep 21, 2023
bb104ff
Remove wizard-hat
dem4ron Sep 21, 2023
a6ecf8e
Remove unused filter, undo negating boolean
dem4ron Sep 21, 2023
4c1062c
Update user_test
dem4ron Sep 21, 2023
71d75ba
Update app/helpers/react_components/student/mentoring_session.rb
dem4ron Sep 21, 2023
7a26e11
Update .github/labels.yml
iHiD Sep 21, 2023
0fce0f0
Update CODE_OF_CONDUCT.md
iHiD Sep 21, 2023
298f6d3
Sync yarn.lock and package.json
iHiD Sep 21, 2023
2e0a4e7
Merge branch 'main' into add-donation-option-after-testimonial
iHiD Sep 21, 2023
2231dda
Update link name, simplify link types, unify same types
dem4ron Sep 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .github/labels.yml
  • Loading branch information
iHiD authored Sep 21, 2023
commit 7a26e11edf4dd95ef587d2cdf8a71c046d489e89
2 changes: 1 addition & 1 deletion .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
- name: "bot/bugsnag"
description: ""
color: "A32E92"

- name: "bot/bugsnag-clientside"
description: ""
color: "A32E92"
Expand Down