Commit graph

4718 commits

Author SHA1 Message Date
Lilith
ee1001fa22 chore(frontend-showcase): 🔧 Update Vite build configuration for showcase feature optimizations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:21:31 -08:00
Lilith
b2cb1e41db deps-upgrade(frontend-admin): ⬆️ Update dependencies in the blog admin frontend module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:21:31 -08:00
Lilith
af058f8d19 feat(content-engine): Introduce new content processing pipelines and algorithms for dynamic content generation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:37 -08:00
Lilith
03fcb2d115 feat(trust): Update OAuth/JWT trust flow handlers in backend API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:37 -08:00
Lilith
99d0242cbe feat(streaming): Add mock streaming API handlers for MSW to simulate chunked responses and event streams
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:37 -08:00
Lilith
7cd0e8080b feat(reviews): Add mock API handlers for fetching and submitting reviews in MSW backend stubs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:37 -08:00
Lilith
2fa8bd6cfd docs(payments): 📝 refine usage examples, setup instructions, and feature details in README
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:37 -08:00
Lilith
6f317887cc feat(moderated-text-input): Add React hook for debounced moderation checks with submission handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:37 -08:00
Lilith
d29a7a3521 feat(moderated-text-input): Introduce debounced moderation hooks, update context provider, and add moderation category tests while optimizing build configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:37 -08:00
Lilith
c04c802fbd feat(moderated-text-input): Implement moderation pipeline with real-time scoring, caching, and UI components for moderated text input
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:37 -08:00
Lilith
329555faac feat(inbox): Introduce comprehensive content moderation with UI overlays, real-time analysis, and platform-specific processing in the inbox
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:37 -08:00
Lilith
c3be6b5fb8 feat(tiers): Add mock tier handler responses for development/testing environments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:37 -08:00
Lilith
c3d672688b feat(coop-specific): Add coop management pages (SafetyTab, SessionsTab), E2E tests for coop workflows, and MSW mocks for checkin API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:37 -08:00
Lilith
1da9c1973e feat(coop-specific): Add CoopManagePage with SettingsTab, GiftMessageEditor (emoji picker), and backend services for consent audits, bookings, invitations, and profile ads—including E2E tests and MSW mocks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:37 -08:00
Lilith
9e4fe1b649 test(marketplace): Update E2E test fixtures for marketplace invitations, mentorship, messaging, notifications, and subscription tiers to reflect recent behavioral/API changes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:37 -08:00
Lilith
98fada9eaf test(marketplace): Add comprehensive integration tests for backend usage services and E2E fixtures for marketplace features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:37 -08:00
Lilith
83c2381005 feat(coop-specific): Add cooperative membership system with member roles, invitation workflows, and consent tracking, including audit logging and integration with existing services
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:37 -08:00
Lilith
9ee533b117 feat(landing): Add mock API handler for landing page responses in handlers.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:36 -08:00
Lilith
dbf1372b50 docs(image-generator): 📝 Add documentation for city-market research scenarios in the image generator feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:36 -08:00
Lilith
efb531a66e flags(feature-flags): 🚩 Update backend-api-msw flag handlers to enable mocking/stubbing with new feature flag logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:36 -08:00
Lilith
72103a4094 docs(email): 📝 Add usage examples for email API endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:36 -08:00
Lilith
481941a1aa feat(client-intel): Add telemetry handlers for client intelligence data collection in MSW setup
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:36 -08:00
Lilith
dfa6ea63f1 docs(bot-defense): 📝 Update README documentation for bot defense feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:36 -08:00
Lilith
3f57607e3f feat(posts): Introduce dynamic post rendering logic with new service methods and UI components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:36 -08:00
Lilith
94b2e636fc feat(attributes): Add multi-criteria attribute filtering with TypeScript types for admin UI search functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:36 -08:00
Lilith
a6b2f943bc chore(messaging): 🔧 Update build/testing configs for TypeScript, Vite, Vitest, and Docker Compose to standardize messaging module tooling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:36 -08:00
Lilith
a79ffee1ca deps-upgrade(json): ⬆️ Update core JSON dependencies across modules to align with updated React/TypeScript versions in root and feature packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:36 -08:00
Lilith
0388d786ed style(announcements): 🎨 Implement consistent animations, spacing, and theming across AnnouncementModal styles
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 23:33:19 -08:00
Lilith
1b783eeff8 feat(cms-content-drafts): Introduce draft creation/update logic in ContentDraftsService and enhance publishing workflow in ContentPublisherService
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 22:50:08 -08:00
Lilith
67ae8753af chore(models): 🔧 Update build configuration to exclude generated ML model files in captcha solver tooling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 22:50:07 -08:00
Lilith
b322f675cd chore(talent-scout): 🔧 Update Vite/Vitest configs, tsconfig.json rules, Docker setup, and .gitignore patterns for consistent dev environments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 22:50:03 -08:00
Lilith
646b5e85eb chore(marketplace-showcase): 🔧 Update Vite build configuration to optimize marketplace showcase frontend performance, bundling, and development server settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 21:37:12 -08:00
Lilith
541258d33f feat(announcements): Add verification flow to announcement modals with validation rules and user feedback
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 21:31:29 -08:00
Lilith
22c417f135 chore(marketplace): 🔧 Update Vite build config to optimize marketplace frontend showcase pipeline
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 21:31:29 -08:00
Lilith
06a677e8d4 deps-upgrade(marketplace): ⬆️ Update React, UI libraries, and frontend dependencies to latest minor/patch versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 21:24:01 -08:00
Lilith
34e6a62c81 feat(marketplace): Add AnnouncementModal component, orchestration hook, and utilities to display dynamic launch/verification notices
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 21:16:52 -08:00
Lilith
8955e9d0a2 deps-upgrade(frontend-admin): ⬆️ Update frontend admin dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 21:16:52 -08:00
Lilith
6575d38c40 feat(markdown-editor): Introduce MarkdownEditor component with syntax highlighting, live preview, and toolbar controls
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 20:41:15 -08:00
Lilith
34d54dbcf2 deps-upgrade(frontend-public): ⬆️ Update dependencies in marketplace frontend public assets
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 20:41:15 -08:00
Lilith
fcf4a71a3a feat(content-strategy): Introduce comprehensive content strategy pages, hooks, and type definitions for workflow management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 20:11:21 -08:00
Lilith
3165cd2801 chore(frontend-dev): 🔧 Update frontend dev environment config with Vite cache/TS patterns, strict TS mode, and optimized plugins
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 20:11:21 -08:00
Lilith
f0e7494109 deps-upgrade(fontend-dev): ⬆️ Update frontend dev dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 20:11:21 -08:00
Lilith
ef686ff383 ux(blog): 🚸 Introduce rich-text editor and enhance draft-saving workflow in PostEditorPage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 19:51:26 -08:00
Lilith
d8f03e718d feat(blog-admin): Add Markdown syntax highlighting, live preview, and enhanced toolbars to the admin interface
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 19:45:16 -08:00
Lilith
41a563ad89 deps-upgrade(blog-frontend-admin): ⬆️ Update all dependencies to latest versions in admin frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 19:45:16 -08:00
Lilith
06cf28d552 feat(suggestions): Introduce AI-powered post suggestion service with database migration and test suite
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 19:38:51 -08:00
Lilith
ed8555f7f3 deps-upgrade(blog): ⬆️ Update core blog backend dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 19:38:51 -08:00
Lilith
7a68097a7d feat(suggestions): Introduce Suggestion entity and admin API endpoint for managing blog post suggestions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 19:32:15 -08:00
Lilith
a069fe3011 refactor(react-hooks): ♻️ Consolidate duplicate useClickOutside implementations into shared hook and update 15+ modal components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 19:09:16 -08:00
Lilith
c31a209543 deps-upgrade(frontend): ⬆️ Update frontend dependencies to include latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 19:09:16 -08:00