botpress / messaging

Botpress messaging server
42 stars 37 forks source link

chore(inspector): clean up scss for kit components #481

Closed sidcarrollworks closed 2 years ago

linear[bot] commented 2 years ago
DEV-2645 Kit Components Wrap Up I

Finish styling all kit components and centralize all css variables. these are only for non-complex components, (no sidepanes) Figure out a naming scheme and rename what needs to be renamed (dont forget to rename exports too). Css: * [X] styles folder with all future styles in one exports (bp3, variables, colors, etc…) * [ ] update all current kit components to use variables, no hard coded values Components: * [X] EditableText * [X] List * [X] Divider * [X] TextInput with `multi` prop for multiline inputs super input by default dynamic input button (does nothing for now) * [X] OptionsDropdown use bp dropdown component with dynamic input to a super input * [ ] UploadFile no file library just css and html no function with dynamic button that switches to superinput * [X] NumberInput * [X] SwitchInput * [ ] SelectGroup with dynamic input props `multi` to turn single select into checkboxes multi select

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

samuelmasse commented 2 years ago

Not sure what's happening in the CI here. The build studio is failing, but it's outputting errors for the frontend code not the backend @laurentlp ?

laurentlp commented 2 years ago

Not sure what's happening in the CI here. The build studio is failing, but it's outputting errors for the frontend code not the backend @laurentlp ?

I have no clue why no. What we run on the CI is: yarn workspace @botpress/studio-be build:tsc and build:tsc is a shortcut for yarn run -T tsc --build. Furthermore, if I then look in the tsconfig, we only include the src folder and exclude the dist.