-
-
Notifications
You must be signed in to change notification settings - Fork 776
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
Abdul/fix/grant new tab #7805
Abdul/fix/grant new tab #7805
Conversation
…to abdul/fix/grant-new-tab
Codecov Report
@@ Coverage Diff @@
## master #7805 +/- ##
=======================================
Coverage 25.36% 25.36%
=======================================
Files 328 328
Lines 33082 33082
Branches 4926 4926
=======================================
Hits 8391 8391
+ Misses 24408 24403 -5
- Partials 283 288 +5
Continue to review full report at Codecov.
|
@aamustapha-gitcoin make sure to fill out the PR form completely when you post a PR. The description should describe what this PR is changing and why we are changing it. The Refers is a place to link the issue, ticket, comment, or other PR that relates to this one, and the testing section should describe how you tested it (or whether you tested it), so some comment like "untested" "tested locally by creating a new grant" "see unit tests" etc. Also, please post a screen share video of the changes or at least screenshots. |
Description
When a user accidentally clicks on a grant, it overrides all filters and pagination data which can be quite a headache to go back and apply filters and scroll. A quick solution is to open grants in new tab.
Refers/Fixes
refers #7802
Testing