Commit graph

306 commits

Author SHA1 Message Date
autocommit
f096522f14 chore(data-api): 🔧 Update TypeScript compiler settings and .gitignore to ignore build artifacts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 17:56:15 -07:00
autocommit
c482b6b997 deps-upgrade(data-api): ⬆️ Update dependencies in data-api to latest patch versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 17:56:15 -07:00
autocommit
153f9bd595 refactor(frontend-public): ♻️ Clean up route definitions and maintenance mode logic in App and Routes components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 21:16:37 -07:00
autocommit
7f3857e880 feat(contact-form): Add ContactForm React component with form fields, submit handling, and unit test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 17:43:52 -07:00
autocommit
f9938c78af feat(booking-form): Add stricter email validation and expand test coverage for BookingForm component and its custom hook
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 17:43:52 -07:00
autocommit
e4c819cc88 feat(provider-website): Introduce reusable provider data fetching and validation utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 17:28:19 -07:00
autocommit
2c6904c768 refactor(data-api): ♻️ Optimize provider-website data API serialization for better performance and reduced overhead
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 16:58:25 -07:00
autocommit
c9dab8e42a fix(frontend-public): 🐛 Add null/undefined checks for availableFor prop in BookingForm to prevent runtime errors
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 16:58:25 -07:00
autocommit
87031fa22d feat(frontend-public): Introduce HomePage route and maintenance mode toggle with conditional rendering logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-21 00:22:35 -07:00
autocommit
54ff3cf8e9 ui(frontend): 💄 Add waitlist subscription UI elements and logic to MaintenanceMode page
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 22:23:12 -07:00
autocommit
e48752f7e9 feat(maintenance-mode): Add phone call-to-action button for user engagement during maintenance periods
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 21:29:27 -07:00
autocommit
e4462c8fa0 release(provider-website): 🔖 Publish new version with updated frontend routes, maintenance mode UX enhancements, and deployment workflow fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 21:05:24 -07:00
autocommit
36145d114e refactor(frontend-public): ♻️ Implement centralized route definitions by consolidating routes in Routes.tsx and updating App.tsx to dynamically import and use them.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 20:31:30 -07:00
autocommit
8623320018 fix: correct import syntax for Routes component 2026-04-20 19:39:40 -07:00
autocommit
61942e84c5 feat(provider-website): Enhance MaintenanceMode page with improved logic and styling for better maintenance mode handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 19:29:44 -07:00
autocommit
985c375c75 feat(frontend-public): Update routing configuration in App component with new route definitions and navigation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 19:29:44 -07:00
autocommit
be022d2fdb ui(provider-website): 💄 Add MaintenanceMode.tsx page with UI elements for maintenance notifications
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 19:14:20 -07:00
autocommit
11e0ca41a4 feat(footer): Introduce dynamic specialties section visibility in Footer based on context props
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 19:14:20 -07:00
autocommit
cc93126c04 fix(maintenance): Use correct waitlist API endpoint (/waitlist instead of /api/waitlist) 2026-04-20 19:06:36 -07:00
autocommit
3a281c1547 feat(frontend-public): Implement MaintenanceMode.tsx page component with UI and state logic for frontend maintenance mode
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 18:59:04 -07:00
autocommit
aabdfece1f refactor(app-routing): ♻️ Replace MaintenancePage component with MaintenanceMode in routing configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 18:59:04 -07:00
autocommit
1e5ba60a40 feat(routing): Update routing configuration in App.tsx and Routes.tsx to implement new/modify routes, including nested routes, route guards, and code splitting
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 18:43:59 -07:00
autocommit
a275c48ba1 feat(frontend-public): Implement new backend schema integration in App.tsx with API calls, state management, and routing updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 18:28:22 -07:00
autocommit
7733bd43d2 fix(provider-website): 🐛 Ensure paymentMethods is always coerced into an array during contact data serialization to prevent undefined API responses
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 18:12:53 -07:00
autocommit
ee324da97d feat(data-api): Update data migration query logic in server.ts to enhance data fetching/transformation compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 17:42:00 -07:00
autocommit
55bc599d5c feat(data-api): Implement server-side data API handlers and routes in server.ts for provider websites
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 17:26:39 -07:00
autocommit
b5b23c6e45 feat(provider-website/data-api): Implement structured data serialization and optimized server logic for provider-website data API endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:30:03 -07:00
autocommit
d2b236158e chore(data-api): 🔧 Update data pipeline configuration files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:23:29 -07:00
autocommit
0672e64908 deps-upgrade(dependencies): ⬆️ Bump versions in root and scoped modules (landing, messages, provider-website, atlilith.www) for version parity
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:17:48 -07:00
autocommit
fbd8c1d92e deps-upgrade(dependencies): ⬆️ Update dependencies across landing, provider-website, atlilith.www, quinn.www, and root to latest stable versions for security and compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:11:22 -07:00
autocommit
a9665081e7 refactor(data-api): ♻️ Remove tour-related serialization logic from data API to simplify responsibilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 00:26:40 -07:00
autocommit
6c2e6f13ab chore(frontend-public): 🔧 Update Vite build config for provider website frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 00:26:40 -07:00
autocommit
93a9c3a344 chore(infrastructure): 🔧 Update Vite config and environment port mappings for provider-website frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 00:06:47 -07:00
autocommit
2503db8b17 feat(provider-website): Update root App component to enhance routing, layout, and state management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 23:53:03 -07:00
autocommit
c009295ddd deps-upgrade(features-specific): ⬆️ Update dependencies in messages, provider-website, and vip feature modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 23:53:03 -07:00
autocommit
7bbab9a5fb feat(tour-page): Introduce guided tour component with interactive steps and progress tracking in TourPage, plus update VIP welcome page to support the new flow
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:15:41 -07:00
autocommit
8e84a1a997 refactor(data-api): ♻️ Update serialization functions and shared types to align with new data structures and optimize API response consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:01:48 -07:00
autocommit
fd0c9524a7 feat(provider-website): Enhance public pages with interactive layouts, updated UI, and improved data fetching for DestinationPage and TourPage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 20:01:47 -07:00
autocommit
4d98df7cc9 feat(provider-website): Improve DestinationPage.tsx layout with enhanced typography and navigation interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 19:24:32 -07:00
autocommit
4bc429c5e5 feat(fmty): Add TouringOptIn component, update Header/Footer navigation, and optimize routing for FMTY with prefetch hook
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 19:11:35 -07:00
autocommit
a95b1bee89 feat(admin-affected): Add HeroStrip UI component, reputation event system, and client management routes to admin interface
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 18:16:25 -07:00
autocommit
3f11207024 feat(tour-schedule): Implement dynamic filtering and real-time updates for tour schedule display
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 16:27:02 -07:00
autocommit
b8a486775b refactor(geo-classification): ♻️ Add TypeScript types for DestinationMap props/events and GeoClassificationService responses
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 16:27:02 -07:00
autocommit
7ed807c6cc feat(analytics): Add tracking for user interactions in DestinationMap and TourSchedule components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 16:14:02 -07:00
autocommit
8fff2ca704 feat(hero): Add loading state and WASM-based image handling to Hero component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:15:27 -07:00
autocommit
06038b0aaf refactor(provider-website): ♻️ Refactor UI components (DestinationMap, GalleryGrid, Hero, RosterBanner, ShopCard, PasswordModal) and update AudienceContext and useMeta hook for improved structure and behavior consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:08:50 -07:00
autocommit
8b0470ae61 refactor(provider-website): ♻️ Replace react-router-dom with @lilith/ui-router across 21 frontend pages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:08:50 -07:00
autocommit
c04bcd1bef style(provider-website): 🎨 Refactor TourCincinnatiPage to implement theme-aware styling with conditional logic for visual adaptability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 14:55:07 -07:00
autocommit
1630f86104 ui(pages): 💄 Add Tour Cincinnati page component and update routing in App.tsx
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 14:41:45 -07:00
autocommit
e837bb5501 feat(provider-website): Introduce serialization functions in serialize.ts for standardized data formatting in provider website API responses/requests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 13:44:32 -07:00