You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In src/components we've got a bunch of components that are inherited from the app. None of them was implemented as native Theme UI components, which I think we should change. We should also consider deprecating those we don't need/shouldn't use.
Tasks
Refactor ActionBoxItem
Refactor Alert
Refactor Editor
Refactor FieldImage
Refactor LabeledButton
Refactor Modal
Refactor SelectAlt
Refactor SelectOption
Refactor Select
Refactor TagField
Refactor TagSelect
What is Native Theme UI Components?
Components built using the special __css and __themeKey arguments and in a theme-agnostic way. When building components, only
The text was updated successfully, but these errors were encountered:
We should consider refactoring the components so they are reusable in any context or layout. The components should not affect anything outside itself. Like, margins shouldn't be used to increase useability on these.
In
src/components
we've got a bunch of components that are inherited from the app. None of them was implemented as native Theme UI components, which I think we should change. We should also consider deprecating those we don't need/shouldn't use.Tasks
Refactor LabeledButtonWhat is Native Theme UI Components?
Components built using the special
__css
and__themeKey
arguments and in a theme-agnostic way. When building components, onlyThe text was updated successfully, but these errors were encountered: