jdockerty / jsonnet-playground

Playground for Jsonnet, inspired by Go/Rust projects of similar names.
https://jsonnet.jdocklabs.co.uk
MIT License
2 stars 0 forks source link

refactor: consolidate root/share pages #31

Closed jdockerty closed 6 months ago

jdockerty commented 6 months ago

Closes https://github.com/jdockerty/jsonnet-playground/issues/29

The use of 2 components here for RootPage and SharePage is not necessary, a simple if statement around the jsonnetDisplay is all that is needed :tada:

This also adds a few CI changes.