Lilith
63f6ed0523
chore(email/frontend-users): 🔧 Add/update email management components, hooks, and pages for aliases/preferences & unsubscription workflows
2026-01-22 23:03:12 -08:00
Lilith
5863891434
chore(email): 🔧 Implement email event processor backend, admin UI components (modal/table/editor), frontend API client, and card component with integration tests
2026-01-22 23:03:12 -08:00
Lilith
9664fffc99
chore(email): 🔧 Introduce UnsubscribePage.tsx with subscription handling logic and confirmation UI
2026-01-22 11:17:57 -08:00
Lilith
c3f08c18dc
chore(components): 🔧 Update 15 TSX files in components
2026-01-18 09:20:43 -08:00
Lilith
5a6ed9dea6
chore(email): 🔧 Implement comprehensive email functionality with template management and queue handling
2026-01-18 09:20:42 -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
e2eed89b2c
refactor(analytics): ♻ standardize import paths to use root alias
2026-01-11 00:57:02 -08:00
Lilith
4ea7327ac7
♻️ Replace credentials: include with explicit auth headers across features
...
Update frontend hooks and API clients to use Authorization headers
instead of cookie-based credentials:
- email/frontend-admin: Update all 4 useEmail* hooks
- email/frontend-users: Update api/client.ts
- landing/frontend-public: Update checkout, ideas, products, vote hooks
- profile/frontend-app: Remove credentials from useProfileData
- sso/backend-api: Update public JS files for MFA flows
- sso/backend-api: Fix auth.e2e-spec tests for new auth pattern
Consistent cross-origin auth handling via localStorage tokens.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 10:54:42 -08:00
Quinn Ftw
b705a92efc
feat(email): add backend infrastructure, templates, and frontend packages
...
Comprehensive email feature expansion:
Backend:
- Add database migrations for email system tables
- Create email templates for users, orders, and employees
- Add unit tests for core email services
- Add integration test infrastructure
- Configure Jest and TypeScript
Plugin Messaging:
- Add API client for messages service
- Add webhook verifier for security
- Add threading tests and configuration
Shared:
- Create shared types and constants package
Frontend (users):
- Add email preferences management UI
- Add email address management components
- Create unsubscribe flow
Frontend (admin):
- Add integration documentation and exports
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 21:16:29 -08:00