Commit graph

18 commits

Author SHA1 Message Date
Lilith
510be2d643 refactor(feature-flags): ♻️ Optimize FeatureGate rendering logic and improve flag evaluation/caching in FeatureFlagProvider
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 17:38:56 -08:00
Lilith
a7573b0b98 chore(src): 🔧 Update TypeScript files in src directory to maintain consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 08:07:14 -08:00
Lilith
5ced4950ef chore(seo): 🔧 Implement conditional SEO template rendering via FeatureGate component + admin UI updates 2026-01-25 22:52:54 -08:00
Lilith
3fe70695bd feat(feature-flags): Add feature flag management UI (CreateFlagPage) and enhance shared FeatureGate/FeatureFlagProvider components 2026-01-23 20:26:53 -08:00
Lilith
6b73d22b59 refactor(feature-flags): ♻️ Enhance dynamic feature flag evaluation with async support, complex rule handling (combined logic), and improved context propagation 2026-01-23 09:21:32 -08:00
Lilith
00522309a0 chore(admin-features): 🔧 Implement feature flag management UI system with CRUD hooks 2026-01-22 23:03:13 -08:00
Lilith
612dfd945e chore(src): 🔧 Update TypeScript component files in src directory 2026-01-20 05:55:50 -08:00
Lilith
145e376d28 chore(feature-flags): 🚩 Introduce structured feature flag system with backend (NestJS) providers, React hooks, API loader, and default values 2026-01-18 09:20:45 -08:00
Lilith
9aab919ad2 feat(feature-flags): Add admin UI for managing feature flags with CRUD operations 2026-01-18 09:20:44 -08:00
Lilith
66eaeee9d8 chore: 🔧 Update files 2026-01-15 13:55:04 -08:00
Lilith
f2e90112a7 chore: 🔧 Update files 2026-01-15 12:01:36 -08:00
Lilith
8f72c33af0 chore(shared): 🔧 **Chain-of-Thought Reasoning:** 2026-01-15 11:56:28 -08:00
Lilith
6c1979891f chore: 🔧 Update files 2026-01-15 11:46:08 -08:00
Lilith
bcc848fb03 chore(frontend-showcase/e2e): 🚀 Fix E2E test setup issues 2026-01-13 09:12:43 -08:00
Lilith
65423d818b feat(shared): update auth system to use accesslevel instead of role 2026-01-13 06:46:52 -08:00
Lilith
e2eed89b2c refactor(analytics): ♻ standardize import paths to use root alias 2026-01-11 00:57:02 -08:00
Lilith
983c1a1576 Add age verification gate (18+) feature
- New age-verification feature with frontend-components and shared packages
- Add 'age-gate-enabled' feature flag (staging/production)
- Integrate AgeGateProvider into landing App.tsx
- Add AgeGateLoginLink component for authenticated bypass
- Add en/es locales for age-gate UI

Site-wide 18+ confirmation required for adult content platform.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 20:27:04 -08:00
Quinn Ftw
6963c408a0 refactor(feature-flags): migrate from @packages to features directory
Move feature-flags package from @packages/@infrastructure/feature-flags/
to features/feature-flags/ following the new feature-based architecture.
The new location includes backend/, frontend/, and shared/ directories.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 04:58:41 -08:00