gohorsejobs/frontend
Yamamoto 31fadc1b11 feat(auth): migrate sessionStorage to localStorage and add refreshSession()
- Replace sessionStorage with localStorage for user data persistence
- Add refreshSession() function to restore session from HTTPOnly cookie via /users/me
- Update tests to use localStorage mocks
- Add 3 new tests for refreshSession() functionality
- Update superadmin credentials in README.md and DEVOPS.md
2026-01-03 09:33:55 -03:00
..
e2e feat: increase test coverage backend/frontend and setup e2e 2026-01-01 10:54:58 -03:00
messages feat: implement high priority features 2025-12-24 11:40:53 -03:00
public Implement FCM Token Management (DB, Backend, Frontend, Backoffice) 2025-12-26 10:41:50 -03:00
src feat(auth): migrate sessionStorage to localStorage and add refreshSession() 2026-01-03 09:33:55 -03:00
.dockerignore perf(docker): migrate frontend to pnpm + optimize dockerignore 2025-12-28 11:20:33 -03:00
.env.example docs: add clearer warning about NEXT_PUBLIC_API_URL format 2025-12-24 00:20:43 -03:00
.gitignore feat: increase test coverage backend/frontend and setup e2e 2026-01-01 10:54:58 -03:00
.npmrc first commit 2025-12-09 19:04:48 -03:00
.stylelintrc.json docs: complete project documentation overhaul 2025-12-09 19:36:36 -03:00
components.json first commit 2025-12-09 19:04:48 -03:00
Dockerfile feat(frontend): add runtime config for environment variables 2025-12-31 08:48:32 -03:00
eslint.config.mjs first commit 2025-12-09 19:04:48 -03:00
FRONTEND.md docs: update FRONTEND.md with podman instructions 2026-01-02 19:11:02 -03:00
jest.config.js feat(tests): implement unit tests for job post and application forms and fix dashboard tests 2026-01-01 11:15:32 -03:00
jest.setup.js test(frontend): add jest setup and integration tests for API client 2025-12-15 10:26:12 -03:00
next.config.ts docs: complete project documentation overhaul 2025-12-09 19:36:36 -03:00
package-lock.json feat: increase test coverage backend/frontend and setup e2e 2026-01-01 10:54:58 -03:00
package.json feat: increase test coverage backend/frontend and setup e2e 2026-01-01 10:54:58 -03:00
playwright.config.ts feat: increase test coverage backend/frontend and setup e2e 2026-01-01 10:54:58 -03:00
postcss.config.mjs first commit 2025-12-09 19:04:48 -03:00
tsconfig.json first commit 2025-12-09 19:04:48 -03:00
wrangler.toml fix(frontend): remove invalid sections from wrangler.toml 2025-12-15 16:31:26 -03:00