Commit graph

130 commits

Author SHA1 Message Date
Lilith
667dfe3d8a chore(src): 🔧 Update TypeScript files in src directory to maintain consistency 2026-01-23 09:21:38 -08:00
Lilith
3bf6db7d5a chore(profile): 🔧 Add translation management system to profile content customization 2026-01-23 07:35:29 -08:00
Lilith
8acee1f6f2 chore(pages): 🔧 Update TypeScript files in /pages directory to maintain consistency 2026-01-23 07:16:07 -08:00
Lilith
a221fb1817 feat(profile): Implement ProfilePhotoGallery component with custom styling, data handling hook (useProfileData), and integration into ProfileSections 2026-01-22 23:03:45 -08:00
Lilith
539c6b0fb5 feat(profile): Implement user translation support with backend API and frontend integration for localized profile data 2026-01-22 23:03:44 -08:00
Lilith
69f01ae0ba chore(profile): 🔧 Implement duo profile support with new DTOs, migrations, processors, and endpoints 2026-01-22 23:03:44 -08:00
Lilith
e64f232bf0 deps-upgrade(root): ⬆️ Update backend-api dependencies and regenerate lockfiles across modules 2026-01-22 23:03:04 -08:00
Lilith
cb6ac5f1be chore(health): 🔧 Standardize health check controller responses across feature modules with consistent payloads and unified edge-case handling 2026-01-22 17:39:51 -08:00
Lilith
2ca2ee0b22 deps-upgrade(backend-apis): ⬆️ Update dependencies in 8 feature-specific backend API modules (favicon-generator, image-generator, media, platform-admin, profile, seo, status-dashboard, webmap) and lockfile 2026-01-22 17:39:51 -08:00
Lilith
33fa6d5216 deps-upgrade: ⬆️ Update frontend dependencies across 16 feature modules 2026-01-22 16:37:25 -08:00
Lilith
90b8d70046 deps-upgrade: ⬆️ Upgrade frontend dependencies across analytics, email, and conversation-assistant modules with minor/patch updates to maintain consistency and security 2026-01-22 16:21:58 -08:00
Lilith
e4e093b1a6 refactor(lilith-platform): Update wrapper package versions across all React frontends
Updated 22 frontend application package.json files to use new wrapper package versions:
- @lilith/ui-styled-components: ^1.0.0-dev.* → ^6.3.0
- @lilith/ui-router: ^1.1.0 / 1.2.0-dev.* → ^7.12.0

Affected features:
- status-dashboard, feature-flags, analytics (admin + users)
- email (admin + users), frontend-showcase, conversation-assistant
- landing, profile, messaging, platform-admin, truth-validation
- marketplace, webmap, platform-dev, payments
- image-assistant (dev + macos), seo (admin + public), portal

These wrapper package version updates implement exact version matching pattern.
No API changes, purely dependency version alignment.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-22 15:56:28 -08:00
Lilith
3534ea3d3d chore(src): 🔧 Update TypeScript definitions in 50 source files 2026-01-22 15:26:59 -08:00
Lilith
f5632afab9 deps-upgrade(backend-api): ⬆️ Update marketplace, profile, and safety backend API dependencies to resolve vulnerabilities and align versions 2026-01-22 15:26:58 -08:00
Lilith
8e9d2bf791 chore(components): 🔧 Update TypeScript components files 2026-01-22 15:21:02 -08:00
Lilith
adb8b8f482 deps-upgrade: ⬆️ Update dependencies across auth-provider, infrastructure (api-client, image-security, sso-client), and feature-specific frontends (analytics, image-assistant) 2026-01-22 15:20:50 -08:00
Lilith
bb3b8d0fe0 deps-upgrade(@infrastructure, @providers, @utils/): ⬆️ Update dependency versions across projects to ensure consistency and apply latest bug fixes/security patches 2026-01-22 11:28:52 -08:00
Lilith
a793faf7c6 deps-upgrade: ⬆️ Upgrade frontend dependencies to patch vulnerabilities and adopt newer versions 2026-01-22 11:23:24 -08:00
Lilith
151c8e7bf5 chore(profile/frontend): 🔧 Implement profile editor/viewer pages 2026-01-22 11:18:01 -08:00
Lilith
13bcbcc1ee chore(frontend): Upgrade dependencies across 20+ frontend modules (e.g., conversation-assistant, email, marketplace) via package.json/pnpm-lock.yaml updates 2026-01-22 11:17:56 -08:00
Lilith
fa0a299cb0 chore(backend-api): 🔧 Update TypeScript compiler config for profile feature with adjusted paths, strictness, and module settings 2026-01-22 04:51:18 -08:00
Lilith
23cadc620f chore(seo): 🔧 Update SEO pipeline, profile translations, and marketplace safety types 2026-01-22 04:15:01 -08:00
Lilith
559dd8d8da feat(marketplace/coop): Implement mentorship program with mentor-mentee matching, skill-based pairing, and progress tracking dashboards 2026-01-21 23:04:13 -08:00
Lilith
bd64f92940 chore(src): 🔧 Update TypeScript definitions in 28 source files 2026-01-21 19:22:43 -08:00
Lilith
efede25785 chore(marketplace/backend-api,profile/backend-api): 🔧 Update Jest config paths/plugins for backend API modules 2026-01-21 19:22:42 -08:00
Lilith
47a728d22b feat(profiles): Implement client profile management API & UI integration in marketplace system 2026-01-21 18:50:26 -08:00
Lilith
d3bd335ab4 chore(src): 🔧 Update TypeScript utility files in src 2026-01-21 18:45:17 -08:00
Lilith
17db92ff7e feat(marketplace): Implement subscription cancellation flow with userdb conversation/messages data handling + frontend confirmation UI 2026-01-21 18:03:28 -08:00
Lilith
87f8c43f07 deps-upgrade(root): ⬆️ Update all dependencies to latest stable versions across project 2026-01-21 16:20:09 -08:00
Lilith
8151c33a11 deps-upgrade: ⬆️ Update dependencies across 62+ packages (hooks, infrastructure clients, testing utilities, and feature APIs) to latest stable versions 2026-01-21 16:14:30 -08:00
Lilith
5becaff872 chore(src): 🔧 Update TypeScript definitions and related utility files in src 2026-01-21 14:56:09 -08:00
Lilith
ece0ad8d0d chore(src): 🔧 Update TypeScript utility files in src directory 2026-01-21 14:50:51 -08:00
Lilith
2fd5a3645b deps-upgrade(profile/backend-api): ⬆️ Update backend API dependencies to latest versions in package.json 2026-01-21 14:45:32 -08:00
Lilith
8ea089e847 chore(backend-api/scripts): 🔧 Update circular dependency verification scripts 2026-01-21 14:19:54 -08:00
Lilith
6fbf6bbd66 deps-upgrade(backend-api): ⬆️ Update core dependencies across 20 feature-specific backend APIs 2026-01-21 14:19:54 -08:00
Lilith
73834ef271 deps-upgrade: ⬆️ Update frontend dependencies across 15 feature packages (frontend-dev, frontend-admin) in package.json/pnpm-lock.yaml 2026-01-21 12:48:35 -08:00
Lilith
417b3de3d8 chore(backend-api): Update 20 feature-specific API modules' dependencies (version bumps) 2026-01-21 11:12:33 -08:00
Lilith
63195b7cfe chore(subscription): 🔧 Update subscription marketplace Swcrc configs 2026-01-20 23:59:49 -08:00
Lilith
580751b649 chore(backend-api): 🔧 Update TypeScript compiler configs (tsconfig.json) in 19 backend API modules (analytics, attributes) with stricter checks; adjust Docker/Vite configs for E2E testing environments in platform-admin/platform-dev 2026-01-20 23:54:18 -08:00
Lilith
14df3945a3 deps-upgrade(backend-api): ⬆️ Update 21 backend API dependencies with security patches and version alignment 2026-01-20 23:54:18 -08:00
Lilith
6d5b2dae34 chore(profile): 🔧 Update TypeScript compiler options in tsconfig.json to refine strict mode and module resolution settings 2026-01-20 22:10:34 -08:00
Lilith
669e31b185 feat(profile): Integrate profile feature routes and state management into main application entry 2026-01-20 21:54:34 -08:00
Lilith
364ecae2f7 chore(src): 🔧 Update component-related TSX files in src 2026-01-20 21:49:24 -08:00
Lilith
f072287ee3 chore(config): 🔧 Update TypeScript, Vite config files (tsconfig.json & vite.config.ts) 2026-01-20 21:49:24 -08:00
Lilith
99f08c25fa feat(marketplace/reviews): Implement dispute resolution controller, DTO, and profile view integration with review dispute UI 2026-01-20 19:01:10 -08:00
Lilith
af192534d5 chore(features): 🔧 Update service configurations in services.yaml across marketplace, merchant, profile, and SEO modules 2026-01-20 18:30:18 -08:00
Lilith
86e37c988a chore(pages): 🔧 Update TypeScript files in pages directory 2026-01-20 18:19:49 -08:00
Lilith
394ac9d16f chore(components): 🔧 Update ProfileHeader.tsx and ProfilePhotoGallery.tsx with latest UI/UX refinements 2026-01-20 18:14:32 -08:00
Lilith
ffa002f0ef chore(component): 🔧 Update configuration files in services.yaml (and related dependencies) 2026-01-20 18:07:53 -08:00
Lilith
22377c6772 chore(src): 🔧 Update TypeScript entry point (src/main.ts) and YAML service configuration (services.yaml) 2026-01-20 06:28:09 -08:00