Commit graph

906 commits

Author SHA1 Message Date
autocommit
3976dadfa7 feat(clients): Add backend CRUD routes and frontend ClientDetailPage for client management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:49:07 -07:00
autocommit
94b8104475 feat(api-admin): Implement reputation events admin CRUD surface with full entity modeling, schema definitions, and test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:49:07 -07:00
autocommit
f2aad5e669 chore(domains): 🔧 Update development environment variables and Vite config for Quinn domain
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:36:04 -07:00
autocommit
f28b6c73e4 deps-upgrade(api): ⬆️ Update Bun lockfile dependencies and local tooling config for API module compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:29:34 -07:00
autocommit
dd2cf631d4 feat(vip-feature): Introduce VIP portal page with DisguisePicker component, API integration in api.ts, and push notifications in push.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:29:34 -07:00
autocommit
8347e582f9 feat(api): Introduce CalendarEventRepo, VIP calendar UI surfaces, and push notifications for VIP event management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:29:34 -07:00
autocommit
45cf2defdf feat(api): Add VIP-specific CORS rules and update API configuration with premium user validation logic and tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:29:34 -07:00
autocommit
86bc56dd29 chore(messages): 🔧 Update development environment variables for messages backend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:29:34 -07:00
autocommit
06ec313240 deps-upgrade(api): ⬆️ Update API dependencies to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:29:34 -07:00
autocommit
477b1f6c9c feat(vip): Add WelcomePage and DisguisePicker UI components with VIP route integration and disguise functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:22:34 -07:00
autocommit
3be397227c feat(vip-vip): Introduce VIP invite/message notification schemas, repository, and API endpoints for push notifications
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:22:34 -07:00
autocommit
ac4ab2498b feat(client): Add Service Worker configuration for VIP frontend caching and offline support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:22:34 -07:00
autocommit
1db466280a chore(vip): 🔧 Add default PWA manifest configuration for VIP frontend feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:22:34 -07:00
autocommit
dc704aaa0e feat(fonts): Add weather disguise feature SVG icons (64x, 192x, 512x) and manifest for frontend client
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:22:34 -07:00
autocommit
46c42235fa feat(fonts): Add 64x, 192x, 512x SVG icons and manifest for notes disguise branding
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:22:34 -07:00
autocommit
11ed3cca1d feat(vip): Add fitness-themed disguise icons and PWA manifest assets
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:22:34 -07:00
autocommit
21d9d8e181 feat(vip-under): Add PWA manifest and 3 SVG icons (64px, 192px, 512px) for disguise calculator branding
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:22:34 -07:00
autocommit
ce89f77019 deps-upgrade(vip-frontend): ⬆️ Update dependencies in VIP frontend client for bug fixes, security patches, and new features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:22:34 -07:00
autocommit
b6ab3e3bed feat(vip-portal): Add VIP portal pages (Welcome, Construction, NotFound) and restructure routing in App.tsx for new features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:15:27 -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
91352e5e4c deps-upgrade(frontend-client): ⬆️ Update dependencies in VIP frontend client with major and patch upgrades
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
36214ff787 feat(vip-vip): Add VIP user portal with messaging integration, API routes, and frontend components (VipPortalPage, WelcomePage)
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
e972c2daa5 feat(vip-frontend): Add VIP portal page with updated routing, VIP-specific API integration, and environment variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:01:52 -07:00
autocommit
75c2d829f9 feat(short-link): Implement short-link CRUD endpoints, model, repository, and schema with test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:01:52 -07:00
autocommit
2536976dd2 feat(vip-vip): Add PWA assets and manifest.json for VIP client with offline support, splash screen customization, and installability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 14:55:07 -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
94c450781c fix(api-vip): 🐛 Update server configuration in VIP module to resolve routing and middleware issues for new feature compliance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 14:55:07 -07:00
autocommit
b43b83c426 feat(vip-api): Add VIP module API endpoints for invites, messaging, and relationships with full test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 14:55:07 -07:00
autocommit
884a7fc467 deps-upgrade(frontend-client): ⬆️ Upgrade Vite and TypeScript to latest versions with React plugin and enforce stricter type checking
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 14:55:06 -07:00
autocommit
b939741c86 deps-upgrade(vip): ⬆️ Update client-side dependencies in VIP frontend client for security, compatibility, and feature support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 14:55:06 -07:00
autocommit
fe1f24fb0a feat(mcp-server): Add new MCP server methods and update protocol handling logic in the main server entry point
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 14:48:16 -07:00
autocommit
36da28cc68 feat(api): Implement new route handlers and middleware for API server initialization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 14:48:16 -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
3becaf0957 db(api): 🗃️ Introduce VIP entity migration logic during server initialization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 14:41:45 -07:00
autocommit
853187c5fe feat(vip-message): Add VIPMessage entity, repository, schema, and type definitions for privileged message handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 14:41:45 -07:00
autocommit
4769b69362 feat(vip-meeting): Implement VIP meeting entity with repository layer, schema validation, and TypeScript types
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 14:41:45 -07:00
autocommit
71fae46984 feat(api-entities): Add VIP invite entity with schema validation, repository logic, and type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 14:41:45 -07:00
autocommit
630abc0d7a feat(vip-gift): Add VIP gift entity with data model, repository, schema, types, and comprehensive test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 14:41:45 -07:00
autocommit
8878bf83f9 feat(backend-api): Implement CalDAV sync protocol and worker for iCloud calendar event synchronization with test harness
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 13:50:55 -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
a6aa89f734 feat(calendar-events): Add calendar events CRUD API with entity definitions, schema, and server integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 13:44:32 -07:00
autocommit
ae8781036c feat(admin-ui): Add TourStopsPage component and integrate navigation routing in AdminLayout/App
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 13:38:17 -07:00
autocommit
a3a6d0fa25 feat(backend-api): Modify touring endpoint to proxy requests to data-api and update tests for proxy validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 13:31:59 -07:00
autocommit
42cec07464 chore(admin): 🔧 Update Vite build config and add missing env vars for admin frontend and quinn.api
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 13:31:58 -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
58f2118b6e feat(backend-api): Add device linking API endpoints and comprehensive tests for linking/unlinking devices
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 03:56:21 -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