chore(shared): Adapted (part of) workbench for UI consistency
This commit is contained in:
parent
084e6e534c
commit
5849e6d931
22 changed files with 490 additions and 230 deletions
|
@ -35,7 +35,7 @@ const PctOptionInput = (props) => {
|
|||
export const inputs = {
|
||||
bool: BoolInput,
|
||||
constant: ConstantInput,
|
||||
count: SliderInput,
|
||||
count: (props) => <SliderInput {...props} config={{ ...props.config, step: 1 }} />,
|
||||
deg: DegInput,
|
||||
list: ListInput,
|
||||
mm: () => <span>FIXME: Mm options are deprecated. Please report this </span>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue