Swathi promotion eligibility fixes#4895
Open
SwathiAngadi wants to merge 4 commits intodevelopmentfrom
Open
Conversation
…ighestGoodNetworkApp into Swathi_Promotion_Eligibility_Fixes
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…ighestGoodNetworkApp into Swathi_Promotion_Eligibility_Fixes
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.




Description
Fixed the Promotion Eligibility Page displaying "Failed to load Reviewers" error, preventing table data from rendering.
Server returns 403 Forbidden status when attempting to load resources.
CSS was not implemented properly for this page, now CSS are implemented for this page along with Dark Mode.
Related PRS (if any):
No backend PR
Main changes explained:
Server returns 403 Forbidden status when un authorized user tries to load resources. This issue fixes when 'See Analytics Reports.' permission is set for that particular user.
Implemented module.css way of calling classes in PromotionEligibilty.jsx file.
Made necessary changes in module.css file
Removed media queries for mobile version and made page responsive using CSS in order to maintain standard way of viewing tables all over the application.
…
How to test:
npm installand...to run this PR locallyScreenshots or videos of changes:
Note:
The Promotion table takes more time to load the data.
In order to view this page, special permission need to be set , this also fix the other issue '403 forbidden error'. or 'Failed to load reviewers' msg.
Steps to set permission:
Screen.Recording.2026-02-25.143154.mp4