Commit graph

552 commits

Author SHA1 Message Date
autocommit
d2586da643 deps-upgrade(frontend-components): ⬆️ Update dependencies in root and feature packages to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 10:46:50 -07:00
Claude Code
c2a942ea1b feat(pipeline): Add adversarial noise detection and preprocessing functions to pipeline logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-11 06:55:09 -07:00
Claude Code
604e31d305 feat(hero): Add Easter Egg detection in Hero.tsx to trigger hidden interactions like jokes or animations on double-click or secret key presses
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 19:45:05 -07:00
Claude Code
77adc2c056 feat(tasks): Add Tasks API route, database models, server-side task management logic, TasksPage component, and task management API types
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 19:45:05 -07:00
Claude Code
ea7ac3dc72 feat(admin): Introduce admin export API routes, GalleryPage UI, and landing image asset for content management/export
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 19:45:05 -07:00
Claude Code
2adf7f7e49 feat(provider-website): Add RatesTable component, RatesPage, rate data serialization, and seed data generation with TypeScript types
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 19:45:05 -07:00
Claude Code
8766ea2ba9 feat(frontend-public): Add Easter Egg click detection with modal display and new image assets
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 19:45:05 -07:00
Claude Code
1ea4830fb3 feat(user): Introduce ProviderSettings page and update navigation to include third-party provider management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 10:02:37 -07:00
Claude Code
b3b15b1736 feat(messages): Add provider configuration proxy routes and new API types for third-party integrations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 10:02:37 -07:00
Claude Code
7143250f30 feat(financials): Introduce FinancialsPage component and backend API routes for financial data management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 04:23:12 -07:00
Claude Code
6d8127e259 feat(messages-frontend-user): Add BadClientPanel, EmailAdminAccountModals, EmailAdminAliasModals, and GlossaryModals components, plus ContactRelationship, Contacts, EmailAdmin, and Glossary pages for admin email management and relationship tracking
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 04:23:12 -07:00
Claude Code
1a5a2b3290 ui(provider-website): 💄 Update EasterEgg, Hero, and Header components with modern visual styling and responsive tweaks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 03:33:25 -07:00
Claude Code
b9129ddbb4 feat(frontend-public): Add 'type' field to income session data model and update API types for financials
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 03:33:25 -07:00
Claude Code
1c30b79ce3 feat(messages): Add name history tracking and fallback time range logic for ContactRelationship and Contacts pages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 03:27:30 -07:00
Claude Code
22bdadea06 refactor(provider-website): ♻️ Remove provider data dependency from CirclePage and decouple content rendering logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 03:21:55 -07:00
Claude Code
434984d298 feat(roster): Implement new fields, validation, and UI enhancements in RosterApplicationForm for roster management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 03:16:31 -07:00
Claude Code
3fdb4e4bb7 feat(provider-website): Add new provider-specific page components for CultOfLilithPage, PortalLanding, and RosterTrackPage with React, routing, and state management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 03:16:31 -07:00
Claude Code
5e60c38953 feat(easter-egg): Add EasterEgg component and update Header to track/trigger Easter Egg interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 03:16:31 -07:00
Claude Code
44ada81113 feat(provider-website): Add CultOfLilith, Roster, and RosterTrack pages and update routing in App.tsx
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 03:10:52 -07:00
Claude Code
33ab5e0653 chore(user-experience): 🔧 Update ESLint config for React 19 and ESLint 9+ compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 03:10:51 -07:00
Claude Code
b18bcf1fc8 responsive(ui): 📱 Implement mobile-specific breakpoints to ensure consistent layout responsiveness in HomePage.tsx
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 03:04:24 -07:00
Claude Code
a6b296909f feat(header-specific): Add dynamic banner rendering with container, styling, and content support to Header component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:47:57 -07:00
Claude Code
00488cd798 feat(frontend-public): Add BannersPage component and route configuration to frontend-public
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:47:57 -07:00
Claude Code
c5236940d4 refactor(frontend-public): ♻️ Implement modular routing and component hierarchy in App.tsx to separate admin and user-facing navigation logic cleanly
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:22:30 -07:00
Claude Code
67264c31d3 feat(auth-authentication): Add navigation header component, implement useAuth hook for auth state management, and introduce SSO login page with third-party provider support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:22:30 -07:00
Claude Code
332254521d chore(fontend-config): 🔧 Update development environment variables for my, admin, and sso frontend features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:22:29 -07:00
Claude Code
a99754998c chore(backend-api): 🔧 Update API configuration with new endpoints, authentication tokens, and feature flags
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:15:57 -07:00
Claude Code
bc3681436e ui(ui): 💄 Add BadClientPanel component to display messages for invalid/blocked clients
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:15:57 -07:00
Claude Code
a2d59b6a23 feat(auth-specific): Add auth-specific hook, LoginPage components, and backend routes with env.d.ts type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:15:57 -07:00
Claude Code
6c3c658481 remove(layout): 🔥 Remove Cult of Lilith branding from Header and Footer components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:15:57 -07:00
Claude Code
a28425beb9 chore(admin): 🔧 Update Vite configuration for admin frontend build settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:15:57 -07:00
Claude Code
f5895a5279 feat(pages): Update pages to render and handle new income session data in CultOfLilithPage, RosterPage, and RosterTrackPage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:09:24 -07:00
Claude Code
4f957725c1 ui(footer): 💄 implement new income session type display in Footer.tsx by modifying props, rendering logic, and state management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:09:24 -07:00
Claude Code
87243706ff feat(mcp-server): Add logic to recognize and process new income session types in MCP server entry point
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:09:24 -07:00
Claude Code
f4b57954db feat(backend-api): Add type field to income sessions and update financials API to include it in responses
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:09:24 -07:00
Claude Code
d0d4f822fa ux(homepage): 🚸 Improve mobile responsiveness for tour teaser stops layout and styling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:03:15 -07:00
Claude Code
67fb8ff267 feat(client-intel): Implement client-intel backend controllers, DTOs, and services for processing intelligence data
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:52:10 -07:00
Claude Code
76310236e4 feat(user-management): Introduce client relationship API endpoints and types, update UI components for contact management, bad client handling, and job queues, and enhance the application shell layout for better integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:46:08 -07:00
Claude Code
0e73a29666 infra(mcp-server): 🧱 Update server initialization, dev scripts, and manifest metadata for MCP server infrastructure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:46:08 -07:00
Claude Code
a1420a55bf chore(backend-user): 🔧 Update server configuration and runtime setup in config.ts and server.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:46:08 -07:00
Claude Code
3f88a9604a feat(client-intel): Implement client intelligence backend API with health check endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:46:08 -07:00
Claude Code
7e888ae576 feat(admin): Add admin interface components for client intelligence and flagged clients management with new routes, pages, and layout
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:46:08 -07:00
Claude Code
8925405155 feat(reputation): Add reputation queries, routes, and job queue service logic for managing user reputation and backend operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:46:08 -07:00
Claude Code
f919524085 feat(client-intel): Implement telemetry and analytics processing classes for client-side intelligence
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:38:41 -07:00
Claude Code
1827d96327 feat(roster): Update RosterBanner component with dynamic roster updates and new styling props
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:26:29 -07:00
Claude Code
8a087604b3 chore(reputation): 🔧 Update emoji labeling config and environment variables for model evaluation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:26:29 -07:00
Claude Code
95300b0b1a feat(frontend-public): Implement roster tracking UI and logic in App.tsx and add E2E validation tests in roster.spec.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:00:28 -07:00
Claude Code
1c0423f3ad feat(provider-website): Implement roster tracking, management, and detailed view features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:00:28 -07:00
Claude Code
6681fa26f0 feat(roster): Add RosterBanner component with styling and props for displaying user tracking data
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:00:27 -07:00
Claude Code
5a2e88566b ui(layout): 💄 Add navigation elements to Header and update Footer with legal links and social media icons
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:00:27 -07:00