-
Notifications
You must be signed in to change notification settings - Fork 713
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
changed KResponsiveWindow to useKResponsiveWindow in Pdf Viewer plugin #11415
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… polls for the currently available devices and can be shared across components and files
… reduce potential async conflicts, overwriting, and errors
…etworkDevices ref from the useDevices composable
…nges to useDevices composable, so that they continue to be imported correctly
… it is used to conditionally set errors displayed to the user
…t in handler, and adding a circular loader for page data
…status column that displays On your device for successfully downloaded items
…s in useDevices; PR feedback and fixes
…ination state on resource removal
…ading is disabled
…-quiz-section-tabs-with-overflow Merging this to mitigate rebase issues; @LianaHarris360 ' review notes will be handled in learningequality#11434 which is based on this PR
# Conflicts: # kolibri/core/auth/serializers.py # kolibri/core/package.json # kolibri/plugins/coach/assets/src/views/CoachImmersivePage.vue # kolibri/plugins/perseus_viewer/assets/src/views/PerseusRendererIndex.vue # yarn.lock
0.16 into develop
…indow-device-plugin Replace KResponseWindow with useKResponseWindow in Device plugin
replaced responsiveWindow with useKResponsiveWindow
Replaced KResponsiveWindow mixin by useKResponsiveWindow composable - Core learningequality#11335
…veWindow-profile-page Replace KResponseWindow with useKResponseWindow in User Profile plugin
thanks for this, @ShivangRawat30! i can confirm the code looks correct. just a couple steps before it can be officially approved & merged:
|
learningequality#11366) * MyDownloads page done * ActivityFilter done * SortFilter done * View Folder resources * BookmarkPage done * ContentPage done * resolved conflict in LearningActivityBars * Library page done * search result grid done * Assesment wrapper done * LessonMasteryBar done * CardGrid view done * LessonPlaylistPage done * CompletionModalSection done * ExamPage done * bug fix * QuizRenderer * category search model done * CardList view done * conflict resolved TopicsPage * contenet grid done * All conflict resolved * for completion modal * SidePanel modal * regression fixed * resolved * ActivityFilter done * lLibrary page done * search result grid done * regression fixed * fixes while rebasing * Fix tests. --------- Co-authored-by: Richard Tibbles <[email protected]>
Hi @ShivangRawat30, can we help here somehow? |
@MisRob I will look into it, I wasn't active because of my exams. |
Okay, take all the time you need and good luck with exams. Thanks for letting us know. |
Signed-off-by: shivangrawat30 <[email protected]>
…o 11328 Signed-off-by: shivangrawat30 <[email protected]>
github-actions
bot
added
DEV: dev-ops
Continuous integration & deployment
DEV: backend
Python, databases, networking, filesystem...
APP: Device
Re: Device App (content import/export, facility-syncing, user permissions, etc.)
APP: Learn
Re: Learn App (content, quizzes, lessons, etc.)
APP: Coach
Re: Coach App (lessons, quizzes, groups, reports, etc.)
APP: User
Re: User app (sign-in, sign-up, user profile, etc.)
APP: Setup Wizard
Re: Setup Wizard (facility import, superuser creation, settings, etc.)
labels
Nov 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
APP: Coach
Re: Coach App (lessons, quizzes, groups, reports, etc.)
APP: Device
Re: Device App (content import/export, facility-syncing, user permissions, etc.)
APP: Learn
Re: Learn App (content, quizzes, lessons, etc.)
APP: Setup Wizard
Re: Setup Wizard (facility import, superuser creation, settings, etc.)
APP: User
Re: User app (sign-in, sign-up, user profile, etc.)
DEV: backend
Python, databases, networking, filesystem...
DEV: dev-ops
Continuous integration & deployment
SIZE: medium
SIZE: small
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR changes the
KResponsiveWindow
touseKResponsiveWindow
in Pdf Viewer pluginReferences
#11328
Reviewer guidance
…
Testing checklist
PR process
Reviewer checklist
yarn
andpip
)