uselagoon / lagoon-ui

Apache License 2.0
7 stars 2 forks source link

Change: Allow for empty variable values #196

Closed CGoodwin90 closed 10 months ago

CGoodwin90 commented 10 months ago

Updates the Variables tabs to allow for variables to be created/updated with no value defined. Includes confirm pop-up when adding/updating variable to have a null value.

image

Displays empty variables with a Tag component:

image

tobybellwood commented 10 months ago

This looks good for entering, but we need to consider how to display an empty var - having a dash may be confusing, but not sure what the alternatives are image

CGoodwin90 commented 10 months ago

This looks good for entering, but we need to consider how to display an empty var - having a dash may be confusing, but not sure what the alternatives are image

Pulled in the Tag component from antd, thoughts?

image