Commit graph

4352 commits

Author SHA1 Message Date
Lilith
cb1e919af0 chore(profile-assistant): 🔧 Implement refined message handling & UI improvements in AssistantChat.tsx for seamless profile assistant interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-23 13:07:37 -08:00
Lilith
0f687cfba2 chore(profile/frontend-showcase-): 🔧 Update mock data/assertions for assistant draft modal e2e interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-23 12:58:56 -08:00
Lilith
d51f97527e chore(profile): 🔧 update E2E test mocks and scenarios to improve accuracy for assistant draft modal interactions, editor edit mode validation, and management action edge cases
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-23 12:48:14 -08:00
Lilith
19980d0d9c chore(src): 🔧 Update TypeScript files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 18:43:32 -08:00
Lilith
3adc47efe3 chore(fontend-public): 🔧 Update TypeScript configs (tsconfig.json) and Vite plugins (vite.config.ts) for cross-module consistency and feature flag support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 18:43:32 -08:00
Lilith
476262a54a deps-upgrade(frontend-or-features/-if): ⬆️ Update dependencies across frontend feature modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 18:43:32 -08:00
Lilith
2fc8a0089e chore(src): 🔧 Update TypeScript files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 12:33:40 -08:00
Lilith
f239e23f7d deps-upgrade(backend-api): ⬆️ Update minor/patch versions in content-safety backend API dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 12:33:40 -08:00
Lilith
7002d8863a chore(marketplace/frontend-standalone): 🔧 regenerate optimized Vite build cache, chunk files, and GraphQL assets for standalone frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 12:27:36 -08:00
Lilith
e1167b1348 chore(frontend-standalone): 🔧 rebuild vite cache chunks for react, react-router-dom, and i18n dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 12:27:36 -08:00
Lilith
edf216db40 chore(deps): 🔧 Update dependency packages across 15 JavaScript files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 12:27:36 -08:00
Lilith
9d23b30d8f chore(marketplace/frontend-standalone): 🔧 regenerate Vite build cache chunks and source maps
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 12:27:36 -08:00
Lilith
ad42837aad chore(deps): 🔧 Update dependency versions in 15 JavaScript files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 12:27:36 -08:00
Lilith
b5d9830fb4 chore(pages): 🔧 Update feature registry configuration in featureRegistry.ts and services.yaml files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 12:19:38 -08:00
Lilith
fc4da79ef8 chore(landing-or-frontend-public): 🔧 Update vite.config.ts to optimize Vite build performance with compression plugins and chunking adjustments for faster compilation and reduced bundle size
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 12:13:23 -08:00
Lilith
37d7a076d3 chore(pages): 🔧 standardize page configs across 7 directories with consistent naming and validation rules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 12:07:46 -08:00
Lilith
a5858ef491 chore(frontend-public): 🔧 Update TypeScript compiler options and Vite build settings (plugins, aliases) in landing page frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 12:07:46 -08:00
Lilith
ec2e43cb9b chore(cli): 🔧 Update CLI tooling files (4 files modified)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 12:01:05 -08:00
Lilith
24ac0ab641 chore(landing/frontend-public): 🔧 Update Vite build config plugins/optimizations for public frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 12:01:05 -08:00
Lilith
e3145b9eb0 chore(components): 🔧 refactor header styling per design system guidelines
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:54:41 -08:00
Lilith
7b075506e8 chore(landing/frontend-public): 🔧 Fix security vulnerabilities in shared frontend assets
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:54:41 -08:00
Lilith
3c2cb96487 chore(deps): 🔧 Update 21 dependency files to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:48:25 -08:00
Lilith
fab75042d3 test(profile-assistant): Add MSW handlers to mock profile API endpoints (fetchUserProfile, updateProfile) and configure test setup
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:28 -08:00
Lilith
ff3fbb35cd chore(content-safety): 🔧 Update content safety checks in markdown/HTML sanitization pipeline
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:28 -08:00
Lilith
24ad085931 feat(profile): Introduce profile editor UI in frontend-showcase with new routes, static assets, and mock data
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:27 -08:00
Lilith
7c81c9f91e chore(merchant-primary-scope): 🔧 Implement subscription tier feature logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:27 -08:00
Lilith
5a087591cb deps-upgrade(marketplace/frontend-standalon): ⬆️ Update date-fns, dompurify, and maplibre-gl/react-map-gl_maplibre to newer versions for bug fixes, performance, and compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:27 -08:00
Lilith
d549b280de chore(marketplace/frontend-standalon): 🔧 Update dependency cache files for potential UI/UX improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:27 -08:00
Lilith
91121b100c chore(subscription-primary-usage-): 🔧 Add enhanced tier comparison UI and white glove service integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:27 -08:00
Lilith
7631d2ab2f chore(subscription): 🔧 Add subscription tiers UI components, E2E tests, and enhanced useTiers hook
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:27 -08:00
Lilith
bd8ef8e774 chore(src): 🔧 Update TypeScript files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:27 -08:00
Lilith
74e01e8d19 chore(components): 🔧 renamed and updated utility functions across core component libraries for improved modularity
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:26 -08:00
Lilith
911656ffca chore(src): 🔧 Update session-related entity and service files for bot defense improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:26 -08:00
Lilith
b2b778dacd feat(shared/msw-attributes): Implement MSW mocking for attributes feature with data models, request handlers, and exports
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:26 -08:00
Lilith
3966f0fcf2 chore(config): 🔧 Update TypeScript/Vitest configs to ESNext/NodeNext across 12 feature modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:26 -08:00
Lilith
4600c3885a deps-upgrade(frontend-showcase): ⬆️ Update React, UI libraries, and related dependencies in profile feature showcase for performance/security improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:26 -08:00
Lilith
e68780e95b chore(profile-assistant): 🔧 Add auto-suggested profile improvements and guided setup system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:26 -08:00
Lilith
964a7cb327 feat(share-frontend): Implement Share UI components, hooks, analytics integration, and metadata support for social sharing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:26 -08:00
Lilith
ba56fcbb4a chore(merchant-specifically): 🔧 Add/update merchant-specific configuration files and scripts for new feature rollouts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:26 -08:00
Lilith
2da52d2230 chore(deps): 🔧 Update 13 dependency files to reflect latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:26 -08:00
Lilith
3254657840 chore(marketplace/frontend-standalon): 🔧 update vite dependency cache in .vite-cache/deps directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:26 -08:00
Lilith
b9473dde1d chore(marketplace-the-standalone): 🔧 Rebuild Vite build artifacts (cache/deps) due to dependency updates (date-fns, dompurify, graphql, i18n) or source changes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:26 -08:00
Lilith
e4689755a6 chore(marketplace/frontend-standalon): 🔧 Rebuild Vite dependency cache, regenerating chunk files and source maps due to config/dependency updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:26 -08:00
Lilith
fc08880a41 chore(deps): 🔧 Update dependency map files to reflect 15 updated dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:25 -08:00
Lilith
a7cddd41d3 deps-upgrade(marketplace/frontend): ⬆️ Update @dnd-kit and @emoji-mart_react dependencies for improved drag-and-drop interactions and UI enhancements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:25 -08:00
Lilith
7dba875a93 chore(src): 🔧 Update TypeScript files in src directory to maintain consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:25 -08:00
Lilith
4f5aaa135b chore(linky): 🔧 Add shared utility functions for link management in Linky core logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:25 -08:00
Lilith
7c02ebdfda chore(landing-the-landing-page): 🔧 update vite build cache for @tanstack/react-query and related dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:25 -08:00
Lilith
b5cb57a376 chore(components): 🔧 Update TypeScript files in components directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:25 -08:00
Lilith
e4030e6e91 chore(fontend-admin): 🔧 Add/modify TypeScript types for feature flag configurations and evaluation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:25 -08:00