-
Notifications
You must be signed in to change notification settings - Fork 750
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
Adds ability to preview selected exercise #13032
Adds ability to preview selected exercise #13032
Conversation
Build Artifacts
|
c4ea2bf
to
1ca1517
Compare
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.
Thanks @AllanOXDi! This is looking great! I have left just some comments and a little regression I found. Please let me know if you have any question! 👐
kolibri/plugins/coach/assets/src/composables/useFetchExercise.js
Outdated
Show resolved
Hide resolved
kolibri/plugins/coach/assets/src/views/common/QuestionsAccordion.vue
Outdated
Show resolved
Hide resolved
...onSummaryPage/sidePanels/LessonResourceSelection/subPages/PreviewSelectedResources/index.vue
Outdated
Show resolved
Hide resolved
...Panels/LessonResourceSelection/subPages/PreviewSelectedResources/PreviewSelectedExercise.vue
Outdated
Show resolved
Hide resolved
...Panels/LessonResourceSelection/subPages/PreviewSelectedResources/PreviewSelectedExercise.vue
Outdated
Show resolved
Hide resolved
...Panels/LessonResourceSelection/subPages/PreviewSelectedResources/PreviewSelectedExercise.vue
Outdated
Show resolved
Hide resolved
kolibri/plugins/coach/assets/src/views/common/QuestionsAccordion.vue
Outdated
Show resolved
Hide resolved
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.
whoops, it looks like @AlexVelezLl and I were reviewing at the same time to a few duplicate comments! Overall this is looking good @AllanOXDi and I think with a little bit of polishing up it will be ready to go soon :)
kolibri/plugins/coach/assets/src/composables/useFetchExercise.js
Outdated
Show resolved
Hide resolved
kolibri/plugins/coach/assets/src/views/common/QuestionsAccordion.vue
Outdated
Show resolved
Hide resolved
36157e7
to
38ddfd7
Compare
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.
Thanks @AllanOXDi!! Code looks good and didnt found anything else while manual QA. LGTM! :). Will let the final approve to @marcellamaki 🤗
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.
thank you @AllanOXDi (and @AlexVelezLl )!
Summary
Closes #12989
Screen.Recording.2025-01-28.at.15.02.50.mov
References
#12989
…
Reviewer guidance
See this
Navigate through the lesson workflow using the /lessonstemp path.
Can you successfully preview any exercise from the side pane ?
Is the side panel mobile responsiveness and a11y?