…thing is better displayed when the images get adjusted in backend the layout might need adjustment
What does this merge do? Check all that apply.
[x] Adds a new feature
[x] Improves an existing feature
[ ] Fixes a bug
[ ] Cleans up (logs, tests, etc.)
How has this been tested?
npm start browser the page was responsive to mobile and desktop. the Page also shows up whenever an article is selected from the marketPlace.
Description:
Briefly, but clearly describe what you did, and explain any new code.
Card component < link> that goes to Display : id and name: name ( maybe this will update to just name backend would have to adjust that if is the case. It will link to a display page. Where the article will be displayed. This should have an article information layout that is responsive from both laptop and phone views.
Issues:
Are there any concerns, issues, or bugs in this branch? If so describe them.
not all images are created equal which messes with how the page is displayed for display. When the back end hooks up photos that are even in aspects then the page will look more uniform.
Where to find Changes:
Details.css>
Files:
Methods:
line Numbers if possible:
## Checklist
- [x] My code follows the style guidelines of this project
- [ ] 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
…thing is better displayed when the images get adjusted in backend the layout might need adjustment
What does this merge do? Check all that apply.
How has this been tested?
npm start browser the page was responsive to mobile and desktop. the Page also shows up whenever an article is selected from the marketPlace.
Description:
Briefly, but clearly describe what you did, and explain any new code. Card component < link> that goes to Display : id and name: name ( maybe this will update to just name backend would have to adjust that if is the case. It will link to a display page. Where the article will be displayed. This should have an article information layout that is responsive from both laptop and phone views.
Issues:
Are there any concerns, issues, or bugs in this branch? If so describe them.
Where to find Changes: