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
00522309a0
chore(admin-features): 🔧 Implement feature flag management UI system with CRUD hooks
2026-01-22 23:03:13 -08:00
Lilith
8674781981
chore(feature-flags): 🔧 Implement feature flag system with backend CRUD APIs, override management, audit logging, health checks, and admin UI components
2026-01-22 23:03:13 -08:00
Lilith
c35a133092
chore(feature-flags/frontend-admin): 🔧 Introduce feature flag management UI with CRUD components, card layouts, and admin pages
2026-01-22 11:17:57 -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
3cc5a4fd17
feat(feature-flags): ✨ Add comprehensive feature flag system with backend API service, frontend components/hooks (FlagCard, useFeatureFlag), and configuration support
2026-01-18 09:20:44 -08:00
Lilith
b367435f1f
chore: 🔧 Update files
2026-01-15 13:49:46 -08:00
Lilith
3c6164fe7e
chore: 🔧 Update files
2026-01-15 12:11:59 -08:00
Lilith
315e1738ab
chore(shared): 🔧 Let me analyze this systematically:
2026-01-13 09:46:03 -08:00
Lilith
f1fe86bb01
fix: complete typecheck error fixes - all 4 agents
...
Agent a3a8896 (Tier 1 Backends - 10 features):
- Fixed marketplace, payments, image-generator, platform-admin, seo backends
- Added override modifiers, type assertions, Express request types
- Created missing barrel exports
Agent a279690 (Tier 2 Large Frontends - 3 features):
- Fixed infrastructure (barrel exports, path mappings, type aliases)
- marketplace providers, platform-admin paths, analytics types
- Identified: 54% of errors in published @lilith/* packages (blocker)
Agent a60bc73 (Tier 3 Medium Frontends - 3 features):
- Identified all errors in node_modules (UI packages)
- BLOCKER: Must fix @lilith/ui-* packages first
Agent aa38547 (Tier 4 Small Frontends - 8 features):
- Fixed attributes, feature-flags, profile, portal, seo types
- Removed logVersionBanner references
- Fixed circular dependencies in type exports
Total: 41 files across all tiers
Key Finding: ~6,400 errors (54%) in @lilith/* packages at ~/Code/@packages/
Need to fix UI packages at source before continuing
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
507cde8aef
fix(phase1): remove vite-version-plugin imports and add locale paths
...
Phase 1 progress:
- Removed @lilith/vite-version-plugin imports from 12 files
- Added locale path mappings to tsconfig.base.json (@i18n-locales, @platform/i18n)
Remaining Phase 1: Create missing barrel exports
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
b5b1217645
fix: complete type error fixes from parallel agents (part 2)
...
Agents completed all work - final fixes from background runs
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
c595a3c1ac
fix: update old package names and paths
...
- @ui/* → @lilith/ui-* (updated scope)
- @transquinnftw/* → @lilith/* (updated scope)
- @lilith/vite-version-plugin/console → @lilith/vite-version-plugin
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
e6d274fa06
♻️ Refactor frontend apps to use @lilith/service-react-bootstrap
...
Replace boilerplate React bootstrap code with standardized bootstrap helper:
- conversation-assistant, feature-flags, landing, marketplace
- platform-admin, profile, seo (admin/public), status-dashboard, webmap
Benefits: Consistent QueryClient, ErrorBoundary, StrictMode, and provider composition
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 20:04:00 -08:00
Lilith
0649a23547
✨ Add version banner plugin to all frontend apps
...
- Integrate @lilith/vite-version-plugin for build-time version injection
- Add logVersionBanner() call in each App.tsx root component
- Update tsconfig.json and vite.config.ts with plugin paths
- Colored console banner shows app name and version on load
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 07:41:21 -08:00
Lilith
e24b269f66
♻️ Rename frontend directories to frontend-admin/frontend-public
...
Standardize frontend directory naming based on purpose:
- attributes/frontend → attributes/frontend-admin
- feature-flags/frontend → feature-flags/frontend-admin
- landing/frontend → landing/frontend-public
- seo/frontend → seo/frontend-admin
- status-dashboard/frontend → status-dashboard/frontend-admin
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 17:40:58 -08:00