Gan Eng Chin
|
183fc48132
|
Show CardFooter and Pagination only when it is needed.
This means when total is more than perPage.
|
2023-02-01 20:29:32 +08:00 |
Gan Eng Chin
|
eda6f194b9
|
Use perPage constant instead of literal 5.
|
2023-02-01 20:27:07 +08:00 |
Gan Eng Chin
|
274ea3dd60
|
Use Link component in Campaigns.
This allows fast client-side navigation.
|
2023-02-01 20:23:14 +08:00 |
Gan Eng Chin
|
29154425cb
|
Check description before rendering FlexItem.
This is to eliminate the unneeded flex gap when there is no description.
|
2023-02-01 20:17:53 +08:00 |
Gan Eng Chin
|
c342cbb98d
|
Change to color variable in Campaigns CSS.
|
2023-02-01 20:09:17 +08:00 |
Gan Eng Chin
|
cd7b5f2c96
|
Fetch and display campaigns with wp.data.
|
2023-02-01 19:02:03 +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
|
3384ad576d
|
Remove unused import.
|
2023-02-01 00:20:04 +08:00 |
Gan Eng Chin
|
d69f7f00b7
|
Fix ids typescript error in Campaigns.
|
2023-02-01 00:18:53 +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
|
e700232415
|
Simplify Channels component.
|
2023-01-29 01:28:14 +08:00 |
Gan Eng Chin
|
15200103cc
|
Simplify Channels CSS.
|
2023-01-28 01:16:31 +08:00 |
Gan Eng Chin
|
0eb318c1f5
|
Simplify and remove RecommendedChannels and RecommendedChannelsList components.
|
2023-01-28 01:12:36 +08:00 |
Gan Eng Chin
|
14511ae4d6
|
Code refactor with SyncStatus and IssueStatus components.
|
2023-01-28 00:14:50 +08:00 |
Gan Eng Chin
|
316aad8b2e
|
Simplify RegisteredChannelCardBody CSS.
|
2023-01-27 21:15:40 +08:00 |
Gan Eng Chin
|
1af1524b83
|
Rename CSS installed-channel to registered-channel.
|
2023-01-21 02:38:00 +08:00 |
Gan Eng Chin
|
ef669d8ca2
|
Rename InstalledChannel to RegisteredChannel.
|
2023-01-21 02:36:39 +08:00 |
Gan Eng Chin
|
3cc568b4ed
|
Remove duplicated RecommendedChannel type.
|
2023-01-21 02:20:06 +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
|
2d7c8db2e5
|
Map product_listings_status to syncStatus.
|
2023-01-19 01:32:38 +08:00 |
Gan Eng Chin
|
f616d688d8
|
Call marketing channels API with wp.data.
|
2023-01-18 02:04:42 +08:00 |
Gan Eng Chin
|
1d7b663186
|
Remove the unneeded "Create new campaign" button for now.
|
2022-12-24 01:45:59 +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
|
e950417542
|
Move useRegisteredChannels and useRecommendedChannels into shared hooks directory.
|
2022-12-24 00:48:03 +08:00 |
Gan Eng Chin
|
7bd32ba638
|
Remove useChannels and use useRegisteredChannels and useRecommendedChannels directly.
|
2022-12-24 00:32:23 +08:00 |
Gan Eng Chin
|
9e0b71ff1c
|
Rename CollapsibleRecommendedChannels to RecommendedChannels.
|
2022-12-23 22:12:16 +08:00 |
Gan Eng Chin
|
af2f4eb904
|
CSS for "Add channels" button.
|
2022-12-23 22:08:50 +08:00 |
Gan Eng Chin
|
31b635b888
|
Code refactor: move CSS code to corresponding SCSS file.
|
2022-12-23 21:53:42 +08:00 |
Gan Eng Chin
|
06a303fc33
|
Types for useRegisteredChannels.
|
2022-12-23 21:21:52 +08:00 |
Gan Eng Chin
|
4fa4f802e9
|
Check for empty recommended channels.
|
2022-12-23 21:19:00 +08:00 |
Gan Eng Chin
|
558ddf2609
|
Use Campaign type in useCampaigns.
|
2022-12-19 20:54:01 +08:00 |
Gan Eng Chin
|
cbc616a9f3
|
Set cost column as numeric in Campaigns card.
This makes the column right-aligned.
|
2022-12-18 20:38:07 +08:00 |
Gan Eng Chin
|
32cf8d1341
|
Add pagination to Campaigns card.
|
2022-12-18 20:37:25 +08:00 |
Gan Eng Chin
|
c444dbd126
|
CSS for campaign rows in Campaigns card.
|
2022-12-18 20:08:21 +08:00 |
Gan Eng Chin
|
f5799c8721
|
Display campaign data in table in Campaigns card.
|
2022-12-18 19:34:16 +08:00 |
Gan Eng Chin
|
af4f79ab28
|
Add loading state for Campaigns card.
|
2022-12-17 21:08:14 +08:00 |
Gan Eng Chin
|
30d316886c
|
Add empty state Campaigns card.
|
2022-12-16 01:13:32 +08:00 |
Gan Eng Chin
|
2e8b5227e4
|
Move RecommendedChannel type.
|
2022-12-14 20:54:29 +08:00 |
Gan Eng Chin
|
6f4e05945b
|
Add dummy data for testing in useRecommendedChannels.
|
2022-12-14 20:19:20 +08:00 |
Gan Eng Chin
|
6c127d70c8
|
Add dummy data for testing.
|
2022-12-14 20:11:40 +08:00 |
Gan Eng Chin
|
6b80109754
|
Code refactor with RecommendedChannelsList.
|
2022-12-14 02:07:35 +08:00 |
Gan Eng Chin
|
4a2205bcd1
|
Display recommended channels in a collapsible list in Channels card.
|
2022-12-14 01:13:00 +08:00 |
Gan Eng Chin
|
9963fd07ab
|
Display description and button based on channel setup status in Channels card.
|
2022-12-13 23:23:13 +08:00 |
Gan Eng Chin
|
e6e6dc19ef
|
Display issue status in Channels card.
|
2022-12-13 22:47:16 +08:00 |
Gan Eng Chin
|
437ebb20a8
|
Display sync status in Channels card.
|
2022-12-13 21:36:09 +08:00 |
Gan Eng Chin
|
be621df8da
|
Add more data for testing.
|
2022-12-10 02:29:58 +08:00 |