-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
#Fixes 7125 Fixing unresponsive sidebar toggle in mobile view #7265
Conversation
Hi, @Showtim3. This pull request does not have a "CHANGELOG: ..." label as mentioned in the PR checkbox list. Please add this label. PRs without this label will not be merged. If you are unsure of which label to add, please ask the reviewers for guidance. Thanks! |
@vojtechjelinek @NishealJ @Jamesjay4199 PTAL |
LGTM! I hope you have done the needed testing, |
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.
@Showtim3, Thanks for the PR, code changes LGTM! (I haven't tested the UI)
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! LGTM!
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! LGTM!
@Jamesjay4199, Can you please review this PR? |
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.
LGTM!
Thanks @Showtim3
@Jamesjay4199, Have you done the manual UI review as well? |
Codecov Report
@@ Coverage Diff @@
## develop #7265 +/- ##
===========================================
- Coverage 89.39% 89.38% -<.01%
===========================================
Files 1206 1206
Lines 97987 97987
Branches 2635 2635
===========================================
- Hits 87586 87585 -1
- Misses 9766 9767 +1
Partials 635 635
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## develop #7265 +/- ##
===========================================
- Coverage 89.39% 89.38% -<.01%
===========================================
Files 1206 1206
Lines 97987 97987
Branches 2635 2635
===========================================
- Hits 87586 87585 -1
- Misses 9766 9767 +1
Partials 635 635
|
I've done the UI testing and it works. |
I think this is ready to be merged @DubeySandeep. |
Explanation
Fixes #7125 So this is a pretty straight forward issue. ctrl was written as crtl and hence the unresponsive sidebar. After fixing the typo, the sidebar is working fine. I have tested it on a couple of pages like /splash, libray page, contact page etc. It's working fine with this fix.
Checklist
python scripts/pre_commit_linter.py
andbash scripts/run_frontend_tests.sh
.