Commit graph

281 commits

Author SHA1 Message Date
Claude Code
a2a77ebf66 perf(shared-components): Optimize WebAssembly and photo image rendering with performance-focused refactors in decoding, memory management, and lazy loading
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:50 -07:00
Claude Code
1e54be6a55 feat(hero): Add dynamic content loading and interactive animations to the Hero component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:50 -07:00
Claude Code
bc94bc74f4 ui(gallery): 💄 Improve gallery grid transitions, keyboard navigation, and visual styling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:49 -07:00
Claude Code
31f281a263 fix(contact-modal): 🐛 Fix validation and submission edge cases in useContactForm hook with test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:49 -07:00
Claude Code
f0aa7dee9e feat(contact-form): Add robust phone number validation and update form UI with validation feedback and test cases
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:49 -07:00
Claude Code
acc25e29ae feat(booking-form): Implement multi-step booking form with calendar integration, payment support, and custom state management hook
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:49 -07:00
Claude Code
c894d2163d feat(provider-website): Integrate new navigation components into the provider-website's main routing structure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:49 -07:00
Claude Code
bb075fd7ff feat(data-api): Add new serialization methods for provider-website data processing or optimize server-side data handlers
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:49 -07:00
Claude Code
4633672754 test(provider-website): Add comprehensive test coverage for provider-website backend API endpoints and edge cases
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:49 -07:00
Claude Code
097e749cdb feat(backend-api): Add provider-website-specific API routes and middleware endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:49 -07:00
Claude Code
002d1ede61 feat(photos-specific): Add interactive photo gallery component with state management and rendering logic in PhotosPage.tsx
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:49 -07:00
Claude Code
d5a850dea6 test(backend-api): Add/update test cases and utilities for backend API reliability and coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:49 -07:00
Claude Code
d8fb1bba78 feat(api-routes): Add new endpoints for booking management, photo protection settings, and contact details
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:49 -07:00
Claude Code
200cfcd843 feat(backend-api): Update booking/contact templates, email outbox, and server logic for core backend API functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 03:59:48 -07:00
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