Commit graph

287 commits

Author SHA1 Message Date
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
autocommit
3587e86fcc ux(booking): 🚸 Improve booking flow clarity by updating UI and copy in BookingGuide, BookingPage, and RatesPage components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 04:09:00 -07:00
autocommit
edc003c7f5 feat(provider-website): Add Quinn destinations feature with data seeding and new frontend pages for displaying destinations and tours
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 04:02:38 -07:00
autocommit
872d803731 feat(provider-website): Add provider-specific website pages (BlogPage, DestinationPage, EtiquettePage, TourPage) and components (ContactCard, Footer, Badge) for custom content and interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 03:56:21 -07:00
autocommit
fc329e58e0 feat(provider-website): Update navigation to redirect /contact to /get-in-touch and prefetch the route
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 03:44:00 -07:00
autocommit
1182603313 feat(destination-map): Add interactive destination fields and dynamic rendering for DestinationMap and DestinationPage components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 03:06:09 -07:00
autocommit
1c8ca2a2e9 feat(data-api): Update seed rate data in seed-rates.ts for provider website calculations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 03:06:09 -07:00
autocommit
999c27306f types(provider-website): 🏷️ Update TypeScript interfaces/enums to match new API contract responses, payloads, and error structures
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:59:44 -07:00
autocommit
f67b1c984a feat(provider-website): Add shared type definitions for provider-website feature in types.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:53:15 -07:00
autocommit
1bcbb18d9d feat(tour-schedule): Add audio toggle, gallery grid, and tour schedule UI components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 00:57:53 -07:00
autocommit
fecc701e15 breaking(api-server): 💥 Enforce breaking changes to API server configs, database schema, serialization, and type contracts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 22:02:24 -07:00
autocommit
7ca9909c83 feat(tour-schedule): Implement enhanced tracking, styling, and structure for tour scheduling UI
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 22:02:24 -07:00
autocommit
75fd6d341e feat(pseo): Add PSEO sitemap API, hook, page, and app integration for frontend SEO optimization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:57 -07:00
autocommit
cc0893d704 deps-upgrade(dependencies-significant): ⬆️ Coordinate and upgrade 16 dependencies across feature modules and shared packages, including @lilith/provider-api-client and quinn-app-switcher
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:56 -07:00
autocommit
e5ead2d9ea feat(pseo): Introduce PSEO templates, admin configurations, and frontend pages for SEO-optimized content
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:56 -07:00
autocommit
56dd99655a feat(frontend-api): Add API modules for blog, contact, roster, and touring data + implement custom useTourStatus hook for frontend integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:56 -07:00
autocommit
ffe13658c7 deps-upgrade(deps): ⬆️ Update frontend API client dependencies to ensure compatibility with latest provider releases
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:56 -07:00
autocommit
2c7b1a0b0f feat(api-client): Add roster and guided tour API endpoints with type definitions for provider-website feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:56 -07:00
autocommit
01f34dfed6 test(backend-api): Update booking, identity, and server behavior tests to align with logger/config changes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:55 -07:00
autocommit
5dc3c6c239 feat(blog): Add blog API endpoints, frontend BlogPostPage, and TypeScript types for blog data
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:55 -07:00