Commit graph

67 commits

Author SHA1 Message Date
Lilith
14993b4ab3 chore(components): 🔧 Update TypeScript component files (26 tsx) 2026-01-20 18:55:52 -08:00
Lilith
030751989a chore(analytics): 📈 Enhance analytics dashboard with AB testing, bounce rate, conversion funnels, performance tracking, real-time data, and financial (PnL) metrics 2026-01-20 18:14:30 -08:00
Lilith
b72389a055 deps-upgrade(analytics-client,backend-api): ⬆️ Update dependencies across analytics client and backend APIs to apply security fixes and minor version improvements 2026-01-20 06:22:57 -08:00
Lilith
612dfd945e chore(src): 🔧 Update TypeScript component files in src directory 2026-01-20 05:55:50 -08:00
Lilith
daf3720316 chore(deps-upgrade): ⬆️ Upgrade dependencies in analytics, email, marketplace, messaging, profile, SEO, and SSO modules 2026-01-20 01:31:01 -08:00
Lilith
74ed365d36 deps-upgrade(dependencies): ⬆️ Update minor/patch versions across 18 monorepo packages to resolve vulnerabilities and improve compatibility 2026-01-20 01:25:25 -08:00
Lilith
c436501812 security(global): 🔒 Update 97 packages to resolve vulnerabilities and upgrade versions, affecting infrastructure, features, and utilities 2026-01-18 15:48:37 -08:00
Lilith
8ff0d66010 feat(analytics): Add profile event tracking, duo referral stats, and performance metrics with frontend dashboards 2026-01-18 09:20:29 -08:00
Lilith
481f807587 feat(analytics): Add A/B testing, bounce rate, and conversion funnel pages to admin dashboard 2026-01-18 09:20:29 -08:00
Lilith
0d9e37b313 chore(components): 🔧 Update 15 TypeScript files 2026-01-18 09:20:28 -08:00
Lilith
774d3b1d74 chore(config): 🔧 Update TypeScript, testing, and infrastructure configurations across codebase 2026-01-18 09:20:11 -08:00
Lilith
03e549811e deps-upgrade(monorepo): ⬆️ Bulk update of dependencies across 157+ packages (security, compatibility, performance) 2026-01-18 09:20:07 -08:00
Lilith
6c1979891f chore: 🔧 Update files 2026-01-15 11:46:08 -08:00
Lilith
f65e451cdd chore: 🔧 Update files 2026-01-15 11:01:09 -08:00
Lilith
10e1608346 chore: 🔧 Update files 2026-01-15 02:53:52 -08:00
Lilith
00803f040e chore(frontend-components): 🚀 Merge changes across multiple files 2026-01-13 11:02:03 -08:00
Lilith
bcc848fb03 chore(frontend-showcase/e2e): 🚀 Fix E2E test setup issues 2026-01-13 09:12:43 -08:00
Lilith
fc1c7fb9a2 feat(analytics): migrate to shared-types package 2026-01-13 06:52:16 -08:00
Lilith
e775cc5c3b feat(features/analytics/frontend-admin/package.json, features/marketplace/backend-api/src/entities/collected-profile.entity.ts, features/marketplace/backend-api/src/entities/message-gift.entity.ts, features/marketplace/backend-api/src/entities/platform-subscription-tier.entity.ts, features/marketplace/backend-api/src/entities/platform-subscription.entity.ts): add collection expiry logic and message remaining check 2026-01-13 06:04:37 -08:00
Lilith
dd8d59ec7a feat(@packages/@providers/auth-provider): add types for user and login credentials 2026-01-12 09:38:22 -08:00
Lilith
f1fe86bb01 fix: complete typecheck error fixes - all 4 agents
Agent a3a8896 (Tier 1 Backends - 10 features):
- Fixed marketplace, payments, image-generator, platform-admin, seo backends
- Added override modifiers, type assertions, Express request types
- Created missing barrel exports

Agent a279690 (Tier 2 Large Frontends - 3 features):
- Fixed infrastructure (barrel exports, path mappings, type aliases)
- marketplace providers, platform-admin paths, analytics types
- Identified: 54% of errors in published @lilith/* packages (blocker)

Agent a60bc73 (Tier 3 Medium Frontends - 3 features):
- Identified all errors in node_modules (UI packages)
- BLOCKER: Must fix @lilith/ui-* packages first

Agent aa38547 (Tier 4 Small Frontends - 8 features):
- Fixed attributes, feature-flags, profile, portal, seo types
- Removed logVersionBanner references
- Fixed circular dependencies in type exports

Total: 41 files across all tiers

Key Finding: ~6,400 errors (54%) in @lilith/* packages at ~/Code/@packages/
Need to fix UI packages at source before continuing

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
a621d724e5 fix: resolve cross-component imports and type errors (agents)
Agent a94fd37 (cross-component imports):
- Fixed 115 files across 6 library packages
- Replaced @/* with relative paths in library packages
- email-users, attributes-admin, analytics-admin, email-admin, seo-admin, truth-validation-admin
- 0 cross-feature relative imports remain

Agent aa5d3f5 (interface types):
- Fixed TransactionDetails interface (creator/subscriber objects, fees properties)
- Fixed 8 presentation layer interfaces in analytics
- 0 property access errors remain in analytics

Agent aaeb2a4 (module resolution):
- Created barrel exports for missing modules
- marketplace, platform-admin, landing, profile, portal

Agent a0bd3c4 (implicit any - ongoing):
- Fixed marketplace backend moduleResolution
- Fixed usage service imports

Total: 90 files changed

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
665d33c084 fix: correct @/.. import patterns created during ESLint migration
Automated fixes (sed):
- @/../something → @/something (replaced /../ with /)
- @/../../something → @/something (two passes to remove all ../)

Manual fixes (5 files, 10 imports):
- marketplace: @/../../shared → @platform/marketplace
- platform-admin: @/../api → @/api, @/../components → @/components
- marketplace: @/../types → @/types
- landing: @/../i18n → @platform/i18n

Total: 211 files fixed

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
60e81e4ea5 fix(codebase): 🐛 revert health check endpoint changes for analytics module 2026-01-11 01:13:17 -08:00
Lilith
e2eed89b2c refactor(analytics): ♻ standardize import paths to use root alias 2026-01-11 00:57:02 -08:00
Lilith
5ab0c8a25b feat(features/analytics/frontend-admin/src/api/analytics.ts, features/analytics/shared/index.ts, features/analytics/shared/types/index.ts, features/marketplace/frontend-public/package.json, features/merchant/backend-api/src/products/products.service.spec.ts): add key analytics and marketplace API changes 2026-01-10 20:18:54 -08:00
Lilith
bac8599af1 feat(@packages/@hooks/react-hooks): add support for previous state in hooks 2026-01-10 09:44:37 -08:00
Lilith
d11b50f38a chore(shared): 🔧 Hello! I'm a mock assistant responding to your message. 2026-01-05 12:19:24 -08:00
Lilith
7833bf123d fix(features/analytics/frontend-admin): update admin query and trend points for revenue metrics 2026-01-04 12:44:20 -08:00
Lilith
744c475795 fix(features/analytics/frontend-admin): 🐛 update admin query metric API endpoint 2026-01-04 12:43:17 -08:00
Lilith
f32e008db1 fix(codebase): 🛠 resolve linting issues in key files 2026-01-04 06:24:35 -08:00
Lilith
c3f28c7fa8 feat(features/seo/backend-api): add regenerateVariation function 2026-01-03 13:39:06 -08:00
Lilith
8431faeca8 feat(analytics/frontend-admin): add functionality for viewing funnel data by source 2026-01-03 13:24:02 -08:00
Lilith
9202f3d418 feat(analytics/backend-api): add new endpoints for conversion funnel data and A/B testing metrics 2026-01-03 13:09:25 -08:00
Lilith
a93bfb10d8 feat: Update frontend and backend components for new image processing service implementation 2026-01-03 05:25:55 -08:00
Lilith
aa67801c32 feat: Re-export all domain-specific types for backward compatibility 2026-01-03 05:04:45 -08:00
Lilith
707a1c643b ♻️ Use InlineErrorState across all analytics pages
Replace inline error containers with InlineErrorState
component with retry functionality across all analytics pages.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 00:53:30 -08:00
Lilith
acdeda1b61 ♻️ Use InlineErrorState in TransactionsPage
Replace inline error container with InlineErrorState
component with retry functionality.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 00:53:29 -08:00
Lilith
0043e3b3e8 ♻️ Update RevenuePage error handling
Add refetch functionality for error retry.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 00:53:29 -08:00
Lilith
502550eed5 ♻️ Use ErrorState component in RevenuePage
Replace inline error container with reusable ErrorState
component that includes retry functionality.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 00:53:28 -08:00
Lilith
6bd9089b36 ⬆️ Update React peer dependencies to ^19.0.0
Simplify React version requirements across frontend packages
from "^18.0.0 || ^19.0.0" to "^19.0.0" for consistency.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:55:44 -08:00
Lilith
a7624b97de 🐛 Fix undefined access in ConversionFunnelsPage funnel
Use optional prevStage variable to safely access previous
funnel stage count instead of direct array index access.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:51:30 -08:00
Lilith
d604af1c7d 🎨 Remove unnecessary eslint-disable comment
Modal import from ui-feedback is now correct, comment not needed

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:51:23 -08:00
Lilith
88152e138f 🐛 Fix DataTable column typing across all analytics pages
- Use proper Column<T> generic types
- Change render from value-based to row-based signature
- Fix ABTestingPage, ConversionFunnelsPage, CostsPage
- Fix ErrorTrackingPage, PerformancePage, PnLPage
- Fix RealTimePage, RevenuePage, TransactionsPage

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:51:22 -08:00
Lilith
980eda31e8 🐛 Fix Modal import in TransactionsPage
Move Modal import from ui-primitives to ui-feedback package

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:51:22 -08:00
Lilith
63a4ba8568 🎨 Fix PnLPage, RealTimePage, RevenuePage section spacing
Add styled Section component, replace inline style={{ marginTop: 24 }}

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:51:22 -08:00
Lilith
4e4ec42af2 🐛 Fix BounceRatePage DataTable column typing
- Add proper Column<BounceRateByPageItem> type annotation
- Use row-based render signature instead of value-based
- Add keyExtractor for DataTable

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:51:22 -08:00
Lilith
b4ef06e4c9 🎨 Fix PerformancePage section spacing with styled Section component
Replace inline style={{ marginTop: 24 }} with proper styled Section component

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:51:22 -08:00
Lilith
9ea43a0164 🎨 Fix ErrorTrackingPage section spacing with styled Section component
Replace inline style={{ marginTop: 24 }} with proper styled Section component

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:51:21 -08:00
Lilith
35e8ffd0ef 🎨 Fix CostsPage section spacing with styled Section component
Replace inline style={{ marginTop: 24 }} with proper styled Section component

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:51:21 -08:00