| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: centralize auth imports through new client module (#2437) | Mohamed Bassem | 2026-02-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * refactor(web): centralize next-auth client-side utilities Create lib/auth/client.ts to re-export all next-auth/react APIs (useSession, signIn, signOut, SessionProvider) from a single location. This prepares for future auth provider replacement by isolating the next-auth dependency. https://claude.ai/code/session_01RLLL6SquzmegG6wKHdT3Fm * format --------- Co-authored-by: Claude <noreply@anthropic.com> | ||||
| * | fix: Clear search history on logout | Mohamed Bassem | 2025-07-14 | 1 | -0/+8 |
| | | |||||
| * | feat: Add a logout page | Mohamed Bassem | 2025-07-07 | 1 | -0/+18 |
