✨ feat: Replace existing app with new Visa Sponsorship Job Board#14
✨ feat: Replace existing app with new Visa Sponsorship Job Board#14opensourcevk wants to merge 2 commits intomainfrom
Conversation
- Deleted existing application files (`src/Questions.js`, `src/researchBasis.js`, `src/test/`) - Updated `index.html` title to "Tech Jobs with Visa Sponsorship" - Created mock job data in `src/mockData.js` - Built responsive Material UI components: `Navbar`, `Hero`, `JobList` - Overwrote `App.jsx` to render the new application components and a custom MUI theme - Updated `App.test.jsx` to test the new UI and fixed missing Jest DOM setup for Vitest Co-authored-by: opensourcevk <163758748+opensourcevk@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Created `src/api/linkedin.js` to handle asynchronous `fetch` calls to a designated backend endpoint (`/api/jobs/linkedin`). - Implemented fallback logic to gracefully load `src/mockData.js` when the backend is unavailable or the API call fails, preventing an empty UI. - Updated `src/JobList.jsx` to manage loading states (`<CircularProgress />`) and populate the UI using React hooks instead of static imports. - Re-configured Vitest settings to mock the `fetch` API and wrapped React testing library tests in `act(...)` to handle async state updates properly. Co-authored-by: opensourcevk <163758748+opensourcevk@users.noreply.github.com>
This Pull Request completely removes the old "Cognitive Decay Diagnostic" React application and replaces it with a brand new "Visa Sponsorship Job Board", structurally inspired by
jaabz.com.Changes Included:
src/logic and test logic.@mui/materialand@mui/icons-material.Navbarcomponent.Herosection to quickly search and filter jobs.JobListmapping over placeholder job objects (mockData.js) that displays job tags, locations, company names, and posting times.vitestunit tests and Vite production builds still pass successfully underpnpm.PR created automatically by Jules for task 198792808988537102 started by @opensourcevk