Swathi - Fix for accessing "What We Do' section in Job Application Listing Page #5271
Open
SwathiAngadi wants to merge 3 commits into
Open
Swathi - Fix for accessing "What We Do' section in Job Application Listing Page #5271SwathiAngadi wants to merge 3 commits into
SwathiAngadi wants to merge 3 commits into
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
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
Job Application Listing Page- Fix route issue preventing access to implemented elements in the “what we do” section
Related PRS (if any):
NA
Main changes explained:
After investigating, identified that the issue was not related to routing. During merge conflict resolution, the code responsible for rendering the component had been lost approximately eight months ago. Since the Collaboration page had undergone multiple changes after that, rewrote the required code to restore access to the “What We Do” section. And also worked on Dark Mode implementation and responsiveness for the page.
How to test:
check into current branch
do
npm installand...to run this PR locallyClear site data/cache
log as admin user
go to this URL: http://localhost:5173/collaboration
One should be able to see Job Listing Page along with navigation menu containing What we do section.
On Click of What we do text, user should be able to see What we do page.
Check for Dark Mode
Screenshots or videos of changes:
Note:
This PR is only for successful landing to the What We Do page from Job Listing Portal which was missing earlier.