In this PR, the PR Display component and the buttons for the navigation bar at the top of extension / add-on have been updated. The structure of the components have been slightly updated to make use of a new <Card /> component that helps visually separate out different pieces of the page.
Changes
New <Card /> component
Accordion components have been removed in place of using the more flexible <Collapse /> component
This should ideally let us control the CSS for the components more easily
CSS properties have been rearranged for ideally a better flow
Colors for the views have been updated
Screenshots
Click to see screenshots
![image](https://github.com/syj67507/github-pr-chrome-extension/assets/33601740/5603015b-47e0-40ab-965c-723155a0259e)
Summary
In this PR, the PR Display component and the buttons for the navigation bar at the top of extension / add-on have been updated. The structure of the components have been slightly updated to make use of a new
<Card />
component that helps visually separate out different pieces of the page.Changes
<Card />
component<Collapse />
componentScreenshots
Click to see screenshots
![image](https://github.com/syj67507/github-pr-chrome-extension/assets/33601740/5603015b-47e0-40ab-965c-723155a0259e)