- Replace free-text location input with debounced autocomplete - On country select, fetch its numeric ID from /api/v1/locations/countries and use it to scope the search results to that country - Typing ≥2 chars in location field triggers GET /api/v1/locations/search with 350ms debounce; results show city (blue) and state (green) badges - On result selection, stores cityId + regionId and sets the display label to "Name, Region" format; IDs are included in the job creation payload - Spinner shown while searching; dropdown closes on outside click / select - CEP search button preserved alongside the autocomplete Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| e2e | ||
| messages | ||
| public | ||
| seeder-api/sql | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| .npmrc | ||
| .stylelintrc.json | ||
| components.json | ||
| CONVENTIONS.md | ||
| DESIGN_SYSTEM.md | ||
| Dockerfile | ||
| eslint.config.mjs | ||
| FRONTEND.md | ||
| jest.config.js | ||
| jest.setup.js | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.ts | ||
| pnpm-lock.yaml | ||
| postcss.config.mjs | ||
| README.md | ||
| RESPONSIVENESS_AND_I18N_IMPROVEMENTS.md | ||
| tsconfig.json | ||
| wrangler.toml | ||
Frontend App - GoHorse Jobs
This directory contains the main web application frontend for GoHorse Jobs, utilizing modern JavaScript/TypeScript technologies like Shadcn UI components.
🚨 AI Rules Warning 🚨
Before making ANY changes to infrastructure deployment manifests or Kubernetes files, please refer to the project-wide AI Rules located at .agent/rules.md.
Do NOT touch k3s or k8s files. Do not alter raw RSA/base64 authentication keys.