veza/apps/web/src/hooks
senke cc2ebae4dc feat: Visual masterpiece - true light mode & premium UI
🎨 **True Light/Dark Mode**
- Implemented proper light mode with inverted color scheme
- Smooth theme transitions (0.3s ease)
- Light mode colors: white backgrounds, dark text, vibrant accents
- System theme detection with proper class application

🌈 **Enhanced Theme System**
- 4 color themes work in both light and dark modes
- Cyber (cyan/magenta), Ocean (blue/teal), Forest (green/lime), Sunset (orange/purple)
- Theme-specific glassmorphism effects
- Proper contrast in light mode

 **Premium Animations**
- Float, glow-pulse, slide-in, scale-in, rotate-in animations
- Smooth page transitions
- Hover effects with depth (lift, glow, scale)
- Micro-interactions on all interactive elements

🎯 **Visual Polish**
- Enhanced glassmorphism for light/dark modes
- Custom scrollbar with theme colors
- Beautiful text selection
- Focus indicators for accessibility
- Premium utility classes

🔧 **Technical Improvements**
- Updated UIStore to properly apply light/dark classes
- Added data-theme attribute for CSS targeting
- Smooth scroll behavior
- Optimized transitions

The app is now a visual masterpiece with perfect light/dark mode support!
2026-01-11 02:32:21 +01:00
..
index.ts [FE-TYPE-012] fe-type: Add type safety for hooks 2025-12-25 14:57:57 +01:00
types.ts stabilisation commit 2026-01-04 01:44:23 +01:00
useAuth.test.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
useAuth.ts [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
useDebounce.test.ts chore: remove production logs in utils and hooks 2026-01-07 10:35:04 +01:00
useDebounce.ts BASE: completing the initial repo state 2025-12-03 22:56:50 +01:00
useGlobalKeyboardShortcuts.test.ts chore: remove production logs in utils and hooks 2026-01-07 10:35:04 +01:00
useGlobalKeyboardShortcuts.ts [FE-COMP-022] fe-comp: Add keyboard shortcuts 2025-12-25 12:21:17 +01:00
useIntersectionObserver.test.ts feat: Visual masterpiece - true light mode & premium UI 2026-01-11 02:32:21 +01:00
useIntersectionObserver.ts fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
useKeyboardNavigation.test.ts chore: remove production logs in utils and hooks 2026-01-07 10:35:04 +01:00
useKeyboardNavigation.ts [FIX] PROD-010: Corriger ENUM PostgreSQL dans modèle User - Tests E2E passent 2026-01-04 01:44:19 +01:00
useLocalStorage.test.ts chore: remove production logs in utils and hooks 2026-01-07 10:35:04 +01:00
useLocalStorage.ts chore: remove production logs in utils and hooks 2026-01-07 10:35:04 +01:00
useOnlineStatus.test.ts [FE-TEST-003] fe-test: Add unit tests for hooks 2025-12-25 17:02:43 +01:00
useOnlineStatus.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
usePreload.test.ts chore: remove production logs in utils and hooks 2026-01-07 10:35:04 +01:00
usePreload.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
usePWA.test.ts chore: remove production logs in utils and hooks 2026-01-07 10:35:04 +01:00
usePWA.ts chore: remove production logs in utils and hooks 2026-01-07 10:35:04 +01:00
useQueryInvalidation.test.ts chore: remove production logs in utils and hooks 2026-01-07 10:35:04 +01:00
useQueryInvalidation.ts [FE-STATE-004] fe-state: Add state invalidation 2025-12-25 13:45:49 +01:00
useRoutePreload-additional.test.ts chore: remove production logs in utils and hooks 2026-01-07 10:35:04 +01:00
useRoutePreload.test.ts chore: remove production logs in utils and hooks 2026-01-07 10:35:04 +01:00
useRoutePreload.ts chore: remove production logs in utils and hooks 2026-01-07 10:35:04 +01:00
useToast.test.ts [FE-TEST-003] fe-test: Add unit tests for hooks 2025-12-25 17:02:43 +01:00
useToast.ts [FE-TYPE-012] fe-type: Add type safety for hooks 2025-12-25 14:57:57 +01:00
useTranslation.test.ts chore: remove production logs in utils and hooks 2026-01-07 10:35:04 +01:00
useTranslation.ts [T0-003] fix(frontend): Corriger erreurs TypeScript/React 2026-01-04 01:44:20 +01:00