Irfan Ömür
Irfan Ömür
💡 The structure related to this limit is a bit complex. Currently, we're caching certain data for dates upon the initial load. For example, we cache 15 days for "By...
Good catch, @guarani! We can use it. So, there are 2 tasks 1. Remove the current limit, which is set at 15 dates. 2. Add the site creation date as...
That's correct, this is not a quick fix. There's currently no pagination. We can also describe "remove the limit" as "add pagination". The API already supports pagination, and it's implemented...
Duplicate of #14950
Since React Native was [upgraded to 0.73](https://github.com/WordPress/gutenberg/pull/58475/files#diff-1f256578dd9ab8dda6c3913a55a588312129f3404bb0cdf0b1ab52f0a6937119R65), the issue should be addressed with v25.0.
`LineChartLabelFormatter` was crashing on my local. The reason might be the time zone difference between my home and the site. I fixed it: https://github.com/wordpress-mobile/WordPress-Android/pull/20188/commits/82c142dd8c3b08d39300e4c8040be72b8aa9a2de
The date selector, overview card, and chart are working as expected after my latest commits. Now, we can see and test all chart types in this PR. - I think...
Hey @07jasjeet! Would you still like to work on this? Should we keep this PR open?
This crash is related to weekly roundup notifications and occurs only on Android 7 devices.
Hey @shifli7 ! Would you still like to work on this? Should we keep this PR open?