Commit graph

325 commits

Author SHA1 Message Date
autocommit
cdf0c323ff feat(planner): Add database migration and API routes for outfit-event associations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 19:21:38 -07:00
autocommit
710ddbb9e8 feat(desktop-routes): Introduce desktop-specific route definitions for outfit pages in desktopRoutes.tsx
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 19:10:53 -07:00
autocommit
3b69bde81e feat(fontend-pages): Implement OutfitsPage and OutfitDetailPage components for outfit browsing and detail views
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 19:10:53 -07:00
autocommit
16d1933624 feat(backend-api): Add calendar event fields (caldav_url, uid, summary) to database schema and API routes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 19:10:53 -07:00
autocommit
b550b2420e feat(db): Add migration for contact rendering schema changes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 19:00:37 -07:00
autocommit
6b81f16e3b feat(contact-render): Add reordering controls and decision explanation logic for contact-render components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 19:00:37 -07:00
autocommit
ebdf84c5f4 feat(contacts): Add ContactDetailPanel with date override UI, RenderDecisions component, and render override hook for contact date customization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 18:50:39 -07:00
autocommit
e5016a2656 feat(contacts): Add suppression logic and emoji override support for contact decision rendering
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 18:29:06 -07:00
autocommit
0e1c3a065f feat(hooks): Introduce useRenderOverrides hook for dynamic client-side render customization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 18:18:58 -07:00
autocommit
9a68fecfa2 feat(my): Introduce ClientsContactPreview component and ContactPreview type for client contact previews
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 18:18:58 -07:00
autocommit
1a8b3279ba feat(contacts): Update emoji override handling in RenderDecisions to support dynamic emoji replacements for contacts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 18:08:39 -07:00
autocommit
8fcb16b867 remove(frontend-public): 🔥 Remove deprecated render override hook for customizable frontend components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 17:58:28 -07:00
autocommit
826b47e32f feat(contacts): Add ContactDetailPanel, ContactRow, RenderDecisions, and RenderPreview components, plus implement useContactPreview and useRenderOverrides hooks, and slot-resolver for dynamic rendering
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 17:47:20 -07:00
autocommit
ad662edaff feat(contacts): Introduce ContactsPage component and useContactPreview hook for displaying contact previews with status counts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 17:26:34 -07:00
autocommit
fd2bcd74f3 feat(contacts): Replace ID-based contact selection with handle-based selection in ContactsList and ClientsContactPreview
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 16:54:22 -07:00
autocommit
972d8e61a0 refactor(contacts): ♻️ Replace notes with notesBlock in ContactDetailPanel, RenderPreview, and useContactPreview hook; update contactPreview types for consistent structure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 15:55:48 -07:00
autocommit
40bc46dec8 chore(frontend-public): 🔧 Update Vite build configuration for frontend-public module with plugins, build targets, and dependency settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 15:55:48 -07:00
autocommit
55075e9b74 fix(contacts): 🐛 Fix inconsistent iCloud tag styling and naming in RenderPreview to align visual appearance and correct prop/class usage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 15:43:23 -07:00
autocommit
1b59feaf95 feat(frontend-public): Introduce ContactsPage preview with routing, hook, and layout support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 15:37:25 -07:00
autocommit
b088bcb768 feat(contacts): Add 8 new UI components for contact management in the "My" surface: ContactDetailPanel, ContactRow, ContactsFilters, ContactsList, MacSyncStatusPill, RenderDecisions, RenderPreview, and StatusPill
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 15:37:25 -07:00
autocommit
5920ff9e42 refactor(vip-client): ♻️ Restructure VIP client entity and related components, including schema, types, and entities like vip-conversation and vip-invite, while adding vip-priority-request and updating admin/user surfaces and backend APIs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-24 20:04:58 -07:00
autocommit
514a0b47eb chore(config): 🔧 Update environment variables for port configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-24 20:04:56 -07:00
autocommit
da9eeedf3a deps-upgrade(backend-api): ⬆️ Update dependencies across backend-api, admin, and price-watcher packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-24 20:04:56 -07:00
autocommit
50fd9c7a3d feat(mcp-server): Update core server logic in index.ts to enhance request handling, response processing, and internal workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:23:37 -07:00
autocommit
c89fec3b20 chore(mcp-seo): 🔧 Update TypeScript compiler config for stricter type safety with @types/node and strict settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:23:37 -07:00
autocommit
c3995229d6 feat(frontend-public): Add optional verification status UI components and logic to MatrixPage and PlatformsPage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 22:29:49 -07:00
autocommit
ee37db2408 feat(projects): Add calendar event fields to project data and implement reordering support in project routes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 21:51:24 -07:00
autocommit
2db0d9c6fc chore(mcp-server): 🔧 Update runtime configuration in mcp-server/index.ts for ports, timeouts, and environment variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 19:16:20 -07:00
autocommit
b9291a2e30 feat(routes): Add platform-specific route definitions for desktop and mobile platforms with new paths and navigation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 19:16:20 -07:00
autocommit
b8c4b490d4 feat(frontend-public): Add PlatformAdCopyPage, PlatformModal, and PlatformsPage for managing ad copy, platform actions, and listing platforms
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 19:16:20 -07:00
autocommit
aa6d3177fe refactor(layouts): ♻️ Remove MyLayout component and consolidate MobileLayout responsibilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 19:16:20 -07:00
autocommit
64f7847a66 feat(frontend-public): Introduce CredentialsPageDesktop and CredentialsPageMobile components for credential management UI
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 19:16:19 -07:00
autocommit
205c5c7667 feat(backend-api): Add database migration and API type definitions for platform credentials schema updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 19:16:19 -07:00
autocommit
96be677842 feat(mcp-server): Implement MCP protocol server logic with handlers and integration utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 19:00:34 -07:00
autocommit
58d0582a09 feat(hooks): Introduce reusable useMediaQuery hook for responsive design logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 19:00:34 -07:00
autocommit
4b4ae9bdaa refactor(credentials-specific): ♻️ Improve responsive layout and routing consistency for the credentials page
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 19:00:34 -07:00
autocommit
cfc72c4ca5 feat(backend-api): Introduce schema validation for platforms and credentials with migration scripts and updated route handlers
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 18:29:54 -07:00
autocommit
2bfdb8fe4b feat(backend-api): Add CRUD API routes for managing project clients with authentication and database integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 18:14:07 -07:00
autocommit
8f74b6bb55 feat(db): Add project clients tracking schema with client tables and project relationships
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 18:14:07 -07:00
autocommit
e67db78545 feat(backend-api): Implement schema initialization and schema-aware request handling for dynamic/versioned API features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 18:28:22 -07:00
autocommit
650c44b730 test(backend-api): Add comprehensive test suites for auth, calendar, credentials, projects, schema-health, and database operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 05:23:18 -07:00
autocommit
670de95054 feat(hotel-stays): Add database migrations and API routes for hotel stays management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 05:01:34 -07:00
autocommit
22c1acc3fe db(db-database-migrations): 🗃️ Add missing columns to contact_submissions, journal_entries, and calendar_events tables for schema expansion
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:48:53 -07:00
autocommit
94dedad96b chore(mcp-server): 🔧 Update TypeScript compiler options in tsconfig.json for mcp-server
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:48:53 -07:00
autocommit
c8ad60dc43 feat(db-database-migrations): Add client-related database tables and migrations for new functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:23:29 -07:00
autocommit
fee9d38a1a feat(my): Add client management and hotel stays API endpoints with CRUD operations and MCP server module setup
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:23:29 -07:00
autocommit
038be04364 ui(frontend-pages): 💄 Add Cincinnati-specific booking UI components and logic for managing customer bookings in ClientDetailPage and ClientsPage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:50:07 -07:00
autocommit
c90978a891 chore(backend-api): 🔧 Update development environment variables in .env.development for backend API feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:50:06 -07:00
autocommit
07931fc032 feat(frontend-public): Add VIP utility functions for user detection and feature toggles
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:43:38 -07:00
autocommit
da81a5c3c2 feat(mcp-server): Introduce MCP client class with connect/sendRequest methods for server communication
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:30:58 -07:00