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

Create environment : full feature #64

Closed pierrotsmnrd closed 2 years ago

pierrotsmnrd commented 2 years ago

Goal :

Allowing the user to create a new environment, in a given namespace

Design :

conda-store-UI-create

Behavior :

API and data

Other :

Split this main component into sub-components as necessary.

pierrotsmnrd commented 2 years ago

PR #79

pierrotsmnrd commented 2 years ago

I've tested the PR, thanks a lot for the great work ! I've noticed some improvements that I think belong in this PR :

Screenshot for point 6 with the installed version appearing and showing selected version number, whereas it should be simply be hidden.

Capture d’écran 2022-09-02 à 17 32 29
pierrotsmnrd commented 2 years ago

Second PR ready for review : #86