conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 21 forks source link

FEAT - Add "switch to yaml" button on non-edit window #245

Open kcpevey opened 1 year ago

kcpevey commented 1 year ago

Background

Right now, the only way to get to the yaml spec is to go to edit and then toggle the yaml view.

Expected behaviour

The same toggle should be visible in the non-edit view. It should go to a read-only view of the yaml with a "copy" button for ease of use.

image