-
-
Notifications
You must be signed in to change notification settings - Fork 205
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
link-redirect-fix #1042
link-redirect-fix #1042
Conversation
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.
Welcome to the JSON Schema Community. Thanks a lot for creating your first pull request!! 🎉🎉 We are so excited you are here! We hope this is only the first of many! For more details check out README.md file.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1042 +/- ##
===========================================
- Coverage 100.00% 99.47% -0.53%
===========================================
Files 10 10
Lines 373 380 +7
Branches 94 97 +3
===========================================
+ Hits 373 378 +5
- Misses 0 2 +2 ☔ View full report in Codecov by Sentry. |
looks great, but would it be possible to clarify:
|
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.
Pls. remove package-lock.json
file since we are using yarn as package manager
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.
remove newly installed dependencies since it seems like they are not used in the codebase
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.
This file is obtained from .github repo as submodule, for doing changes in it you have to perform changes in that repo.
Revert the changes related to it.
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.
This file is obtained from community repo as git submodule
Pls. revert changes related to it.
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.
Pls. revert these changes
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.
remove changes from yarn.lock file and uninstall newly installed dependencies
|
Ill Fork the repo again and create a new pull request soon @DhairyaMajmudar . Thank you |
No need to fork and create pr again you can commit changes in this PR also |
What kind of change does this PR introduce?
Bugfix: Fixes misdirection of pages.
Issue Number:
Closes #1038
Related to #___
Others?
Screenshots/videos:
If relevant, you can add screenshots or videos showing the issue and how it was fixed.
If relevant, did you update the documentation?
No documentation updates were needed.
Summary
This PR fixes a bug that caused misdirection of certain pages in the app. The routing logic was adjusted to correctly map the pages to their intended destinations.
Does this PR introduce a breaking change?
No, this PR does not introduce a breaking change.