woocommerce/plugins/woocommerce-admin/client/marketing
Gan Eng Chin 743c0e5085
Set per_page to 100 for getCampaigns.
100 is the maximum limit allowed by the API.

We do this because the API does not return total number of rows, so we use 100 to get "all" rows, to support pagination in the UI.
2023-02-02 01:03:15 +08:00
..
components Merge branch 'trunk' into feature/34906-marketing-channels-card 2023-01-29 01:29:31 +08:00
coupons Codemod to change i18n text domain from 'woocommerce-admin' to 'woocommerce' in WCA Client 2022-04-01 11:41:32 +08:00
data Add one-click installation for recommended extensions in multichannel Marketing page (#35542) 2022-11-24 21:46:08 +08:00
data-multichannel Set per_page to 100 for getCampaigns. 2023-02-02 01:03:15 +08:00
hooks Rename Channel to RegisteredChannel. 2023-02-01 00:52:35 +08:00
overview Fix JS lint errors (#33484) 2022-06-21 16:37:34 +08:00
overview-multichannel Show CardFooter and Pagination only when it is needed. 2023-02-01 20:29:32 +08:00
types Merge branch 'feature/34906-marketing-channels-card' into feature/34905-marketing-campaigns-card 2023-01-31 23:50:03 +08:00
README.md Marketing Tab MVP (https://github.com/woocommerce/woocommerce-admin/pull/3953) 2020-03-28 06:48:27 -07:00

README.md

Marketing

This folder contains the components used in the Marketing page.