Description
Is your feature request related to a problem? Please describe.
We build a static storybook to deploy for our designer to review and then also for reviewing code changes before approval. Currently, it's not possible to see when the storybook was built and what commit was used to build it.
Describe the solution you'd like
Add support for loading a version.json
file whose contents are displayed in the AboutScreen
.
Describe alternatives you've considered
Anything that allows the user to see the build date and other details about the build.
Are you able to assist bring the feature to reality?
possibly. I've never worked with the Storybook code base before, but this should be a simple change that I might be able to work with.
Additional context
A simple display of key/value pairs from the version.json
is all that I'm looking for.