Add OpenAI block

Also migrate credentials to tRPC

Closes #253
This commit is contained in:
Baptiste Arnaud
2023-03-09 08:46:36 +01:00
parent 97cfdfe79f
commit ff04edf139
86 changed files with 2583 additions and 1055 deletions

View File

@@ -72,7 +72,7 @@ export const StandardSettings = ({
w="70px"
value={inputValues.widthValue}
/>
<DropdownList<string>
<DropdownList
items={['px', '%']}
onItemSelect={handleWidthTypeSelect}
currentItem={inputValues.widthType}
@@ -92,7 +92,7 @@ export const StandardSettings = ({
w="70px"
value={inputValues.heightValue}
/>
<DropdownList<string>
<DropdownList
items={['px', '%']}
onItemSelect={handleHeightTypeSelect}
currentItem={inputValues.heightType}