-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update now value in SyncStatusDisplay #12110
Update now value in SyncStatusDisplay #12110
Conversation
Build Artifacts
|
|
||
import { ref, onMounted, onUnmounted } from 'kolibri.lib.vueCompositionApi'; | ||
|
||
export default function useNow(interval = 10000) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To justify the composable, we could use this in the ElapsedTime component as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I created a follow-up issue for this in #12114
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code wise, this is good to go, so just want confirmation of the manual fix from QA!
Hi @AlexVelezLl - I confirm that the syncing status is working correctly. Good to go! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Manual QA passes, good to go! 💯 👏🏽
Thanks! @pcenov @radinamatic @rtibbles 🎉 |
cb98c94
into
learningequality:release-v0.16.x
Summary
Update now value in SyncStatusDisplay component.
Compartir.pantalla.-.2024-04-26.11_36_22.mp4
References
Closes #11880.
Reviewer guidance
Testing checklist
PR process
Reviewer checklist
yarn
andpip
)