This adds the infrastructure to allow for custom themed Material-UI components to be used in apps alongside the current components.
Most of this PR is actually config cleanup as I deleted some unused stuff and upgraded Storybook.
The main functional change is in ThemeProvider component. A small theme has been created and edited (make primary color hotpink) to test. Here are some screenshots
Material-UI Test story in storybook
Material-UI Button added to Orbis
The above was done using yarn link so couldn't test in docker properly. The Material-UI button was re-exported from Astrosat-UI to test the full flow.
This PR closes #62
This adds the infrastructure to allow for custom themed Material-UI components to be used in apps alongside the current components. Most of this PR is actually config cleanup as I deleted some unused stuff and upgraded Storybook.
The main functional change is in
ThemeProvider
component. A small theme has been created and edited (make primary color hotpink) to test. Here are some screenshotsMaterial-UI Test story in storybook
Material-UI Button added to Orbis
The above was done using yarn link so couldn't test in docker properly. The Material-UI button was re-exported from Astrosat-UI to test the full flow.