woocommerce-ios
woocommerce-ios copied to clipboard
[Woo POS] Explore moving state from `ItemListState` to dashboard
As follow-up from https://github.com/woocommerce/woocommerce-ios/pull/13532/files#r1710626891 now that the ItemListState
cases for .empty
and .error
are rendered in the dashboard, and not within the Item List view component, we could move these to the PointOfSaleDashboardViewModel
instead.