Richard Tibbles
Richard Tibbles
(we should squash commit this)
This issue is not available. You're welcome to find [an unassigned 'help wanted' issue]() instead. There aren't many available issues right now so it's best to wait and keep an...
The culprit is here: https://github.com/learningequality/kolibri/blob/develop/kolibri/plugins/facility/assets/src/views/users/NewUsersPage.vue#L254 Using the browser's timestamp, instead of using the server's timestamp. To correct this, we should be using the `now` function from https://github.com/learningequality/kolibri/blob/develop/packages/kolibri/utils/serverClock.js
I guess, the other alternative would be to change the API filter to be based on relative time `older_than_days` - but just using the server clock may be simpler.
@coderabbitai full review
@marcellamaki and I did some further investigation of the iOS Safari 9.3 compatibility, and it seems that this PR breaks that. Instead we will plan to reduce this PR to...
Fixed in #5552
For non-practice quiz content types, we do some special frontend cache manipulation to do this update, we would need to add the equivalent here for the practice quiz extra progress...
This is potentially still a little verbose for my taste - but I'd rather have input from others about whether these are useful additional examples and documentation or just unnecessary...
Confirmed that `p` elements now have a 16px font-size to match the rest of Studio.