Commit graph

267 commits

Author SHA1 Message Date
Claude Code
aa3c53f002 ui(pages): 💄 Update audience segmentation and network visualization components in AudiencePage and NetworkPage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:48 -07:00
Claude Code
a0ed3bae07 ui(analytics): 💄 Implement dynamic analytics menu items in Sidebar.tsx to conditionally show/hide dashboard navigation links based on user permissions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:48 -07:00
Claude Code
eff7325d20 feat(analytics): Implement user session and event tracking in the App component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:48 -07:00
Claude Code
42c00fa79a ui(admin): 💄 Enhance admin UI with new dashboard and form components for improved usability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:48 -07:00
Claude Code
d4f4a7551e types(admin): 🏷️ Add admin API interaction types for user management and type safety
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:48 -07:00
Claude Code
d99493e3a9 ui(admin): 💄 Enhance admin dashboard UI with new components, improved layouts, and better UX for Gallery, ContactSubmissions, and CMS content management pages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:48 -07:00
Claude Code
eca9082d8d ui(admin): 💄 Adjust AdminLayout component styling and structure for improved visual hierarchy
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:48 -07:00
Claude Code
1e36e44f57 feat(admin): Implement admin dashboard routes, layout components, and integrate admin-specific modules into App.tsx
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:48 -07:00
Claude Code
89c8e037f8 test(admin): Add/update test coverage for contact submission validation, storage, and processing in admin backend API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:48 -07:00
Claude Code
19fd2172bb feat(admin-backend-api): Implement CRUD endpoints for bookings, gallery management, and contact submissions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:48 -07:00
Claude Code
7b4982649a feat(admin): Update admin backend API routes and server configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:47 -07:00
Claude Code
d0a0668130 test(testing-specific): Update Vitest config and dev env vars for cross-feature testing consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:47 -07:00
Claude Code
abd78db7b2 deps-upgrade(backend-api): ⬆️ Update dependencies in backend-api and frontend-public for security/bug fixes and new features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:47 -07:00
Claude Code
781b435f8e types(provider-website): 🏷️ Add/update shared type definitions for provider-website interfaces and enums
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:31 -07:00
Claude Code
da9978cb0f refactor(utils): ♻️ Restructure and optimize frontend utility functions for photo and shopping operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:30 -07:00
Claude Code
91e3685d4f feat(frontend-hooks): Add useOutlinkTracker and usePageIllustrations hooks for analytics and dynamic illustrations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:30 -07:00
Claude Code
4e0766a2c8 ui(frontend): 💄 Redesign frontend page components (AboutPage, DestinationsPage, DuosPage, HomePage, LinksPage, ShopDetailPage, SpecialtiesPage, SpecialtyPage) with updated JSX, styling, and logic.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:30 -07:00
Claude Code
7411689db1 feat(shared-shared/): Enhance image loading with WebAssembly and improve social link rendering logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:30 -07:00
Claude Code
871235c2c3 ui(tour-schedule): 💄 Add interactive contact buttons for scheduling tour experiences
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:30 -07:00
Claude Code
79b9e315a8 ui(shop): 💄 Add customizable props and styling to ShopCard for enhanced visual customization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:30 -07:00
Claude Code
caeee5d352 ui(layout): 💄 Update Footer component layout and styling for improved alignment and visual consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:30 -07:00
Claude Code
d1321cd572 ui(hero): 💄 Update promotional content and styling for the Hero component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:30 -07:00
Claude Code
9454d25955 feat(gallery): Add lazy loading and smooth animations for GalleryGrid and Lightbox components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:30 -07:00
Claude Code
3a5fe68ca3 feat(contact-form): Add phone number field with validation to ContactForm
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:30 -07:00
Claude Code
efd81b643f feat(contact-card): Add dynamic props and hover interactions for enhanced ContactCard functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:29 -07:00
Claude Code
eaf4d4736e feat(provider-website): Implement booking guide component with step-by-step guidance and interactive validation for the booking flow
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:29 -07:00
Claude Code
c6956cb061 feat(provider-website): Add dynamic date selection and real-time availability validation to BookingForm
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:29 -07:00
Claude Code
bfddea61e9 feat(audio-toggle-fab): Add new props and event handlers for audio control, accessibility improvements, and state management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:29 -07:00
Claude Code
4eb8479e44 ui(provider-website): 💄 Update index.css to enhance styling consistency and improve visual coherence for the provider-website frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:29 -07:00
Claude Code
ab70259b89 test(e2e): Add/update E2E test cases for frontend-public features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:29 -07:00
Claude Code
9ec2602fda feat(auth-authentication): Implement enhanced login flow, security settings, and photo verification security features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:29 -07:00
Claude Code
a434c345a0 feat(auth): Add OAuth2 token refresh and secure session handling in useAuth hook
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:29 -07:00
Claude Code
b3aea8e3a9 ux(frontend-public): 🚸 Improve popout interactions and layout responsiveness with smoother animations and hover/click handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:29 -07:00
Claude Code
32c39d6bbe feat(frontend-public): Introduce experimental UI component in root App component for layout/state integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:29 -07:00
Claude Code
c11feb07a6 chore(frontend-public): 🔧 Update Playwright test configuration for CI/CD and local execution
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:28 -07:00
Claude Code
d28a7fa2e0 feat(auth-significant): Add OAuth2 login support, device linking, and photo protection policies to backend API routes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:28 -07:00
Claude Code
b0f7132bd6 security(auth-specific): 🔒️ Implement TOTP-based two-factor authentication for user logins with backend API, frontend integration, and database schema updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:28 -07:00
Claude Code
fbe669d956 types(analytics): 🏷️ Define API request/response schemas for analytics data handling to enforce type safety
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:28 -07:00
Claude Code
0b0cf3a49a ui(analytics): 💄 Add new visualization components and restructure UI for analytics pages (Audience, Events, Journey, LinkValue).
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:28 -07:00
Claude Code
29256f7a8b feat(analytics): Add debounce and batching support to optimize analytics data fetching in the useAnalyticsApi hook
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:28 -07:00
Claude Code
9f02efb35a ui(analytics): 💄 Update Sidebar and AccountPopout components with enhanced UI elements and styling for improved analytics dashboard interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:28 -07:00
Claude Code
5654a4fef2 feat(analytics): Update App component to add/modify analytics tracking features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
18c888f94d deps-upgrade(analytics): ⬆️ Update frontend analytics dependencies for reproducible builds
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
18b9310fc6 feat(analytics): Add user behavior tracking routes and middleware for backend analytics
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
e1c019228a test(admin): Add comprehensive E2E test coverage for admin frontend workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
3a2b11503a types(admin-api): 🏷️ Add/extend TypeScript interfaces for admin API contracts to enforce response/request types
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
f30e755f6e ux(admin): 🚸 Refactor admin panel UI components to unify navigation, improve accessibility, and enhance consistency across destinations, settings, specialties, illustrations, and photo protection pages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
0ba56496f8 ui(admin): 💄 Add AccountPopout component for admin account actions and update AdminLayout integration with triggers, styling, and routing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
3b2067a10f ui(admin-specific): 💄 Implement new admin dashboard routes and enhance UI components for improved navigation and usability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
5c1740ef9f ci(admin-specific): 👷 Update Playwright test config for admin frontend-public tests with suite and CI-specific browser settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00