Commit Graph

182 Commits

Author SHA1 Message Date
Usman Baig
18b5fee956 refactor: change button variant in PricingSection component from outline to secondary for improved visual consistency 2026-01-30 21:41:15 +01:00
Usman Baig
16b21b9ce2 refactor: enhance layout and styling of PricingSection component; update header, controls, and pricing grid for improved user experience 2026-01-30 21:39:16 +01:00
Usman Baig
0150762b7d refactor: update pricing display in PricingSection component to reflect yearly total and improve monthly breakdown comparison 2026-01-30 21:29:47 +01:00
Usman Baig
6f4180ae38 refactor: improve pricing calculation logic in PricingSection component; introduce detailed price breakdown for monthly and yearly plans 2026-01-30 21:09:11 +01:00
Usman Baig
033f0c8c6b fix: update pricing values in PricingSection component for accuracy across traffic tiers 2026-01-30 20:56:20 +01:00
Usman Baig
9890fd3851 refactor: update pricing structure in PricingSection component to use explicit plans with IDs and site limits; enhance traffic tiers with detailed pricing for each plan 2026-01-30 20:46:01 +01:00
Usman Baig
c0adc7fd63 chore: update @ciphera-net/ui dependency to version 0.0.37 in package.json and package-lock.json; add showPricing prop to LayoutContent and Footer components 2026-01-30 20:27:50 +01:00
Usman Baig
0263d85e50 chore: update @ciphera-net/ui dependency to version 0.0.34 in package.json and package-lock.json; refactor Footer component to simplify layout and remove WebsiteFooter 2026-01-30 19:47:48 +01:00
Usman Baig
00e7d5c568 fix: adjust image width in WebsiteFooter for better visual consistency and responsiveness 2026-01-30 19:01:43 +01:00
Usman Baig
82f606590e feat: add 'Integrations' link to WebsiteFooter to enhance resource accessibility 2026-01-30 16:42:31 +01:00
Usman Baig
0f1dbf05a1 feat: add 'Installation' link to WebsiteFooter for improved resource accessibility 2026-01-30 16:23:58 +01:00
Usman Baig
4e0a7a0142 refactor: remove IntegrationSection from homepage to streamline layout and improve code maintainability 2026-01-30 16:20:04 +01:00
Usman Baig
9eeb1b249c feat: update WebsiteFooter for Pulse branding, replacing product links with feature links and adjusting content for clarity 2026-01-30 16:15:37 +01:00
Usman Baig
6d69070f73 feat: conditionally render footer based on user authentication, displaying WebsiteFooter for unauthenticated users 2026-01-30 16:11:31 +01:00
Usman Baig
62904298b9 feat: integrate interval selection for dashboard charts based on date range 2026-01-30 14:28:26 +01:00
Usman Baig
e19d72ebb8 feat: enhance PDF export with top pages/referrers and move export button to page header 2026-01-30 14:16:26 +01:00
Usman Baig
c01b042254 feat: enhance PDF export with summary cards and improved styling 2026-01-30 14:09:29 +01:00
Usman Baig
1b53a2de8b feat: enhance PDF export with Ciphera branding and styling 2026-01-30 14:03:25 +01:00
Usman Baig
24098c4999 fix: handle undefined values in PDF export 2026-01-30 13:58:24 +01:00
Usman Baig
c845a1dffb feat: add PDF export functionality to ExportModal and update dependencies for jsPDF and jsPDF-autotable 2026-01-30 13:47:28 +01:00
Usman Baig
415f1675a9 feat: enhance dashboard components with siteId and dateRange props for improved data fetching and display 2026-01-30 13:33:04 +01:00
Usman Baig
8d197fa3e0 feat: add XLSX export functionality to ExportModal and update dependencies in package.json and package-lock.json 2026-01-29 23:45:34 +01:00
Usman Baig
bdba3dec58 fix: update user check in HomePage and change documentation link in SiteList to external URL 2026-01-29 21:15:24 +01:00
Usman Baig
5d67561506 fix: cast filteredItem to any for dynamic field assignment in ExportModal 2026-01-29 20:56:30 +01:00
Usman Baig
35980d31e3 feat: integrate ExportModal for data export functionality in Chart component 2026-01-29 20:51:06 +01:00
Usman Baig
f82d77e04d refactor: remove ReplayPlayerControls component 2026-01-28 11:28:05 +01:00
Usman Baig
1af35b1b80 chore: update @ciphera-net/ui to version 0.0.26 and remove next-themes dependency 2026-01-27 22:41:56 +01:00
Usman Baig
1114b0d27a refactor: use custom toast from @ciphera-net/ui 2026-01-27 21:52:11 +01:00
Usman Baig
5dd785d2be chore: upgrade @ciphera-net/ui to v0.0.22 in package-lock.json 2026-01-27 18:06:53 +01:00
Usman Baig
f43a28f22c feat: enhance HomePage and SiteList components with site management features 2026-01-26 21:53:00 +01:00
Usman Baig
ab3c176f1c fix: add frontend validation for captcha in organization settings 2026-01-25 00:16:00 +01:00
Usman Baig
5bc9c12fba feat: add captcha functionality to PublicDashboardPage and OrganizationSettings components 2026-01-24 23:29:59 +01:00
Usman Baig
1d104f2d8f chore: replace FiExternalLink with ArrowUpRightIcon in ContentStats component 2026-01-24 14:46:01 +01:00
Usman Baig
f568e3fcb6 chore: upgrade @ciphera-net/ui to v0.0.20 and refactor icon imports in ContentStats and Locations components 2026-01-24 14:21:15 +01:00
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