Skip to content

Commit 74decf1

Browse files
author
Bryan Wills
committed
feat: Implement advanced NGINX log analytics with timezone conversion and real IP detection - Added nginxLogParser with UTC to ET timezone conversion - Fixed IP address extraction to show real visitor IPs instead of Docker container IPs - Implemented EnhancedAnalyticsDashboard with comprehensive analytics - Added marketing intelligence features and bot detection - Created new UI components (progress, select, tabs) for enhanced dashboard - Fixed date filtering logic for proper log parsing - Added comprehensive tracking and analytics API endpoints
1 parent e317569 commit 74decf1

14 files changed

Lines changed: 2730 additions & 309 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"@radix-ui/react-dropdown-menu": "^2.1.15",
1616
"@radix-ui/react-label": "^2.1.7",
1717
"@radix-ui/react-navigation-menu": "^1.2.13",
18+
"@radix-ui/react-progress": "^1.1.7",
19+
"@radix-ui/react-select": "^2.2.5",
1820
"@radix-ui/react-slot": "^1.2.3",
1921
"@radix-ui/react-tabs": "^1.1.12",
2022
"@radix-ui/react-tooltip": "^1.2.7",

pnpm-lock.yaml

Lines changed: 76 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)