Gan Eng Chin
|
de2aa280ef
|
Simplify boolean expression before && in Marketing page.
|
2023-03-27 21:55:42 +08:00 |
Gan Eng Chin
|
59c94ce24a
|
Fix build errors after merging from trunk.
|
2023-03-22 18:35:06 +08:00 |
Gan Eng Chin
|
186f1fb850
|
Merge branch 'trunk' into feature/37127-marketing-reload-installed-extensions
|
2023-03-22 18:28:39 +08:00 |
Gan Eng Chin
|
29299903c3
|
Make shouldShowCampaigns boolean type.
|
2023-03-20 17:23:20 +08:00 |
Gan Eng Chin
|
5455abcabb
|
Use useImperativeHandle instead of exposing button ref in Channels.
|
2023-03-20 01:00:19 +08:00 |
Gan Eng Chin
|
ddd287cc4c
|
Show Campaigns card when banner is dismissed or campaigns total is truthy.
|
2023-03-19 23:30:21 +08:00 |
Gan Eng Chin
|
c6a95ae9bf
|
Rename callback props in IntroductionBanner to make them clearer.
|
2023-03-19 21:10:22 +08:00 |
Gan Eng Chin
|
7cc8e065f9
|
Merge branch 'trunk' into feature/34904-marketing-introduction-banner
|
2023-03-19 20:09:23 +08:00 |
Gan Eng Chin
|
1aaa26e07d
|
Reload installed extensions data after installing recommended channels.
This is because the channel may not have registered itself as a marketing channel and it should show up in the Installed extensions card.
|
2023-03-18 00:47:54 +08:00 |
Gan Eng Chin
|
f769a8c6f5
|
Merge branch 'trunk' into feature/34904-marketing-introduction-banner
Conflicts:
plugins/woocommerce-admin/client/marketing/overview-multichannel/MarketingOverviewMultichannel.tsx
|
2023-03-17 01:21:13 +08:00 |
Gan Eng Chin
|
aef22190d2
|
Make sure expression before && is always boolean in React rendering in marketing page.
|
2023-03-15 08:24:00 +08:00 |
Gan Eng Chin
|
0cf56774f5
|
Merge branch 'trunk' into feature/34909-marketing-create-campaign-modal
|
2023-03-13 12:51:24 +08:00 |
Gan Eng Chin
|
baf9408f69
|
Merge branch 'feature/34909-marketing-create-campaign-modal' into feature/34904-marketing-introduction-banner
Conflicts:
plugins/woocommerce-admin/client/marketing/overview-multichannel/Campaigns/Campaigns.test.tsx
plugins/woocommerce-admin/client/marketing/overview-multichannel/Campaigns/Campaigns.tsx
plugins/woocommerce-admin/client/marketing/overview-multichannel/MarketingOverviewMultichannel.tsx
|
2023-03-13 01:02:12 +08:00 |
Gan Eng Chin
|
6446053784
|
Load campaign types in overview and refetch after installeing a channel.
|
2023-03-09 23:46:54 +08:00 |
Gan Eng Chin
|
42ac7e4d28
|
Better logic for displaying buttons in IntroductionBanner.
|
2023-03-08 02:54:43 +08:00 |
Gan Eng Chin
|
8fe3781266
|
Use ref instead of location hash to scroll to add channels section.
|
2023-03-08 02:06:06 +08:00 |
Rodrigue Tusse
|
ed6c19b827
|
Fix 0 rendered on short-circuit evaluation.
|
2023-03-07 15:06:25 +02:00 |
Gan Eng Chin
|
7c9eedbbb4
|
Merge branch 'feature/34909-marketing-create-campaign-modal' into feature/34904-marketing-introduction-banner
Conflicts:
plugins/woocommerce-admin/client/marketing/hooks/index.ts
plugins/woocommerce-admin/client/marketing/overview-multichannel/Channels/RecommendedChannels.tsx
plugins/woocommerce-admin/client/marketing/overview-multichannel/MarketingOverviewMultichannel.tsx
|
2023-03-07 00:46:38 +08:00 |
Gan Eng Chin
|
630bd0ab17
|
Merge branch 'feature/34906-marketing-channels-card' into feature/34905-marketing-campaigns-card
|
2023-02-01 00:52:48 +08:00 |
Gan Eng Chin
|
177fc59dea
|
Simplify rendering code in MarketingOverviewMultichannel.
|
2023-02-01 00:29:38 +08:00 |
Gan Eng Chin
|
76102143ff
|
Merge branch 'feature/34906-marketing-channels-card' into feature/34905-marketing-campaigns-card
Conflicts:
plugins/woocommerce-admin/client/marketing/overview-multichannel/MarketingOverviewMultichannel.tsx
|
2023-01-31 23:50:03 +08:00 |
Gan Eng Chin
|
d59e7e5721
|
Edit and arrange imports in MarketingOverviewMultichannel.
|
2023-01-31 23:39:02 +08:00 |
Gan Eng Chin
|
cd0402a10c
|
Refetch registered channels after install and activate recommended channels.
|
2023-01-20 01:02:41 +08:00 |
Gan Eng Chin
|
f616d688d8
|
Call marketing channels API with wp.data.
|
2023-01-18 02:04:42 +08:00 |
Gan Eng Chin
|
f92f4d3dee
|
Code refactor with useIsLocationHashAddChannels.
|
2022-12-28 01:09:37 +08:00 |
Gan Eng Chin
|
86cc1181bf
|
Focus on Add Channels section when users click on Add Channels button.
|
2022-12-28 00:56:59 +08:00 |
Gan Eng Chin
|
e1a82c5b94
|
Display and dismiss introduction banner with wp_options.
|
2022-12-27 22:01:46 +08:00 |
Gan Eng Chin
|
a2419dbf44
|
Display buttons in introduction banner with large illustration.
|
2022-12-27 21:06:26 +08:00 |
Gan Eng Chin
|
b6eec1e1bf
|
Add introduction banner card to marketing page.
|
2022-12-27 02:05:58 +08:00 |
Gan Eng Chin
|
8e39098256
|
Show Campaigns card only when there is at least one registered channel.
|
2022-12-24 01:43:09 +08:00 |
Gan Eng Chin
|
ee6fa9508e
|
Merge branch 'feature/34903-multichannel-marketing-frontend/34906-channels-card' into feature/34903-multichannel-marketing-frontend/34905-campaigns-card
Conflicts:
plugins/woocommerce-admin/client/marketing/overview-multichannel/MarketingOverviewMultichannel.tsx
|
2022-12-24 01:39:57 +08:00 |
Gan Eng Chin
|
52dd8845cc
|
Load registered and recommended channels in MarketingOverviewMultichannel.
The data will be used to conditionally display Campaigns card later.
|
2022-12-24 01:14:02 +08:00 |
Gan Eng Chin
|
30d316886c
|
Add empty state Campaigns card.
|
2022-12-16 01:13:32 +08:00 |
Gan Eng Chin
|
dc7a233cb1
|
Add Channels card into Marketing page.
|
2022-12-10 02:29:57 +08:00 |
Gan Eng Chin
|
4b4b5f36e2
|
Feature integration: UI Revamp on Marketing Page (#34642)
Co-authored-by: Nima <nima.karimi@automattic.com>
Co-authored-by: Nima Karimi <73110514+nima-karimi@users.noreply.github.com>
|
2022-09-14 15:43:30 +08:00 |