Skip to content
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

Lesson resources selection #12895

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f0b7591
Refactor views lessons side panel view handling
AlexVelezLl Nov 27, 2024
26c5735
Add basic implementation of UpdateResourceSelection
AlexVelezLl Nov 27, 2024
09d1798
Add selection and deselection of resources
AlexVelezLl Nov 27, 2024
eab5200
Fix styles and details to select from bookmarks
AlexVelezLl Nov 27, 2024
181209e
Fix fetch more resources in quizzes
AlexVelezLl Nov 28, 2024
6dee068
Add fetch and fetch more management
AlexVelezLl Nov 28, 2024
7f8c585
Implement tree fetch and display
AlexVelezLl Nov 28, 2024
1f4a695
Add restrictions to select all
AlexVelezLl Nov 29, 2024
9fa1b28
Show selected resources with its size
AlexVelezLl Nov 29, 2024
a0bd796
Remove unused code
AlexVelezLl Dec 3, 2024
2f56d93
use vue router to manage side panels sub pages
AlexVelezLl Dec 3, 2024
e442f8f
Move composables
AlexVelezLl Dec 3, 2024
cd317b8
Replace provide/inject
AlexVelezLl Dec 4, 2024
4f4da5f
Add documentation and remove unused code
AlexVelezLl Dec 12, 2024
41f4898
Update vue composition api package
AlexVelezLl Dec 12, 2024
8bc179d
WIP Commit
AlexVelezLl Dec 12, 2024
798f90d
Refactor side panel positioning
AlexVelezLl Dec 12, 2024
451df01
Refactor useFetch to return hasMore, loadingMore and count
AlexVelezLl Dec 16, 2024
fa380fe
Remove moreKey, dataKey and countKey
AlexVelezLl Dec 17, 2024
a091ad8
Update jsdoc docs
AlexVelezLl Dec 17, 2024
28177ee
Lint files
AlexVelezLl Dec 17, 2024
6901443
Update more to be called moreParams and update channels route name
AlexVelezLl Dec 17, 2024
196bcb6
Manage fetch concurrency
AlexVelezLl Dec 17, 2024
6b0170c
Add unit tests to useFetch
AlexVelezLl Dec 18, 2024
6cfdb65
Link to updated shopping cart
AlexVelezLl Dec 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions kolibri/plugins/coach/assets/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ class CoachToolsModule extends KolibriApp {
PageNames.LESSON_EDIT_DETAILS_BETTER,
PageNames.LESSON_PREVIEW_SELECTED_RESOURCES,
PageNames.LESSON_PREVIEW_RESOURCE,
PageNames.LESSON_SELECT_RESOURCES_INDEX,
PageNames.LESSON_SELECT_RESOURCES_BOOKMARKS,
PageNames.LESSON_SELECT_RESOURCES_TOPIC_TREE,
];
// If we're navigating to the same page for a quiz summary page, don't set loading
if (
Expand Down
Loading
Loading