798 Commits

Author SHA1 Message Date
Usman Baig
7e57eaeca3 chore: remove unused CopyIcon import from OrganizationSettings component 2026-01-24 12:57:50 +01:00
Usman Baig
0394fc337c chore: replace CopyIcon and ExternalLinkIcon with SVG implementations in SiteSettingsPage and VerificationModal components 2026-01-24 12:56:27 +01:00
Usman Baig
0e280e4118 chore: replace LightningIcon with ZapIcon across multiple components 2026-01-24 12:53:10 +01:00
Usman Baig
5857a2ea15 chore: upgrade @ciphera-net/ui to v0.0.18 and refactor icon imports across components 2026-01-24 12:50:43 +01:00
Usman Baig
1c4ea35296 chore: upgrade @ciphera-net/ui to v0.0.16 and refactor ProfileSettings component to use shared implementation 2026-01-24 12:10:11 +01:00
Usman Baig
33779ebf77 chore: upgrade @ciphera-net/ui to v0.0.14 and refactor component imports 2026-01-24 11:42:19 +01:00
Usman Baig
2b5efc70c1 fix: add placeholder text to password input fields for better user guidance 2026-01-24 11:24:53 +01:00
Usman Baig
390ca429d9 fix: update PasswordInput onChange handlers to accept event 2026-01-23 18:47:14 +01:00
Usman Baig
aaf224a278 refactor: migrate UI components to @ciphera-net/ui v0.0.11 2026-01-23 18:35:17 +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
794523fa81 refactor(layout): consolidate Footer component import into Header/Footer from '@ciphera-net/ui' and remove redundant Footer file 2026-01-23 17:33:38 +01:00
Usman Baig
1be2c95046 fix(branding): update logo references from 'ciphera_icon_no_margins.png' to 'pulse_icon_no_margins.png' across the application for consistent branding 2026-01-23 11:38:05 +01:00
Usman Baig
4c7dc51db3 refactor(ui): streamline Button component styles and remove CSS classes for improved consistency and maintainability 2026-01-22 22:29:30 +01:00
Usman Baig
14455e6a75 fix(dashboard): update comparison toggle in Chart component to default to false for improved user experience 2026-01-22 22:23:26 +01:00
Usman Baig
06a8120c68 fix(dashboard): update color for Bounce Rate metric in Chart component to use brand color for consistency 2026-01-22 21:59:38 +01:00
Usman Baig
a71ac45a7f fix(dashboard): update color for Visit Duration metric in Chart component to use brand color for consistency 2026-01-22 21:56:59 +01:00
Usman Baig
ac427597b3 feat(dashboard): extend Chart component to include bounce rate and average duration metrics for enhanced analytics 2026-01-22 21:53:25 +01:00
Usman Baig
81cef1b485 feat(dashboard): integrate Checkbox component for comparison toggle in Chart, enhancing user interaction 2026-01-22 21:46:35 +01:00
Usman Baig
479a6db688 feat(dashboard): update Chart component layout with improved toolbar and export button for enhanced user interaction 2026-01-22 21:42:39 +01:00
Usman Baig
ab46dc22a9 feat(dashboard): enhance Locations component with additional country codes and corresponding icons for better representation 2026-01-22 21:39:39 +01:00
Usman Baig
222df9f11c feat(dashboard): add Tor Network support in Locations component with custom naming and icon 2026-01-22 21:36:52 +01:00
Usman Baig
d4afbc1930 refactor(ui): update button and input components to use brand-orange styles, enhancing UI consistency across the application 2026-01-22 20:40:17 +01:00
Usman Baig
3996c2550e feat(auth): implement role-based access control in SiteDashboard and SiteSettings, enhancing user experience with edit permissions 2026-01-22 20:28:44 +01:00
Usman Baig
ef43c7376a fix(loading): remove animation from LoadingOverlay for improved performance 2026-01-22 16:30:29 +01:00
Usman Baig
a2f266b186 refactor(loading): update LoadingOverlay to display dynamic title instead of static text 2026-01-22 16:06:32 +01:00
Usman Baig
89bc9ed802 refactor(auth): streamline LoadingOverlay usage in AuthCallback for a seamless loading experience 2026-01-22 15:46:50 +01:00
Usman Baig
13f2950b23 fix(loading): update LoadingOverlay component to support portal prop and adjust loading states in HomePage and AuthCallback 2026-01-22 15:40:12 +01:00
Usman Baig
d05015205b fix(settings): use user context for org id instead of local storage token 2026-01-22 01:58:17 +01:00
Usman Baig
9767d928ce feat(settings): implement organization settings page 2026-01-22 01:52:51 +01:00
Usman Baig
cbb2255024 fix: handle access_token only response from switchContext 2026-01-22 01:36:56 +01:00
Usman Baig
c41c1145fb fix: match workspace switcher UI with Drop 2026-01-22 00:52:43 +01:00
Usman Baig
2fc4344302 feat: enhance user experience with improved workspace switcher functionality 2026-01-22 00:52:31 +01:00
Usman Baig
12dc03b636 feat: add organization onboarding flow and auth enforcement 2026-01-22 00:32:48 +01:00
Cursor Agent
6eff7ef09a Replace external Footer with local component to fix 'Why Drop' text
Co-authored-by: usman <usman@ciphera.net>
2026-01-21 12:16:49 +00:00
Usman Baig
e28baa5482 fix: update Chart component to display day ticks in daily view and optimize X-axis labels accordingly 2026-01-19 18:56:50 +01:00
Usman Baig
dfe415af40 fix: refine Chart component to display midnight timestamps correctly and optimize X-axis labels for hourly intervals 2026-01-19 18:52:41 +01:00
Usman Baig
2a51982c28 fix: update Chart component to display time correctly at midnight for hourly intervals 2026-01-19 18:44:57 +01:00
Usman Baig
43dd977c4c fix: update ChartTooltip to correctly display current metric values in tooltip based on payload order 2026-01-19 18:34:53 +01:00
Usman Baig
ecac8002ae fix: change Area component type from natural to monotone and add baseValue for improved chart rendering 2026-01-19 18:30:11 +01:00
Usman Baig
500310048a feat: enhance Chart component with theme-aware tooltip, comparison feature, and improved axis formatting 2026-01-19 18:25:49 +01:00
Usman Baig
78d348f037 feat: enhance PerformanceStats component with overall performance scoring and improved UI for metric display 2026-01-19 18:15:45 +01:00
Usman Baig
d37b706751 feat: add animation to collapsible section for worst performance pages in PerformanceStats component 2026-01-19 18:08:47 +01:00
Usman Baig
cb84b117ff feat: add collapsible section for worst performance pages in PerformanceStats component 2026-01-19 18:04:49 +01:00
Usman Baig
5d867dd519 refactor: update application name and related identifiers from Analytics to Pulse for consistent branding across the codebase 2026-01-19 17:20:01 +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
d0a13adf36 refactor: replace router navigation with Link component for site creation and improve UI consistency in HomePage and SiteList components 2026-01-19 15:54:54 +01:00
Usman Baig
7c99602629 feat: replace native select elements with custom Select component for improved styling and functionality in replays and settings pages 2026-01-19 14:28:26 +01:00
Usman Baig
a649c850ca feat: integrate custom ReplayPlayerControls for enhanced playback functionality, including play/pause, seek, speed adjustment, and fullscreen support 2026-01-19 14:20:25 +01:00
Usman Baig
c8695ff964 fix: Enhance dashboard components with site settings for data collection options 2026-01-19 12:10:44 +01:00