Commit graph

930 commits

Author SHA1 Message Date
autocommit
5666e9daa0 refactor(api-db): ♻️ Replace BetterSqlite3 with bun:sqlite, update type definitions, and adjust initialization logic in admin DB operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 17:53:36 -07:00
autocommit
30378ac001 deps-upgrade(api): ⬆️ Update API dependencies to newer versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 17:53:36 -07:00
autocommit
53c18b2828 feat(db-database): Update database abstraction to support better-sqlite3 and bun:sqlite for cross-platform SQLite operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 17:42:50 -07:00
autocommit
4df909c5a6 deps-upgrade(api): ⬆️ Update Bun lockfile to reflect latest transitive dependency versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 17:30:09 -07:00
autocommit
0f384a29d6 feat(vip): Add DisguisePicker component and integrate it into WelcomePage for VIP disguise selection, plus update index.html for proper loading
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 17:30:09 -07:00
autocommit
aadc902843 db(api): 🗃️ Add admin-specific migration schema and update admin DB read/write operations for privilege handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 17:30:09 -07:00
autocommit
123026a1c3 deps-upgrade(api): ⬆️ Update API dependencies to include latest bug fixes and improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 17:30:09 -07:00
autocommit
f4089cf25a refactor(frontend-client): ♻️ Restructure WelcomePage.tsx into modular sub-components and update index.html for improved hierarchy
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 16:51:38 -07:00
autocommit
30179a44c2 deps-upgrade(frontend-client): ⬆️ Update dependencies in VIP frontend client to latest versions for security, bug fixes, and new features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 16:39:19 -07:00
autocommit
6fdfdc6f3c refactor(app-entrypoints): ♻️ Implement React Router v6 migration by restructuring root components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 16:27:02 -07:00
autocommit
f5716ea5a5 feat(vip-frontend): Add VIP-specific ConstructionPage and VipNotFoundPage components plus ErrorPages utility for VIP feature module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 16:27:02 -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
1047c33494 chore(frontend-client): 🔧 Update Vite configuration for VIP frontend client build tooling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 16:27:02 -07:00
autocommit
d189823af4 deps-upgrade(vip-frontend): ⬆️ Update frontend client dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 16:27:02 -07:00
autocommit
b42b8c3dfa feat(api): Add VIP invite entity, admin screening workflow, and referral UI components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 16:14: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
abbe52ff42 feat(vip-portal): Introduce VIP client management routes, ClientDetailPage, VipPortalPage, and referral tracking API integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 16:02:22 -07:00
autocommit
f62e67f1db feat(admin-screening): Add admin screening API endpoints, entities, shared validation logic, and test suite
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 16:02:22 -07:00
autocommit
6dffa6294e feat(user-profile): Add VIP API client and VIP page component for frontend users
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:55:44 -07:00
autocommit
8d28d46c13 feat(surfaces): Add VIP surface index file to organize premium API routes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:55:44 -07:00
autocommit
712dd0f0cd feat(vip-referral): Introduce VIP referral entity with schema, types, and repository logic including VipReferral class, VipReferralRepository, and vip_referral schema
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:55:44 -07:00
autocommit
dc2e4e8593 feat(api-entities): Add VipMessage entity and repository with CRUD operations for VIP messaging database support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:55:44 -07:00
autocommit
f557396a4d feat(vip): Add VIP-specific gallery routes, message handling endpoints, and referral tracking integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:55:44 -07:00
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