woocommerce/plugins/woocommerce-admin/client
coderkevin 78e85f87c3 Improve hidden tab suppression/fix rapid requests
This fixes the rapid request problem that was happening when switching
tabs while having timed out requests. It changes the approach from
suppressing the actions sent out to preventing the read function from
being called at all.

I think the original problem has occurred because the original approach
was relying on an internal implementation of apiFetch from wp.data. This
new approach does not have such a dependency. It prevents apiFetch from
even being called. However, in the process, it will also prevent any
newly required resources from being fetched if the user manages to
switch tabs before it is requested. (e.g. refresh, then switch tabs
quickly).
2019-06-10 17:03:08 -05:00
..
analytics Merge pull request woocommerce/woocommerce-admin#2191 from woocommerce/fix/low-stock-handling 2019-06-06 12:15:46 +02:00
dashboard Put onboarding controllers behind feature flag check (https://github.com/woocommerce/woocommerce-admin/pull/2350) 2019-05-31 16:55:52 +02:00
devdocs Add Muriel Styled Spinner (https://github.com/woocommerce/woocommerce-admin/pull/2289) 2019-05-23 08:42:58 -04:00
header Merge pull request woocommerce/woocommerce-admin#2324 from woocommerce/add/admin-note-without-link 2019-05-30 10:42:02 -06:00
layout Merge pull request woocommerce/woocommerce-admin#2324 from woocommerce/add/admin-note-without-link 2019-05-30 10:42:02 -06:00
lib Allow paragraph tags in admin notes. 2019-05-29 16:28:37 -06:00
store Add transient notices (https://github.com/woocommerce/woocommerce-admin/pull/1423) 2019-02-13 19:44:58 +08:00
stylesheets Onboarding: Add profiler body class on initial load + respect skipped/completed flags (https://github.com/woocommerce/woocommerce-admin/pull/2300) (https://github.com/woocommerce/woocommerce-admin/pull/2318) 2019-05-28 06:38:01 -04:00
wc-api Improve hidden tab suppression/fix rapid requests 2019-06-10 17:03:08 -05:00
embedded.js Prevent screen meta reflows 2019-05-23 11:43:57 +02:00
index.js Add transient notices (https://github.com/woocommerce/woocommerce-admin/pull/1423) 2019-02-13 19:44:58 +08:00