Usman Baig
205cdf314c
perf: bound SWR cache, clean stale storage, cap annotations
...
Add LRU cache provider (200 entries) to prevent unbounded SWR memory
growth. Clean up stale PKCE localStorage keys on app init. Cap chart
annotations to 20 visible reference lines with overflow indicator.
2026-03-10 21:19:33 +01:00
Usman Baig
7f9ad0e977
refactor: switch icons from react-icons to Phosphor
...
Replace react-icons and @radix-ui/react-icons with @phosphor-icons/react
for a consistent icon style across all dashboard panels.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-09 00:23:31 +01:00
Usman Baig
e72e6f2ec5
feat: add AI traffic source identification
...
Display proper brand icons and names for AI referrers (ChatGPT,
Perplexity, Claude, Gemini, Copilot, DeepSeek, Grok, Meta AI,
You.com, Phind) in Top Referrers panel.
2026-03-06 19:25:05 +01:00
Usman Baig
b7426d6128
fix: login loading overlay, deduplicate getCookieDomain (F-18, F-11)
...
- Login page shows LoadingOverlay during redirect instead of blank screen
- Extract getCookieDomain() to shared lib/utils/cookies.ts
2026-03-01 21:02:28 +01:00
Usman Baig
c9123832a5
fix: fix broken images from CSP, remove dead code, upgrade React types
...
- Add ciphera.net and *.gstatic.com to CSP img-src (fixes app switcher
icons and site favicons blocked by Content Security Policy)
- Delete 6 unused component/utility files and orphaned test
- Upgrade @types/react and @types/react-dom to v19 (matches React 19 runtime)
- Fix logger test to use vi.stubEnv for React 19 type compatibility
2026-03-01 15:33:37 +01:00
Usman Baig
b3a303d6df
fix: improve session management and UI highlights
2026-03-01 13:53:54 +01:00
Usman Baig
b5f83ce582
feat: add unit tests and CI configuration
2026-03-01 00:11:54 +01:00
Usman Baig
22bc18a7cc
chore: update CHANGELOG.md to include Request ID tracing for debugging, enhancing request tracking across services, and update API client to propagate Request ID in headers
2026-02-27 17:26:08 +01:00
Usman Baig
39eac4100e
feat: update favicon retrieval to use a centralized service URL for consistency across the application
2026-02-22 21:02:11 +01:00
Usman Baig
2d0307d328
fix: enhance error logging by replacing console.error with a centralized logger across the application to improve security and maintainability
2026-02-22 20:57:21 +01:00
Usman Baig
8007900940
feat: enhance accessibility across the application by improving keyboard navigation and screen reader support for various components
2026-02-22 20:39:18 +01:00
Usman Baig
d1d82f5b3c
feat: refine data retention adjustment logic in SiteSettingsPage to snap to nearest valid option upon subscription load
2026-02-21 19:58:48 +01:00
Usman Baig
1ae20dba4c
feat: add data retention settings to SiteSettingsPage, including subscription-based options and UI updates for user interaction
2026-02-21 18:21:43 +01:00
Usman Baig
ae91147b6c
chore: update @ciphera-net/ui dependency to version 0.0.57 in package.json and package-lock.json; refactor imports across multiple components for consistency
2026-02-17 20:49:55 +01:00
Usman Baig
3b9f33b838
fix: extract notification utility functions for better code organization and reuse in NotificationsPage and NotificationCenter
2026-02-16 20:46:36 +01:00
Usman Baig
08110d7245
chore: update CHANGELOG for version 0.5.1-alpha and replace Twitter icon with X logo in referrer display
2026-02-12 21:55:49 +01:00
Usman Baig
4aefca7118
feat: add "Updated X ago" display for realtime indicators and implement auto-refresh tick functionality
2026-02-11 20:49:09 +01:00
Usman Baig
16d8765f46
feat: enhance Top Referrers display by merging referrer rows and adding friendly names
2026-02-11 16:57:01 +01:00
Usman Baig
ddbb2494b1
feat: add getReferrerDisplayName utility to enhance referrer display in ExportModal and TopReferrers components
2026-02-11 16:43:35 +01:00
Usman Baig
51648c82c7
chore: update CHANGELOG.md for 0.3.0-alpha release and implement favicon support in Top Referrers component
2026-02-11 16:34:44 +01:00
Usman Baig
eaf02c853f
fix: improve error handling across various components; utilize getAuthErrorMessage for consistent user-facing error messages
2026-02-03 19:31:26 +01:00
Usman Baig
e75d70269f
refactor(replay): remove session replay functionality and related components to streamline codebase
2026-01-23 18:21:50 +01:00
Usman Baig
035d78175f
refactor: update branding from Ciphera Pulse to Pulse across the application for consistency and clarity
2026-01-19 16:58:09 +01:00
Usman Baig
9dbe74fd9f
refactor: update references from Ciphera Analytics to Ciphera Pulse across the application for consistent branding and messaging
2026-01-19 16:49:42 +01:00
Usman Baig
861ce94e05
feat: add privacy snippet feature in site settings for easy copying to privacy policy
2026-01-19 15:09:09 +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
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
8e10a05eb1
Initial commit: Analytics frontend implementation
2026-01-16 13:14:19 +01:00