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

changed KResponsiveWindow to useKResponsiveWindow in Pdf Viewer plugin #11415

Closed
wants to merge 306 commits into from

Conversation

ShivangRawat30
Copy link
Contributor

Summary

This PR changes the KResponsiveWindow to useKResponsiveWindow in Pdf Viewer plugin

References

#11328

Reviewer guidance


Testing checklist

  • Contributor has fully tested the PR manually
  • If there are any front-end changes, before/after screenshots are included
  • Critical user journeys are covered by Gherkin stories
  • Critical and brittle code paths are covered by unit tests

PR process

  • PR has the correct target branch and milestone
  • PR has 'needs review' or 'work-in-progress' label
  • If PR is ready for review, a reviewer has been added. (Don't use 'Assignees')
  • If this is an important user-facing change, PR or related issue has a 'changelog' label
  • If this includes an internal dependency change, a link to the diff is provided

Reviewer checklist

  • Automated test coverage is satisfactory
  • PR is fully functional
  • PR has been tested for accessibility regressions
  • External dependency files were updated if necessary (yarn and pip)
  • Documentation is updated
  • Contributor is in AUTHORS.md

marcellamaki and others added 30 commits October 10, 2023 15:38
… 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
nucleogenesis and others added 14 commits October 25, 2023 13:10
…-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
…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
@thanksameeelian
Copy link
Contributor

thanks for this, @ShivangRawat30! i can confirm the code looks correct.

just a couple steps before it can be officially approved & merged:

  • please merge in the latest develop into your branch, it should resolve the failing tests/conflicts 🙂
  • once that has been done & tests are passing, i will tag QA & ask them to confirm accurate page responsiveness in the PDF viewer now that the composable is in use.

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]>
@MisRob
Copy link
Member

MisRob commented Nov 10, 2023

Hi @ShivangRawat30, can we help here somehow?

@ShivangRawat30
Copy link
Contributor Author

@MisRob I will look into it, I wasn't active because of my exams.

@MisRob
Copy link
Member

MisRob commented Nov 10, 2023

Okay, take all the time you need and good luck with exams. Thanks for letting us know.

@github-actions 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.