A description of the problem this PR solves or feature it builds out, any relevant technical decisions made, necessary context, and screenshots (if appropriate)
JobDetailContainer, JobDetailPage & associated test (uses CSS grid woo)
Adds Link to JobPreviewCard & modifies test
Adds mock SQL to docker/db/data/jobs.json
Upgrades react-router-dom so we can use hooks
Creates CustomSearchBarContainer
Brings CustomSearchBarContainer into App.tsx so that it persists across routes
Deletes unused src/containers/JobsContainer.ts
Checklist
[ ] This PR contains tests (at least one (non-snapshot) test)
Description
A description of the problem this PR solves or feature it builds out, any relevant technical decisions made, necessary context, and screenshots (if appropriate)
JobDetailContainer
,JobDetailPage
& associated test (uses CSS grid woo)docker/db/data/jobs.json
react-router-dom
so we can use hooksCustomSearchBarContainer
CustomSearchBarContainer
into App.tsx so that it persists across routesChecklist