Created a Modal component to display when adding an article to a profile or to the marketplace
A user can close the modal by clicking the greyed-out background, the x button at the top or the cancel button
The Modal conditionally has a header to either purchase or 'sell' an article
The modal conditionally renders confirm buttons which each make a mutation Graphql call when clicked.
fixes #35
How has this been tested?
User Tested
Checklist
[X] My code follows the style guidelines of this project
[X] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have used tests to prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my change
What does this merge do? Check all that apply.
Created a Modal component to display when adding an article to a profile or to the marketplace A user can close the modal by clicking the greyed-out background, the x button at the top or the cancel button The Modal conditionally has a header to either purchase or 'sell' an article The modal conditionally renders confirm buttons which each make a mutation Graphql call when clicked.
fixes #35
How has this been tested?
User Tested
Checklist