You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
10.3
4
4
-----
5
5
- [*] Dashboard: the last selected time range tab (Today/This Week/This Month/This Year) is persisted for the site and shown on the next site launch (app launch or switching stores). [https://github.com/woocommerce/woocommerce-ios/pull/7638]
6
+
- [*] Dashboard: swiping to another time range tab now triggers syncing for the target tab. Previously, the stats on the target tab aren't synced from the swipe gesture. [https://github.com/woocommerce/woocommerce-ios/pull/7650]
6
7
- [*] In-Person Payments: Fixed an issue where the Pay in Person toggle could be out of sync with the setting on the website. [https://github.com/woocommerce/woocommerce-ios/pull/7656]
/// Because loading the last selected time range tab is async, we need to make sure any call to the public `reloadData` is after the selected time range
41
-
/// is ready to avoid making unnecessary API requests for the non-selected tab.
/// Because loading the last selected time range tab is async, the selected tab index is initially `nil` and set after the last selected value is loaded.
43
+
/// We need to make sure any call to the public `reloadData` is after the selected time range is set to avoid making unnecessary API requests
0 commit comments