-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move form functions into DonationForm
The donation form being a single page now means that functions to handle it are in the wrong place. This moves them to the top level component and passes them as props into the sections and summaries. Changelist - Integrated Street Autocomplete and removed toggles. - Created sub-pages for the 2 remaining donation forms. - Moved submit handling out of the data sections and into the new sub pages. - Moved form summary, error summary, and submit buttons into a separate form section. - Moved tests from form sections into donation sub form tests. - useReceiptModel is shared so moved it into shared/composables. - Added tests for DonationReceipt AddressFields. - Moved salutation locale adjustment into the store and added tests.
- Loading branch information
Showing
41 changed files
with
758 additions
and
2,393 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
Oops, something went wrong.