- Consolidate API logic: hooks/useApi.ts now uses services/api.ts - Create BaseFormField component to reduce form duplication - Refactor FormField, FormSelect, FormTextarea to use BaseFormField - Add centralized theme utility (utils/theme.ts) for colors/styles - Add comprehensive tests for api, auth.service, useApi hooks, AuthContext - Add tests for theme utility This reduces duplication from 11.45% and improves test coverage. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| admin | ||
| forms | ||
| ui | ||
| AboutContest.tsx | ||
| AuthProviders.tsx | ||
| Button.tsx | ||
| CookieConsent.tsx | ||
| CountdownTimer.tsx | ||
| Footer.tsx | ||
| GamePeriod.tsx | ||
| GoogleLoginButton.tsx | ||
| GrandPrize.tsx | ||
| Header.tsx | ||
| Logo.tsx | ||
| Navbar.tsx | ||
| ProfilePage.tsx | ||