* Extract useDashboardNotification
Play with config to make app-sdk working in monorepo
bump pnpm
remove local locks
unify deps
Changesets
Replace appBridge.dispatch(Notification()) with shared useDashboardNotification package
Fix build
Update klaviyo packages
update deps
update deps - root next version
* update and ix
* Restore logic in cms
* Update app-sdk to 0.37.0
* Add author field to manifest handler
* Fix build by fixing AppPermission in tRPC (use Permission instead) and replace domain with saleorApiUrl (compat with 0.37.1 sdk)
* Update app-sdk to 0.37.1
* Extract macaw theme palette to shared package
* Use MacawThemeProvider from shared package
* Fix maca theme provider props
* Update invoices app ui
* Add noSSRwrapper to packages shared
* Use external theme provider in data importer
* Use external theme provider in slack
* Improve margin in TitleBar
* Update colors in Klaviyo
* revert search to use local theme provider
* revert slack to use local theme provider
* Rewrite TitleBar to css modules
* Add unique jss classes prefix for Klaviyo
* Update apps/search/src/pages/_app.tsx
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* Update shy-gorillas-shop.md
---------
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* Update imports from apps-shared package
* Extract main bar and app icon
* Remove graphql generated
* Implement AppIcon and MainBar in data importer and invoices
* Change name to TitleBar
* Use TitleBar and AppIcon from shared package
* Use title bar from shared in search
* Refactor slack to use TitleBar from shared package
* Make TitleBar sticky
* Run codegen before cicd tests
* Add generate script