1
0
Fork 0

chore(shared): Adapted (part of) workbench for UI consistency

This commit is contained in:
joostdecock 2023-08-27 16:24:18 +02:00
parent 084e6e534c
commit 5849e6d931
22 changed files with 490 additions and 230 deletions

View file

@ -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>,