Commit graph

19 commits

Author SHA1 Message Date
Lilith
05ce726ef3 chore(auth): 🔧 Integrate comprehensive auth flow for subscription tiers in marketplace
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-30 23:42:25 -08:00
Lilith
3552410166 chore(auth-provider): 🔧 Add AuthProviderWithDevBridge component for enhanced dev environment integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-30 01:30:56 -08:00
Lilith
64a5709e36 chore(src): 🔧 Update 15 TypeScript files 2026-01-18 09:20:17 -08:00
Lilith
570b511b0f feat(auth): migrate from user roles to profile-based access system 2026-01-13 03:26:17 -08:00
Lilith
5a74075cbb feat(sso): migrate from user types to profile system 2026-01-13 03:20:55 -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
2178cda9cc fix: resolve 7 TypeScript errors in auth-provider
- Fixed import paths for DevUserMapper
- Added DevUserState type import
- Updated vitest config to use reactPreset
- Added @testing-library/jest-dom to tsconfig types

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
475aa077c4 fix(@packages/@hooks/attribute-hooks): 🐛 update metaCategorizedAttributes logic for enriched data and priority grouping 2026-01-10 11:00:05 -08:00
Lilith
834eb5601f feat(@packages/@providers/auth-provider): update package.json and src/index.ts with new dependencies and types 2026-01-10 10:08:22 -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
9dd7be2390 fix(@packages/@infrastructure/sso-client): 🐛 resolve role type in registration options 2026-01-10 06:58:41 -08:00
Lilith
82ba58a7dc fix(@packages/@providers/auth-provider): 🐛 resolve type conflicts in auth-provider types.ts 2026-01-10 06:57:32 -08:00
Lilith
8fabae67e2 feat(@packages/@providers/auth-provider): add login and register functionalities for SSO client 2026-01-10 06:50:44 -08:00
Lilith
5a8ff4cee8 fix(codebase): 🐛 resolve registration and login issues in auth provider and sso client 2026-01-10 06:49:38 -08:00
Lilith
3c5deed1d4 feat(@packages/@infrastructure/sso-client/src/types): add user types and role 2026-01-10 06:15:40 -08:00
Lilith
9c71262936 feat(features/marketplace/frontend-public): add audience hero component with SSO registration option 2026-01-10 03:30:57 -08:00
Lilith
befdcde65e fix(core): 🐛 resolve duplicate event idempotency check in system-events processor 2026-01-10 03:29:51 -08:00
Quinn Ftw
240efb02cf fix(auth-provider): add non-null assertion for JWT payload parsing
Add TypeScript non-null assertion on parts[1] when parsing JWT payload
to satisfy strict type checking after array access.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 21:55:23 -08:00
Quinn Ftw
84d1333284 feat(landing): complete migration with glassmorphism navigation
Migrate landing app from egirl-platform with full feature parity:
- 18 routes verified (all HTTP 200)
- 200 E2E tests passing, 71/74 unit tests passing
- 8 languages in FAB selector (en/es translated, others fallback)

Add ThemeProvider to App.tsx for styled-components theme context.
Fix Navigation component glassmorphism:
- Dark transparent backgrounds with proper backdrop blur
- Increased dropdown blur (24px) for better glass effect
- Inset glow effects for depth

Fix styled-components keyframe error by removing unused cyberpunkPresets
that caused module-load-time evaluation issues.

Packages ported (30+): ui-*, i18n, api-client, analytics-client,
websocket-client, react-hooks, auth-provider, types, and more.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 17:11:07 -08:00