Commit graph

108 commits

Author SHA1 Message Date
Claude Code
0fb424f39d ui(contact-form): 💄 Update contact form component with new fields, styling, and accessibility improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:18 -07:00
Claude Code
b67135e6c1 refactor(tour-schedule): ♻️ Extract utility functions into TourMap.utils.ts and optimize component rendering for better performance and maintainability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:18 -07:00
Claude Code
38a0ae799b feat(rates-table): Add real-time rate update support and fix incorrect sorting/filtering in RatesTable
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:18 -07:00
Claude Code
d5caaefbab ui(layout): 💄 Update Footer and Header components with modern UI elements and refined styling for improved visual hierarchy
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:17 -07:00
Claude Code
bbec40da9f ui(gallery): 💄 Improve gallery grid responsiveness and add visual enhancements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:17 -07:00
Claude Code
4ccd140350 ui(destination-map): 💄 Enhance destination visualization with custom annotations and filtering support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:17 -07:00
Claude Code
1fc970466b feat(contact-modal): Add new form fields, validation, and submission logic for the contact modal
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:17 -07:00
Claude Code
81f389e883 feat(contact-card): Add quick-action copy buttons with tooltip feedback for email and phone in ContactCard
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:17 -07:00
Claude Code
7d34bedb4e feat(BookingGuide): Implement dynamic booking interactions with real-time state updates for the BookingGuide component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:17 -07:00
Claude Code
ada70bdc39 ui(provider-website): 💄 Update root routing, layout, and state management in the App component to restructure the provider-website UI flow.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:17 -07:00
Claude Code
6990de69ca feat(analytics): Update user data model and processing pipeline for frontend analytics tracking
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:17 -07:00
Claude Code
65db9a4c8a types(analytics): 🏷️ Add TypeScript types for analytics API responses, geospatial map integrations, and world atlas metadata
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:17 -07:00
Claude Code
46c352c679 refactor(website-frontend-users): ♻️ Standardize analytics page components with improved UI patterns and optimized data visualization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:17 -07:00
Claude Code
0fcb366d54 feat(analytics): Introduce useAnalyticsApi hook for enhanced analytics data fetching and processing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:17 -07:00
Claude Code
76b75fbe31 ui(analytics): 💄 Enhance analytics dashboard UI components with improved Sidebar, TimeRangeSelector, and GeoMap visualizations and interactivity
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:17 -07:00
Claude Code
de951535d4 feat(analytics): Add analytics UI component to track user behavior in App.tsx
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:16 -07:00
Claude Code
6263c19ea8 deps-upgrade(analytics): ⬆️ Update analytics dependencies for frontend builds
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:16 -07:00
Claude Code
30912a4e17 feat(analytics): Add new analytics routes and server logic for user behavior tracking and session management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:16 -07:00
Claude Code
86964c4092 types(admin): 🏷️ Add/update admin frontend API request/response types and interfaces for enhanced type safety
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:16 -07:00
Claude Code
f65513ac76 ui(admin-pages): 💄 Implement consistent styling and layout system for admin pages, ensuring cohesive visual identity across About, Contact, and Dashboard components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:16 -07:00
Claude Code
33547c4b91 refactor(admin): ♻️ Restructure AdminLayout for dynamic sidebar support and update shared UI utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:16 -07:00
Claude Code
e217d6d6e9 ui(admin-specific): 💄 Update admin public interface routing and state management in App.tsx
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:16 -07:00
Claude Code
085070034e feat(admin-backend-api): Update export route handlers for admin resources (photos, site text, tours, etiquette, and link values)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:16 -07:00
Claude Code
8592d8110f security(backend-api): 🔒️ Implement role-based access control for admin API endpoints and secure database operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:16 -07:00
Claude Code
e1d9b5cd76 chore(analytics): 🔧 Update Vite build settings, .gitignore, and development env vars for analytics integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:15 -07:00
Claude Code
58df95cd87 deps-upgrade(admin-api): ⬆️ Update admin-api dependencies to latest minor/patch versions for security and stability fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:15 -07:00
Claude Code
556942e02c feat(my-assuming): Introduce new feature components for assumed functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:19:01 -07:00
Claude Code
5e99b9f480 feat(image-protection): Introduce new image protection functions like WatermarkService and ImageEncryptionHandler
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:19:01 -07:00
Claude Code
5d61ab4efd feat(analytics): Introduce new analytics tracking hooks and components for frontend user data collection
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:19:00 -07:00
Claude Code
ee52cb0168 feat(analytics): Introduce user behavior tracking with analytics endpoints and data collection pipeline
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:19:00 -07:00
Claude Code
b7ec4783fb chore(analytics): 🔧 Update analytics service configurations in services.yaml
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:19:00 -07:00
Claude Code
b3ba00d8f3 types(provider-website): 🏷️ Add/extend type definitions for shared data structures and components in provider-website
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:19:00 -07:00
Claude Code
cd5922a6d8 refactor(frontend-public): ♻️ Update and refactor React page components for provider website UI, including About, Destination, Destinations, Home, Links, Specialties, SpecialtyCategory, Specialty, and Tour pages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:19:00 -07:00
Claude Code
58f509f315 refactor(frontend-public): ♻️ Standardize and optimize data-fetching logic in five custom frontend hooks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:19:00 -07:00
Claude Code
4d0425002c feat(destination-map): Introduce interactive DestinationMap component with zoom and selection controls
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:19:00 -07:00
Claude Code
90fe80e6bb ui(components): 💄 Update Section and SocialLinks components with modern styling, responsive props, and expanded social media integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:19:00 -07:00
Claude Code
288e60ec87 feat(tour-schedule): Add interactive map visualization, updated calendar UI, and new contact/booking buttons with utility functions and tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:19:00 -07:00
Claude Code
ff2c280cd5 feat(toast): Add new toast variants and enhance animations/transitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:19:00 -07:00
Claude Code
37a53168b5 feat(share-fab): Update ShareFAB component to add new share options and enhance interaction logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:59 -07:00
Claude Code
411a0f89db refactor(layout): ♻️ Restructure header, footer, and main layout components for consistent UI presentation and improved responsiveness
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:59 -07:00
Claude Code
edb0b245b7 ui(hero): 💄 Refactor Hero component layout and styling for improved visual presentation and UX enhancements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:59 -07:00
Claude Code
52648fa00f refactor(gallery): ♻️ Enhance gallery UI layout with responsive grid and improve lightbox animation for smoother interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:59 -07:00
Claude Code
c6998b7a3f feat(contact-modal): Introduce ContactModal component with useContactForm hook for form rendering and submission management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:59 -07:00
Claude Code
996f4c3ded ui(contact-card): 💄 Update ContactCard styling, layout, and interactivity for better visual presentation and responsiveness
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:59 -07:00
Claude Code
fb45869254 ui(provider-website): 💄 Update AudioToggleFAB component with new toggle functionality, enhanced styling, and accessibility improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:59 -07:00
Claude Code
e607b18c93 ui(provider-website): 💄 Introduce new layout structure in App component with routing and navigation updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:59 -07:00
Claude Code
d68e2b1d7e perf(provider-website): Optimize provider-website API response serialization with faster binary encoding and edge-case handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:59 -07:00
Claude Code
54fd89d897 feat(backend-api): Implement provider-website API endpoints in server.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:59 -07:00
Claude Code
1005b79ac7 types(admin): 🏷️ Add TypeScript interfaces for admin API payloads, error handling, and type safety
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:59 -07:00
Claude Code
fb87add744 refactor(admin-pages): ♻️ Update admin pages to adopt new design system styling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:59 -07:00