qri-io / desktop

Qri Desktop
https://qri.io/desktop
GNU General Public License v3.0
67 stars 14 forks source link

feat(`ChangeReport`): add change report page to storybook #672

Closed ramfox closed 3 years ago

ramfox commented 3 years ago

One MAJOR strange thing I did during this PR: almost all the styling in INLINE. I figure we are going to be porting this to cloud very soon. Rather than hiding the new content in a className, this will make it super easy to convert to tailwind so we can port it to cloud very easily using bit, OR in the worst case we can just copy and paste the code into cloud as a short-term solution if we are super pressed for time for some reason. This will make both the best case and worst case porting easier.

I tried not to let my back-and-forth over proper naming for each component get in the way to speed when working on this. It is ripe for a refactor and some renames once we get a better feel if we want to add features/adjust anything.