Commit graph

1365 commits

Author SHA1 Message Date
Dawid Tarasiuk
13a5bb9282 Add prettierrc config 2020-07-03 15:17:36 +02:00
Krzysztof Wolski
f4d570c7e5
Fix warnings and better test tag (#582)
* Resolve test warnings

* Tename data-tc to data-test

* Update src/orders/components/OrderFulfillPage/OrderFulfillPage.tsx
2020-07-02 12:59:09 +02:00
Dawid Tarasiuk
4174cbe0fa
Merge pull request #583 from mirumee/fix/tokens
Fix refresh token
2020-07-01 15:58:09 +02:00
dominik-zeglen
7e11db8c52 Fix refresh token 2020-07-01 13:11:08 +02:00
dependabot-preview[bot]
f5ac7b28ba
[Security] Bump websocket-extensions from 0.1.3 to 0.1.4 (#551)
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. **This update includes a security fix.**
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-01 12:47:41 +02:00
Dominik Żegleń
e7a0495556
Merge pull request #574 from mirumee/add/background-tasks
Add background task manager
2020-06-26 14:05:44 +02:00
dominik-zeglen
278be8a0bb Fix index 2020-06-26 13:09:57 +02:00
dominik-zeglen
6aa53c6775 Fix case 2020-06-26 13:09:56 +02:00
dominik-zeglen
25e7ca8aa7 Fix useBackgroundTask hook 2020-06-26 13:09:56 +02:00
dominik-zeglen
c57598fb09 Update changelog 2020-06-26 13:09:56 +02:00
dominik-zeglen
e80ef22f0d Add context to project root 2020-06-26 13:09:56 +02:00
dominik-zeglen
bdf90039b5 Handle asynchronous tasks 2020-06-26 13:09:55 +02:00
dominik-zeglen
7a2a18a1d4 Add background task manager 2020-06-26 13:09:55 +02:00
natalia
4468857856
Fix updating shipping rates (#565) 2020-06-25 09:18:46 +02:00
Krzysztof Wolski
2a6334cb74
Dont open browser on npm start (#577) 2020-06-25 08:47:54 +02:00
Dawid Tarasiuk
4b85cf4342
Merge pull request #555 from mirumee/feature/remove-base-price
Remove base price from dashboard
2020-06-19 14:03:07 +02:00
Dawid Tarasiuk
504ff43376 Update queries imports 2020-06-19 12:31:17 +02:00
Dawid Tarasiuk
9e66d99dca Use productRangeUndiscounted instead of calculating variant prices range 2020-06-18 17:01:36 +02:00
Dawid Tarasiuk
a29ac065a3 Update locale default messages 2020-06-18 11:37:55 +02:00
Dawid Tarasiuk
055d3e63dd Fix optional chaining 2020-06-17 18:14:50 +02:00
Dawid Tarasiuk
ea407432cc Fix locale default messages 2020-06-17 18:13:33 +02:00
Dawid Tarasiuk
79b49ea406 Update product list style 2020-06-17 14:11:31 +02:00
Dawid Tarasiuk
e450dd4c4d Update product type in product list 2020-06-17 12:28:15 +02:00
Dawid Tarasiuk
3f2a75e159 Replace maybe with optional chaining 2020-06-17 12:03:06 +02:00
Dawid Tarasiuk
0f5a49ab48 Update getProductPriceRange 2020-06-17 11:37:11 +02:00
Dawid Tarasiuk
576c7e1b35 Update queries types 2020-06-17 10:33:57 +02:00
Dawid Tarasiuk
2d55cb85e1 Update changelog 2020-06-16 18:46:43 +02:00
Dawid Tarasiuk
d71f7b2a7b Update translations 2020-06-16 18:42:56 +02:00
Dawid Tarasiuk
02472d611e update snapshots 2020-06-16 15:19:30 +02:00
Dawid Tarasiuk
eaa85bc795 Update product variant creator 2020-06-16 15:16:08 +02:00
Dawid Tarasiuk
cdfac6de6b Update product update page 2020-06-16 14:57:22 +02:00
Dawid Tarasiuk
2d9385554b Update category product list 2020-06-16 13:13:10 +02:00
Dawid Tarasiuk
2fdda2db55 Update product list UI 2020-06-16 12:48:57 +02:00
Dawid Tarasiuk
1e93827deb Update product list tests 2020-06-12 16:44:35 +02:00
Dawid Tarasiuk
b001c74af2 Display variant price range in product list 2020-06-12 14:39:51 +02:00
Dawid Tarasiuk
43aeff8e68 Update product variant creator 2020-06-12 13:19:44 +02:00
Dawid Tarasiuk
0a32479327 Update product queries 2020-06-12 12:42:19 +02:00
Dawid Tarasiuk
696250feca Removed Pricing card for configurable products 2020-06-12 12:35:38 +02:00
Dawid Tarasiuk
8fa7eb2b8a Revert "Remove base price from product create page"
This reverts commit 0b099e882c.
2020-06-12 12:17:17 +02:00
Dawid Tarasiuk
65e5539173 Remove basePrice from schema 2020-06-10 15:39:10 +02:00
Dominik Żegleń
4dc39616de
Merge pull request #556 from mirumee/gh-actions
Add gh actions
2020-06-08 18:29:09 +02:00
Krzysztof Wolski
598e1af563 Bump node version 2020-06-08 17:00:39 +02:00
Krzysztof Wolski
0205ac1609 Update actions 2020-06-08 15:58:15 +02:00
Krzysztof Wolski
9481334afa Add action for translation messages 2020-06-08 14:27:56 +02:00
Dawid Tarasiuk
0b099e882c Remove base price from product create page 2020-06-08 13:52:20 +02:00
Krzysztof Wolski
94c1bee44c Add gh actions 2020-06-08 13:50:47 +02:00
Dominik Żegleń
831bde8311
Merge pull request #539 from mirumee/merge-with-demo
Merge with demo
2020-05-26 11:43:51 +02:00
Krzysztof Wolski
375762a144 Conditional demo mode 2020-05-26 02:01:27 +02:00
Krzysztof Wolski
53b6c5ca5c Add GTM 2020-05-26 01:47:12 +02:00
dominik-zeglen
b673c12eea Let user know that he's in demo 2020-05-26 01:46:34 +02:00