When toggling between the different filters free, premium, paid, and all in the theme showcase. We're triggering a network call to https://public-api.wordpress.com/wp/v2/sites/221022448/themes?status=active&_envelope=1 . The active theme is still the same so I'm not sure if we really need to perform that call for the purpose of filtering themes. On the other hand we aren't performing a call to retrieve a list of filtered themes (which makes sense).
When toggling between the different filters
free
,premium
,paid
, andall
in the theme showcase. We're triggering a network call tohttps://public-api.wordpress.com/wp/v2/sites/221022448/themes?status=active&_envelope=1
. The active theme is still the same so I'm not sure if we really need to perform that call for the purpose of filtering themes. On the other hand we aren't performing a call to retrieve a list of filtered themes (which makes sense).Originally posted by @rcrdortiz in https://github.com/Automattic/wp-calypso/pull/79137#pullrequestreview-1522002558