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
* Move all current themeing to seperate package
* Initial progress on new themeing system
* Finalize initial theming package structure
* Add tests for validators
* Remove no longer used colors from palette
* Initial proxy of theme object to allow breakpoint and platform selection
* todo comment
* Cleanup theming proxy
* Add tests for theme values proxy
* Move `createThemeValuesProxy` function to seperate file
* Add new theme provider and hooks
* Update theme references across repo to use new theme structure
* Initial theming in example app
* Fix some tests
* Fix theme not working in portal
* Fix incorrect error thrown
* Adjust some components to use theme
* Add a theme example screen
* Use theme hook instead of `withTheme` when forward ref is used
* Fix typoes
Co-authored-by: needs <[email protected]>
* Revert createMuiTheme usage
* Fix screen container background
* Add `useCallback` to changeTheme
* add webview to core
* Correct version of rn webview
* yarn.lock
* Update dropdown modal picker
* Update theming to v50
* trigger rebuild
* Revert "trigger rebuild"
This reverts commit aed4deb.
---------
Co-authored-by: needs <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This is a lerna/monorepo setup that is split up into types, native, core and ui
34
34
- packages/ui: pulls in everything from core and native and re-exports it. This is what any user will install to use this Library
35
35
- packages/core: Non-native, javascript components go here. These are components that work perfectly across web, ios and android without any adjustments
36
36
- packages/native: Native components that rely on expo/react-native modules likes `expo-av` and `@expo/vector-icons`. This houses our AudioPlayer and Icon components because the current version requires modifications to work well on Web
37
-
- packages/types: Shared typescript types and SEED_DATA types which is how we build the translation layer for Draftbit
37
+
- packages/theme: Draftbit's theming system
38
38
39
39
** Chances are, you'll spend most of your time in `packages/core`**
0 commit comments