Lukasz Ostrowski
74174c4763
Update app-sdk to 0.37.3 ( #375 )
...
* Update app-sdk to 0.37.3
* update app-sdk to 0.37.3 latest
2023-04-14 12:33:22 +02:00
Lukasz Ostrowski
e167e72408
Update next to 13.3.0 ( #388 )
...
* Update next to 13.3.0
* Fix cms next version
2023-04-14 11:27:25 +02:00
Lukasz Ostrowski
51ec11ef41
Release apps ( #357 ) - 2023-04-13
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-13 16:24:38 +02:00
Lukasz Ostrowski
7ff2d7cfa7
Change turborepo config to use local turbo.json ( #353 )
...
* Change turborepo config to use local turbo.json
* update lock to 6.0
Update turbo to 1.9.0
Move global envs to build script envs
2023-04-13 12:44:27 +02:00
Lukasz Ostrowski
eca52ad058
Replace export default
with named exports ( #352 )
...
* Update eslint config to prevent default exports
* exlucde vitest config from banned default exports
* Remove default exports from Monitoring App
* Replace default exports with named exports
* Fix klaviyo import path
* Replace default exports in CMS
2023-04-05 20:27:23 +02:00
Lukasz Ostrowski
cbc31d3c2e
[vercel deploy]
...
Release 2023-03-20
2023-03-20 12:36:28 +01:00
Lukasz Ostrowski
7cb3b892c4
Author field in manifests ( #299 )
...
* 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
2023-03-16 19:09:26 +01:00
Lukasz Ostrowski
c952624dd9
[vercel deploy]
...
Release 2023-03-16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-16 13:00:26 +01:00
Krzysztof Wolski
e93a4dc1c8
Update the GraphQL Code Generator version ( #291 )
...
* Add missing plugin
* Update GraphQL Code Generator
2023-03-16 10:22:33 +01:00
github-actions[bot]
56c92ef430
Release apps ( #248 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-08 09:23:09 +01:00
Lukasz Ostrowski
dca82bb93c
Update app-sdk in apps to 0.34.0
and rewrite SaleorAsyncWebhook to modern api ( #238 )
...
* Data importer: disable sentry if not in env
* All packages: update app sdk to 0.34.0 version and update api
2023-03-07 16:21:46 +01:00
github-actions[bot]
4b06fa17e7
[vercel deploy]
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-03 11:34:36 +01:00
Lukasz Ostrowski
2755ed2038
Improve styles
2023-03-03 10:03:56 +01:00
github-actions[bot]
62ddd41094
[vercel deploy]
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-02 11:53:58 +01:00
Lukasz Ostrowski
3e612cad1c
Add Sentry to data-importer ( #226 )
2023-03-01 15:24:16 +01:00
Lukasz Ostrowski
2d23480c61
Remove TitleBar from apps and shared package ( #209 )
...
* Remove TitleBar from apps and shared package
* Invoices: add manifest homepage and support urls
2023-02-28 20:18:34 +01:00
github-actions[bot]
4331708334
Release apps [2023-02-28] ( #201 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-28 12:17:48 +01:00
Lukasz Ostrowski
63275866a1
Inverting colors dark mode in Data Importer ( #202 )
2023-02-27 09:28:46 +01:00
Lukasz Ostrowski
289b42f40d
Remove VercelAPL config and readmes ( #203 )
...
* Remove VercelAPL trace
* Update .changeset/curly-zoos-worry.md
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* Update .changeset/curly-zoos-worry.md
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
---------
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
2023-02-23 12:42:17 +01:00
Lukasz Ostrowski
1da5be3be1
Prepare app for production ( #145 )
...
Prepare data importer for production
---------
Co-authored-by: Lukasz Ostrowski <lukasz.ostrowski@saleor.io>
Fix prod resolving
Add icon
Improve styles
2023-02-23 07:22:37 +00:00
github-actions[bot]
f628461028
Release apps 2023-02-23T16:00
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-22 16:03:26 +01:00
Lukasz Ostrowski
1c9b2c487a
Change apps names to be more readable by humans ( #183 )
2023-02-22 09:41:15 +01:00
Lukasz Ostrowski
a819acced8
Revert "fix: dark mode ( #184 )"
...
This reverts commit 3054572566
.
2023-02-22 09:36:48 +01:00
Yousaf Ishaq
3054572566
fix: dark mode ( #184 )
2023-02-22 09:31:59 +01:00
Lukasz Ostrowski
5fc88ed6b7
Update UI to match new dashboard style ( #138 )
...
* 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>
2023-02-21 11:34:30 +01:00
github-actions[bot]
120f2a5b28
Release apps ( #155 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-15 13:49:45 +01:00
Lukasz Ostrowski
b874d1065b
Update sdk ( #160 )
2023-02-15 13:01:19 +01:00
github-actions[bot]
945f69b9f7
Release apps ( #136 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-10 15:08:06 +01:00
Lukasz Ostrowski
081d15e168
Add prettier on pre-commit & reformat codebase ( #137 )
...
* Run prettier on project
* Install lint-staged
* Add Husky
2023-02-10 11:13:59 +01:00
Lukasz Ostrowski
9f843b2d31
Extract TitleBar and AppIcon to shared package and implement it in apps ( #134 )
...
* 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
2023-02-09 18:41:23 +01:00
Lukasz Ostrowski
77538e49f7
Add slack app ( #120 )
...
* add slack app
* Update eslint
* Remove gitignore
2023-02-09 11:58:20 +01:00
github-actions[bot]
8fe7238f98
Release apps ( #110 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-08 13:19:55 +01:00
Lukasz Ostrowski
a641caf00f
Extract single shared package ( #106 )
...
* Extract isInIframe
* Fix SSR in trpc invoices
* Add changelog
2023-02-08 13:16:14 +01:00
Lukasz Ostrowski
d13ece4b07
Fix eslint config
2023-02-07 21:14:25 +01:00
Lukasz Ostrowski
3092be00ff
Update configs
2023-02-07 20:37:30 +01:00
github-actions[bot]
8f6098aefb
Release apps ( #102 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-07 20:12:20 +01:00
Lukasz Ostrowski
7aabcdc9e3
Update deps ( #101 )
2023-02-07 20:09:51 +01:00
Lukasz Ostrowski
d27f7214a8
Move config files
2023-02-07 19:27:17 +01:00
Lukasz Ostrowski
340a03fc76
Add valid turbo config
2023-02-07 19:16:12 +01:00
Lukasz Ostrowski
073ce83e30
Add data-importer app
2023-02-07 19:11:39 +01:00