gohorsejobs/frontend/src/lib
Yamamoto 08efbe4f2b feat(frontend): improve login error handling and user avatar
- Implemented more specific error messages for the login page, distinguishing between invalid credentials and server errors.
- Updated i18n files with new translations for login error messages.
- Improved the avatar fallback to use the user's email initials if their name is not available.
- Removed frontend-source.tar.gz from tracking.
- Chore: Added debug logs to the seeder-api location loader.
2026-01-03 18:28:12 -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 feat(frontend): improve login error handling and user avatar 2026-01-03 18:28:12 -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