Lilith
|
2f256c5221
|
deps-upgrade: ⬆️ Update core dependencies to latest versions including security/performance improvements
|
2026-01-25 20:38:59 -08:00 |
|
Lilith
|
8c7ea73433
|
chore(vite-plugin-p): 🔧 Update plugin entry point to vite v4 compatibility
|
2026-01-25 20:28:49 -08:00 |
|
Lilith
|
58e15f36a9
|
chore(fontend): 🔧 Standardize Vite build configs across 15+ frontend projects for consistent performance & PNPM dependency resolution
|
2026-01-25 20:28:49 -08:00 |
|
Lilith
|
920e50daed
|
chore(deps): 🔧 Update dependency versions in package.json files
|
2026-01-25 20:28:49 -08:00 |
|
Lilith
|
4cc13d4ec3
|
chore(deployments & features): 🔧 Update Vite base paths and plugins for multi-deployment consistency
|
2026-01-25 19:57:58 -08:00 |
|
Lilith
|
5552ae30d9
|
chore(platform-analytics): 🔧 Update Vite build configuration for platform analytics module with environment variables, plugins, and optimizations
|
2026-01-25 19:52:42 -08:00 |
|
Lilith
|
65c0c1c3fc
|
deps-upgrade: ⬆️ Regenerate pnpm-lock.yaml after upgrading direct/indirect dependencies
|
2026-01-25 19:52:42 -08:00 |
|
Lilith
|
40249e6d41
|
chore(utils/vite-plugin-pnpm-resolve): 🔧 Fix incorrect PNPM dependency resolution in Vite builds to ensure proper edge-case handling
|
2026-01-25 19:47:22 -08:00 |
|
Lilith
|
80bf44abb6
|
chore(analytics): 🔧 Add AnalyticsLayout component to enhance dashboard visualizations & UI consistency
|
2026-01-25 19:37:13 -08:00 |
|
Lilith
|
066e37c055
|
chore(platform-analytics): 🔧 Update Vite config to optimize analytics-related builds with plugins and environment variables
|
2026-01-25 19:37:13 -08:00 |
|
Lilith
|
cac10c28a3
|
deps-upgrade(frontend-public): ⬆️ Update analytics platform dependencies in frontend-public package.json and pnpm-lock.yaml
|
2026-01-25 19:37:13 -08:00 |
|
Lilith
|
2fd3f24423
|
chore(fontend-dev): 🔧 Update frontend dependency versions to latest stable releases
|
2026-01-25 19:06:45 -08:00 |
|
Lilith
|
7778bd3d05
|
deps-upgrade(root): ⬆️ Update dependencies to latest minor/patch versions and refresh lockfile
|
2026-01-25 19:06:44 -08:00 |
|
Lilith
|
a3bee90047
|
chore(platform-analytics): 🔧 Add new analytics event tracking methods and update data collection logic
|
2026-01-25 19:01:20 -08:00 |
|
Lilith
|
6a94f07e05
|
chore(config): 🔧 Update Vite configuration files (vite.config.ts) to include new build optimizations and dependency updates
|
2026-01-25 19:01:20 -08:00 |
|
Lilith
|
fdbfc28257
|
deps-upgrade: ⬆️ Update dependencies in root project and feature modules ("platform-content-tools/frontend-dev", "portal/frontend-app") to latest versions
|
2026-01-25 19:01:20 -08:00 |
|
Lilith
|
d35778939a
|
deps-upgrade(analytics): ⬆️ Update frontend analytics SDKs and dependencies in package.json for performance/bug fixes
|
2026-01-25 18:50:33 -08:00 |
|
Lilith
|
7df0253f52
|
chore(analytics): 🔧 Update TypeScript and Vite build configs (tsconfig.json/module resolution, vite.config.ts/plugins/optimizations) for analytics frontend builds
|
2026-01-25 18:45:22 -08:00 |
|
Lilith
|
0654950db4
|
deps-upgrade(platform-analytics): ⬆️ Update platform analytics dependencies in package.json and lockfile
|
2026-01-25 18:45:22 -08:00 |
|
Lilith
|
1f18b0b594
|
feat(analytics): ✨ Implement analytics data collection and fetching system
|
2026-01-25 18:40:05 -08:00 |
|
Lilith
|
c05cbd855f
|
deps-upgrade(platform-analytics/frontend): ⬆️ Update React, testing libraries, and other frontend dependencies to latest stable versions
|
2026-01-25 18:40:05 -08:00 |
|
Lilith
|
ed325eb9f7
|
test(subscription): ✅ Add test suites for subscription hooks (pausing/resuming, validation, trial status logic) including usePauseSubscription tests and useTrialStatus.
|
2026-01-25 18:29:48 -08:00 |
|
Lilith
|
7f0194d852
|
chore(FunnelVisualization): 🔧 Update visualization dependencies and optimize build scripts for FunnelComponent
|
2026-01-25 18:19:31 -08:00 |
|
Lilith
|
dc836e9860
|
refactor(platform-analytics): ♻️ Standardize analytics hooks with unified page-view tracking, WebSocket-based real-time updates via useAnalyticsWebSocket, and improved mocking support
|
2026-01-25 18:14:20 -08:00 |
|
Lilith
|
6a6339060e
|
chore(deps): 🔧 Update dependency versions in package.json and pnpm-lock.yaml
|
2026-01-25 18:14:20 -08:00 |
|
Lilith
|
f1c8cf9391
|
chore(components): 🔧 Update TypeScript component files (7 tsx components)
|
2026-01-25 18:08:53 -08:00 |
|
Lilith
|
6f253ad3b0
|
test(subscription): ✅ Add reusable test helpers for usePromoCode hook to handle edge cases (invalid/expired codes)
|
2026-01-25 18:03:39 -08:00 |
|
Lilith
|
937a677dd8
|
chore(e2e): 🔧 Update e2e test scripts (analytics.docker.e2e.ts) for new analytics tracking logic
|
2026-01-25 17:58:31 -08:00 |
|
Lilith
|
5de6de7de7
|
chore(fontend-admin): 🔧 Update Vite configuration for frontend admin dashboard build process
|
2026-01-25 17:58:31 -08:00 |
|
Lilith
|
71200190ae
|
chore(platform-analytics/frontend-admin): ➖ Update dependencies for frontend analytics platform
|
2026-01-25 17:58:31 -08:00 |
|
Lilith
|
b1e0806492
|
test(subscription): ✅ Add test cases for usePromoCode hook validation, error handling, and discount logic in checkout flow
|
2026-01-25 17:53:05 -08:00 |
|
Lilith
|
c1c4fac4ee
|
chore(subscription): 🔧 Update subscription service config for new billing cycle validation
|
2026-01-25 17:47:56 -08:00 |
|
Lilith
|
8b456b882f
|
deps-upgrade: ⬆️ Update dependency versions in lockfile for version consistency and conflict resolution
|
2026-01-25 17:47:56 -08:00 |
|
Lilith
|
bdcc0f3f7b
|
chore(platform-analytics): 🔧 Add shared utilities/components for analytics event tracking, data processing, and integration helpers
|
2026-01-25 17:42:39 -08:00 |
|
Lilith
|
7947aa1581
|
chore(subscription): 🔥 Remove test files for usePromoCode hook due to deprecation/refactoring
|
2026-01-25 17:42:39 -08:00 |
|
Lilith
|
7071548b73
|
feat(analytics): ✨ Add refined admin analytics types & shared TypeScript type system
|
2026-01-25 17:42:39 -08:00 |
|
Lilith
|
c170313ebe
|
feat(analytics): ✨ Add 7+ analytics dashboard pages (ErrorTracking, FmtyAnalytics, GiftsAnalytics, Performance, PnL, RealTime, Revenue, Transactions) with API integrations, shared types, and frontend utilities
|
2026-01-25 17:42:39 -08:00 |
|
Lilith
|
3a84709c2f
|
chore(pages): 🔧 Update TypeScript files in pages directory
|
2026-01-25 17:42:38 -08:00 |
|
Lilith
|
baa8107e5d
|
chore(analytics): 🔧 Add MockDataProvider component, mock analytics logic in analytics-provider, and extend TypeScript types for testing
|
2026-01-25 17:42:38 -08:00 |
|
Lilith
|
1503663b84
|
chore(analytics): 📈 Add new analytics pages for AB testing, bounce rate, and revenue tracking metrics
|
2026-01-25 17:42:38 -08:00 |
|
Lilith
|
a591d49bc2
|
feat(analytics): ✨ Implement comprehensive analytics tracking with client-side hooks (use-track-engagement, use-track-page-view) and NestJS server integration
|
2026-01-25 17:42:37 -08:00 |
|
Lilith
|
4dc8acfd01
|
feat(analytics): ✨ Add analytics dashboard components, real-time metrics visualization, backend batch queue, and use-page-view-tracking hook
|
2026-01-25 17:42:37 -08:00 |
|
Lilith
|
1192ffd721
|
chore(api): 🔧 Update TypeScript files in API module to maintain consistency across 15 related components
|
2026-01-25 17:42:37 -08:00 |
|
Lilith
|
ff2a2031e3
|
chore(analytics): 🔧 Update tsconfig.json, vite.config.ts, vitest.config.ts, and .gitignore to standardize analytics plugin tooling across monorepo modules
|
2026-01-25 17:42:36 -08:00 |
|
Lilith
|
42e1d8b810
|
deps-upgrade(analytics/frontend-admin): ⬆️ Update dependencies in @plugins/analytics and frontend-admin modules to latest versions
|
2026-01-25 17:42:36 -08:00 |
|
Lilith
|
e36cf92899
|
chore(frontend-admin): 🔧 Add analytics tracking infrastructure (API clients, batch queue, custom hooks, and provider component)
|
2026-01-25 17:36:00 -08:00 |
|
Lilith
|
ee1711a774
|
chore(deps): ➖ Update pnpm-lock.yaml with dependency version updates
|
2026-01-25 17:36:00 -08:00 |
|
Lilith
|
88af408174
|
chore(hooks): 🔧 Update promo code removal logic, navigation config, and related test specs
|
2026-01-25 17:30:40 -08:00 |
|
Lilith
|
eff0e7a30e
|
chore(marketplace + analytics): 🔥 Remove promo code feature and associated tests
|
2026-01-25 17:25:29 -08:00 |
|
Lilith
|
3c2d1c572b
|
chore(frontend-admin): ➖ Update dependencies in admin frontend for security/bug fixes via pnpm lock regeneration
|
2026-01-25 17:25:28 -08:00 |
|