Lilith
8f72631042
🔧 Update files
2026-01-09 11:22:19 -08:00
Lilith
10199f657f
chore(shared): 🔧 Hello! I'm a mock assistant responding to your message.
2026-01-05 12:56:06 -08:00
Lilith
f45de5ae6e
🔧 Auto-resolve: Pull rebase failed: error: cannot pull with rebase: You have unstaged changes
...
- Refactor getCostBreakdown() to return structured breakdown by category and type
- Enhance getCostTrend() to include category-level trend data
- Improve getBudgetComparison() to return summary totals with variance analysis
- Update return types for better type safety and data organization
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-05 12:50:54 -08:00
Lilith
1a69d44e26
chore(shared): 🔧 Hello! I'm a mock assistant responding to your message.
2026-01-05 12:50:02 -08:00
Lilith
5c473cda39
chore(shared): 🔧 Hello! I'm a mock assistant responding to your message.
2026-01-05 12:29:41 -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
a275e23091
fix(backend-api): 🐛 resolve idempotency check in revenue processing
2026-01-04 21:31:33 -08:00
Lilith
95baec26f7
fix(analytics/backend-api): 🐛 adjust timestamp comparison in transaction analytics service
2026-01-04 21:30:29 -08:00
Lilith
01c1b69db6
fix(analytics/backend-api): 🐛 update date trunc logic in revenue selection
2026-01-04 21:30:08 -08:00
Lilith
a25106615b
feat(analytics): ✨ update service files for subscription analytics and revenue data extraction
2026-01-04 21:29:03 -08:00
Lilith
327a124188
fix(analytics/backend-api): 🐛 update subscription analytics service queries
2026-01-04 21:27:59 -08:00
Lilith
faab3c14a9
fix(analytics/backend-api): 🐛 update revenue metric entity and service service
2026-01-04 21:26:53 -08:00
Lilith
92ccbc610a
fix(shared): 🐛 fix: 🐛 resolve path conflicts in typescript configurations
2026-01-04 16:14:07 -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
dc08ba1e67
feat(features/analytics/backend-api/src/auth/jwt.guard.ts): ✨ add E2E testing bypass for auto-authentication
2026-01-04 12:26:09 -08:00
Lilith
bb15e3881f
feat(root): ✨ add missing files for analytics backend API and frontend users
2026-01-04 07:23:45 -08:00
Lilith
29129f93c5
fix(shared): 🐛 fix: 🐛 validate locale changes and prevent same-sex or duo filters
2026-01-04 07:21:06 -08:00
Lilith
6be4188142
fix(e2e): 🐛 resolve concurrency issues in Dockerfile.e2e
2026-01-04 07:17:59 -08:00
Lilith
50e080b135
fix(codebase): 🐛 🛑 resolve linting issues in multiple files
2026-01-04 07:14:50 -08:00
Lilith
429320419e
fix(analytics/backend-api): 🐛 update Dockerfile.e2e to use concurrency=1
2026-01-04 07:02:22 -08:00
Lilith
be203125cd
fix(shared): 🐛 fix: 🐛 resolve linting issues in typescript files
2026-01-04 07:01:18 -08:00
Lilith
8b40e5742c
fix(e2e): 🐛 resolve concurrency issues in Dockerfile.e2e files
2026-01-04 06:54:12 -08:00
Lilith
2884df9d20
fix(shared): 🐛 fix: 🐛 resolve linting issues in frontend-admin packages
2026-01-04 06:53:08 -08:00
Lilith
dd899b7c8f
feat(eslint): complete ESLint v9 migration across remaining 10 packages
...
Migrated all remaining legacy .eslintrc.json files to modern ESLint v9 flat config:
**Migrated Packages (10 total):**
- @infrastructure/health-client (TypeScript)
- @infrastructure/api-client (TypeScript + semi:off)
- @testing/msw-handlers (TypeScript + relaxed rules)
- @hooks/messaging-hooks (React)
- @utility/zname (React + React Native)
- features/analytics/frontend-users (React)
- features/landing/frontend-public (React + custom rules)
- features/marketplace/frontend-public (React + custom rules)
- features/feature-flags/shared (React/NestJS dual)
- @types (type definitions only)
**Changes:**
- Created 10 new eslint.config.js files using shared @lilith/configs
- Deleted 10 legacy .eslintrc.json files
- Deleted 6 redundant .eslintignore files (replaced by inline ignores)
- All configs include @lilith/eslint-plugin-file-length (400/600 LOC)
- Verified all packages lint successfully
**Migration Pattern:**
- React packages: use createReactConfig({ tsconfigRootDir: import.meta.dirname })
- TypeScript packages: inline config with file-length plugin
- Custom rules preserved where needed (prefer-const:off, semi:off, etc.)
Migration Status: 100% complete (all 57 packages now on ESLint v9)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-04 06:39:43 -08:00
Lilith
f32e008db1
fix(codebase): 🛠 resolve linting issues in key files
2026-01-04 06:24:35 -08:00
Lilith
7e08a8a4e1
fix(shared): 🐛 fix: 🐛 resolve file-length plugin issues in multiple files
2026-01-03 14:24:10 -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
0411ba6880
fix(analytics-client): 🐛 🛠 resolve type declarations and session linking initialization
2026-01-03 12:24:13 -08:00
Lilith
90fb2faa95
feat(features/analytics/backend-api): ✨ add tracking and attribution features
2026-01-03 12:09:09 -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
d639a99ab2
🔧 Add VITE_PORT support to frontend vite configs
...
Add environment variable override and ports.yaml
documentation comments to all frontend dev servers.
🤖 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
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
06c70d2e38
🔧 Normalize versionPlugin appName for users frontends
...
- Analytics Dashboard → Analytics Users
- Email Client → Email Users
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:51:27 -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