gohorsejobs/frontend/src/lib
Yamamoto 5155fa853d fix: Auth URL race, Seeder Reset 500, and UI confirmation modal
- auth.ts: await initConfig() before refreshSession to fix localhost fallback
- server.js: optional chaining req.body?.password for reset endpoint
- seeder/page.tsx: replace confirm() with elegant AlertDialog for reset
2026-01-03 14:21:29 -03:00
..
__tests__ feat(auth): migrate sessionStorage to localStorage and add refreshSession() 2026-01-03 09:33:55 -03:00
store chore: remove legacy language store (cleanup i18n) 2025-12-31 14:07:51 -03:00
api.ts feat: infrastructure updates, storage verification, and superadmin reset 2026-01-02 16:36:31 -03:00
appwrite.ts feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00
auth.ts fix: Auth URL race, Seeder Reset 500, and UI confirmation modal 2026-01-03 14:21:29 -03:00
config.ts feat(frontend): add runtime config for environment variables 2025-12-31 08:48:32 -03:00
firebase-client.ts Implement FCM Token Management (DB, Backend, Frontend, Backoffice) 2025-12-26 10:41:50 -03:00
i18n.tsx fix(frontend): language switcher focus styles and debug logs 2025-12-31 10:35:51 -03:00
local-database.ts first commit 2025-12-09 19:04:48 -03:00
mock-data.ts Translate UI and rename routes to English 2025-12-22 15:30:06 -03:00
storage.ts feat(security): migrate auth to httpOnly cookies - Frontend: remove localStorage tokens, use sessionStorage for user data, add credentials include - Backend: add logout endpoint to clear cookie 2025-12-31 15:16:45 -03:00
types.ts fix: resolved user profile 500 error, fixed frontend build types, enhanced logging, increases test coverage 2025-12-26 01:35:34 -03:00
utils.test.ts feat: increase test coverage backend/frontend and setup e2e 2026-01-01 10:54:58 -03:00
utils.ts first commit 2025-12-09 19:04:48 -03:00