Commit graph

14 commits

Author SHA1 Message Date
Claude Code
6a0fea31e0 deps-upgrade(frontend-config): ⬆️ Update vite, vitest, and TypeScript configs for ESM compatibility and performance improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 23:56:42 -07:00
Claude Code
7fdf32c827 chore(frontend-admin): 🔧 Update TypeScript compiler options in tsconfig.json for frontend-admin module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 20:28:01 -07:00
Claude Code
e270170703 chore(frontend-admin): 🔧 Update TypeScript config with compiler optimizations for admin frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 20:00:08 -07:00
Claude Code
09647977c9 chore(fontend-admin): 🔧 Update TypeScript compiler options in tsconfig.json for stricter module resolution and dependency handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:47:02 -07:00
Lilith
3966f0fcf2 chore(config): 🔧 Update TypeScript/Vitest configs to ESNext/NodeNext across 12 feature modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:26 -08:00
Lilith
bdf62ff737 chore(fontend-admin): 🔧 Update TypeScript compiler config in admin frontend (strict mode, path aliases)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-19 13:43:35 -08:00
Lilith
774d3b1d74 chore(config): 🔧 Update TypeScript, testing, and infrastructure configurations across codebase 2026-01-18 09:20:11 -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
742234d10a feat(@packages/@providers/auth-provider): update package.json and ci.yml for auth provider module 2026-01-10 21:49:30 -08:00
Lilith
50e080b135 fix(codebase): 🐛 🛑 resolve linting issues in multiple files 2026-01-04 07:14:50 -08:00
Lilith
be203125cd fix(shared): 🐛 fix: 🐛 resolve linting issues in typescript files 2026-01-04 07:01:18 -08:00
Lilith
b14319e3bc Add platform admin subscription tier management UI
Platform admin enhancements:
- Add SubscriptionTiersPage for managing subscription tiers
- Add TierEditModal with preview and validation
- Add API client for tier admin endpoints
- Update styled.d.ts theme type definitions
- Add tsconfig reference for shared package

Auto-generated:
- Update locale-validation-cache
- Update pnpm-lock.yaml

🤖 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
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
Renamed from features/platform-admin/frontend/tsconfig.json (Browse further)