Lilith
5338bc82c0
chore(truth-validation/legal-review): 🔧 Implement truth validation legal review workflow with frontend pages, components, API routes, and styling
2026-01-22 23:03: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
3295843fe8
chore(truth-validation): 🔧 Update LegalReviewStats component with new logic/styling in FeatureValidationPage
2026-01-22 15:21:03 -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
a514274916
chore(truth-validation): 🔧 Update legal review interface components
2026-01-22 11:18:02 -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
de7435d7c5
chore(pages): 🔧 Update TypeScript components in 4 pages files
2026-01-20 21:11:37 -08:00
Lilith
c226fd79e5
deps-upgrade(ui/locale-pipeline-admin): ⬆️ Update dependencies across 10+ feature packages to match latest @ui/locale-pipeline-admin versions
2026-01-20 19:47:24 -08:00
Lilith
14993b4ab3
chore(components): 🔧 Update TypeScript component files (26 tsx)
2026-01-20 18:55:52 -08:00
Lilith
8699200ee4
chore(src): 🔧 Update FeatureValidationPage.tsx with new validation logic and UI refinements
2026-01-20 18:14:33 -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
55ac3074ff
chore(src): 🔧 Update TypeScript files in source directory
2026-01-18 09:21:31 -08:00
Lilith
91ce4682ca
chore(truth-validation): 🔧 Add comprehensive truth/legal validation workflow with new pages, components, and migration docs
2026-01-18 09:21:31 -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
f65e451cdd
chore: 🔧 Update files
2026-01-15 11:01:09 -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
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
1bdc7a4d1d
🔧 Auto-resolve: Pull rebase failed due to unstaged import refactoring changes
...
This commit captures unstaged changes from the import path standardization
refactor (b65c5cc2). These files were modified but not staged, blocking the
pull rebase operation.
Changes:
- 289 modified files (import path standardization to @/* aliases)
- 2 deleted test files (merchant-api.e2e.spec.ts, rate-limiting.e2e.spec.ts)
Resolution: Stage all changes and commit before rebasing.
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-11 00:57:02 -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
f05a69af54
✨ Add new files
2026-01-05 02:25:35 -08:00
Lilith
dd024570f8
fix(frontend): ✨ update legal review page logic for structured suggestions
2026-01-04 20:06:47 -08:00
Lilith
fadbf828c9
style(truth-validation): update legal review styles
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-04 19:44:36 -08:00
Lilith
a6dabf0265
feat(platform-admin): add database data source config
...
- Add TypeORM data source configuration
- Register ML endpoints in training module
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-04 19:44:24 -08:00
Lilith
23961a2d24
refactor(conversation-assistant,platform-admin): update APIs and database config
...
- Update scammer profiles migration timestamp
- Refactor training jobs API response format (align with entity fields)
- Add TypeORM configuration to platform-admin
- Register DevicesModule in platform-admin app
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-04 19:44:06 -08:00
Lilith
52c951c0a1
fix(shared): 🐛 fix: 🐛 resolve linting issues in codebase
2026-01-04 19:42:20 -08:00
Lilith
c997d21fdf
fix(frontend-admin): 🐛 adjust max-height calculation for modal header and padding
2026-01-04 17:31:00 -08:00
Lilith
1ada571c94
fix(frontend): ✨ update locale information display in LegalReviewModal.tsx
2026-01-04 17:27:49 -08:00
Lilith
7fbb7991f5
feat(frontend-admin): ✨ update modal footer styling and content wrapper layout
2026-01-04 17:26:31 -08:00
Lilith
8da87dc411
fix(frontend-admin): ✨ update component styles and add review notes textarea
2026-01-04 17:23:21 -08:00
Lilith
79c2d9d33e
fix(shared): 🐛 fix: 🐛 update styles for comparison pane and label in truth-validation frontend-admin
2026-01-04 17:22:15 -08:00
Lilith
9e97da295d
fix(frontend): 🐛 🛑 resolve linting issues in floating settings component
2026-01-04 17:01:49 -08:00
Lilith
5d3e5d1fa0
fix(frontend-admin): 🐛 remove unused function in LegalReviewPage.tsx
2026-01-04 16:51:08 -08:00
Lilith
a8142c58b2
fix(frontend): 🐛 resolve duplicate code in IssueCard.tsx
2026-01-04 16:50:04 -08:00
Lilith
2c0528fab7
fix(package.json): 🐛 resolve version conflicts in package.json
2026-01-04 16:33:33 -08:00
Lilith
3f87c8259b
fix(frontend-admin): 🐛 resolve duplicate package references
2026-01-04 16:30:28 -08:00
Lilith
cf2574a3eb
fix(frontend): 🐛 resolve rotation issues in floating settings components
2026-01-04 16:29:24 -08:00
Lilith
364ee06332
fix(frontend): ✨ resolve pending issues and dismiss all at once
2026-01-04 16:28:20 -08:00
Lilith
fa31a9df25
fix(frontend-admin): 🐛 apply suggestions to original content in LegalReviewPage.tsx
2026-01-04 16:27:16 -08:00
Lilith
2654d6b48d
fix(frontend): 🐛 🛑 resolve linting issues in codebase
2026-01-04 07:09:42 -08:00
Lilith
f518b2b084
fix(frontend-admin): ✨ update import statements for ui-primitives
2026-01-04 07:08:38 -08:00
Lilith
aa9a6a6c02
feat(features/truth-validation/frontend-admin/src/LegalReviewPage.tsx): ✨ update FAB actions and clear pending reviews
2026-01-04 07:06:34 -08:00
Lilith
315efd8eb5
fix(frontend): 🐛 update lucide-react version in package.json and LegalReviewPage.tsx
2026-01-04 07:05:30 -08:00
Lilith
2884df9d20
fix(shared): 🐛 fix: 🐛 resolve linting issues in frontend-admin packages
2026-01-04 06:53:08 -08:00