Veda Create a job application form page#4583
Closed
Charitha2009 wants to merge 13 commits into
Closed
Conversation
added 7 commits
December 5, 2025 22:06
…-disable comments
Fixes: 1. Fixed 'Apply Now' button to show application form instead of redirecting to external URL 2. Fixed job listings to load automatically on page load (removed requirement for search/category filter) 3. Fixed HTML tags displaying in job descriptions - added HTML stripping function 4. Fixed job card layout to match design: - Reduced icon size from 150px to 60px for compact display - Adjusted card padding and sizing for better proportions - Fixed font sizes for title and description - Made Apply Now button full-width at bottom 5. Fixed search section layout - vertical stacking in green navbar 6. Fixed job description on application page - strips HTML tags for clean display 7. Improved error handling in JobApplicationPage for better reliability 8. Matched styling with provided branch implementation while keeping improvements
…s, update styling to match design - Add isAdmin prop and requirements checking logic - Create RequirementsSection component with two-column layout - Update button styling to green (#69B369) scoped to component only - Update header styling (light gray background, green title text) - Add admin view detection in JobApplicationPage - Add padding below form for better spacing
…m requirements section
…h proper images, referral link support, and user requirements section
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
added 4 commits
December 20, 2025 21:40
…ing HEAD version with category-based view
…actual API call order and parameters
|
added 2 commits
March 7, 2026 16:46
- Collaboration.jsx: keep branch behavior (fetchJobAds, selectedCategory, summaries pagination, history.push to job-application, category images) - Collaboration.module.css: keep branch styles (header, collabContainer, jobLandingDark, summariesList, pagination) - JobApplicationForm.module.css: keep admin/user requirements section and dark mode - Collaboration.test.jsx: keep fetch expectation with stringContaining and method GET - authInit.js: use console.error for invalid token (development) Made-with: Cursor
Made-with: Cursor
|
Member
|
Closed and redone with this: #4958 |
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
Related PRS (if any):
New PR for this: #4958
Main changes explained:
How to test:
npm installand...to run this PR locallyScreenshots or videos of changes: