Commit Graph

896 Commits

Author SHA1 Message Date
Usman Baig
134ceebca1 feat: implement memory caching for session ID with fallback to sessionStorage 2026-01-17 14:11:14 +01:00
Usman Baig
08b59c0362 feat: include session ID in event tracking data 2026-01-17 13:58:24 +01:00
Usman Baig
a76995457d feat: add realtime visitor tracking page and session journey view 2026-01-17 13:49:57 +01:00
Usman Baig
c2d0123e93 feat: enhance dashboard components with modal support for viewing all data 2026-01-17 13:33:30 +01:00
Usman Baig
1d4ea81243 fix: update Node.js version requirement formatting in README 2026-01-16 23:45:21 +01:00
Usman Baig
42492d64b9 feat(analytics): add icons for browsers, devices, OS, and referrers 2026-01-16 23:39:10 +01:00
Usman Baig
e1cf7d4b13 feat: add settings page to analytics-frontend 2026-01-16 22:37:40 +01:00
Usman Baig
63921d5e04 fix: remove temporary merged files 2026-01-16 22:26:05 +01:00
Usman Baig
19392ab385 feat: display screen resolution, content stats, and advanced metrics on dashboard 2026-01-16 22:22:02 +01:00
Usman Baig
1e2fa71e5c feat: add technology stats (browser, os, device) to analytics dashboard 2026-01-16 22:09:10 +01:00
Usman Baig
557407fca6 style: maximize map zoom to scale 170 and center at 10N 2026-01-16 21:33:38 +01:00
Usman Baig
f5938aaf49 style: increase map zoom and use flat brand color for visited countries with outline hover effect 2026-01-16 21:30:56 +01:00
Usman Baig
cb0e985f65 style: adjust map aspect ratio to 2:1 and center to fix proportions and visibility 2026-01-16 21:27:49 +01:00
Usman Baig
fb52293f7c style: increase map scale and center to fill container 2026-01-16 21:24:45 +01:00
Usman Baig
073a3a35eb style: make map responsive and fill container with proper viewBox ratio 2026-01-16 21:17:20 +01:00
Usman Baig
472a6fbc63 style: align map style with brand colors and correct aspect ratio 2026-01-16 21:13:51 +01:00
Usman Baig
9e682a8277 style: move map up by adjusting center coordinate 2026-01-16 21:09:58 +01:00
Usman Baig
68e5e947e2 style: revert map colors to standard choropleth and restore hover fill 2026-01-16 21:07:47 +01:00
Usman Baig
c17f6b9986 style: remove inner border and background from world map container 2026-01-16 21:02:59 +01:00
Usman Baig
d98a79d795 style: change map hover effect to orange outline instead of fill 2026-01-16 20:52:23 +01:00
Usman Baig
450036f137 fix: adjust map scale and center to fit all continents 2026-01-16 20:35:43 +01:00
Usman Baig
ff950b69f6 style: increase map scale and adjust vertical alignment 2026-01-16 20:22:52 +01:00
Usman Baig
7606e9709b feat: update default view to map and adjust map zoom/projection 2026-01-16 20:19:38 +01:00
Usman Baig
5c30e53617 feat: separate map into its own tab in Locations component 2026-01-16 20:15:09 +01:00
Usman Baig
834108f8d4 fix: correct closing tags in Countries.tsx 2026-01-16 20:11:07 +01:00
Usman Baig
294a90c35e chore: configure npm to use legacy-peer-deps for deployment 2026-01-16 20:09:43 +01:00
Usman Baig
85046a5861 feat: add interactive world map to analytics dashboard 2026-01-16 20:07:38 +01:00
Usman Baig
0b33f1c794 refactor: remove regions from dashboard locations component 2026-01-16 20:01:14 +01:00
Usman Baig
6f62e5ed17 refactor: merge cities and regions into countries component with tabs 2026-01-16 19:57:13 +01:00
Usman Baig
fa7e9fddb4 feat: add city and region tracking to analytics 2026-01-16 19:48:45 +01:00
Usman Baig
df7451310c fix(analytics-frontend): align dashboard layout with header width 2026-01-16 19:21:51 +01:00
Usman Baig
bb87defe2b feat: Implement country name retrieval in dashboard component 2026-01-16 19:16:20 +01:00
Usman Baig
732d11b355 feat: add country flags to dashboard 2026-01-16 19:10:50 +01:00
Usman Baig
0fb982a4d9 feat: Enhance HomePage and SiteList with new UI components and improved loading overlay 2026-01-16 17:17:31 +01:00
Usman Baig
d6140181ea fix: Update script default API URL and add data-api to settings snippet 2026-01-16 14:35:10 +01:00
Usman Baig
d6f19fe7c8 fix: Add null checks to stats API functions 2026-01-16 14:23:39 +01:00
Usman Baig
8643443300 fix: Add null checks to prevent 'Cannot read properties of null' errors 2026-01-16 14:23:23 +01:00
Usman Baig
0c3fd5f766 refactor: Replicate Drop's authentication system exactly 2026-01-16 14:11:14 +01:00
Usman Baig
b66f367c94 fix: Add required logoSrc prop to LoadingOverlay in login/signup pages 2026-01-16 14:05:34 +01:00
Usman Baig
51e6961a0c feat: Add /login and /signup pages that initiate OAuth flow 2026-01-16 14:03:52 +01:00
Usman Baig
4e9cf59828 Fix: Use OAuth authorize flow, show login prompt instead of auto-redirect 2026-01-16 13:56:37 +01:00
Usman Baig
481a35b383 Fix: Add dashboard redirect, copy icon, create placeholder pages, update auth API URL 2026-01-16 13:52:45 +01:00
Usman Baig
35e8c5b453 Add .npmrc for GitHub package authentication 2026-01-16 13:42:21 +01:00
Usman Baig
58d349c20b Add standalone output for Railway deployment 2026-01-16 13:36:07 +01:00
Usman Baig
a3fa97efa1 Refactor layout structure: Replace Header and Footer with LayoutContent component in RootLayout for improved organization. 2026-01-16 13:33:55 +01:00
Usman Baig
8e10a05eb1 Initial commit: Analytics frontend implementation 2026-01-16 13:14:19 +01:00