f91a991e48refactor: remove activeTab state update from handleTabChange in OrganizationSettings to streamline tab navigation logic
Usman Baig
2026-02-05 15:03:41 +01:00
73f2d3757eMerge pull request #10 from ciphera-net/staging
Usman
2026-02-05 14:53:56 +01:00
4774a9ce20refactor: simplify state updates in OrganizationSettings by removing unnecessary useEffect for filters
Usman Baig
2026-02-05 14:39:35 +01:00
de22c2da63refactor: implement audit fetch trigger in OrganizationSettings to enhance data loading efficiency and improve filter responsiveness
Usman Baig
2026-02-05 14:32:33 +01:00
e581d5212frefactor: optimize audit log filtering in OrganizationSettings by using refs to stabilize state updates and improve performance
Usman Baig
2026-02-05 14:03:37 +01:00
cbe2769faafix: update Log ID placeholder and display in OrganizationSettings for improved clarity and consistency
Usman Baig
2026-02-05 13:41:33 +01:00
f97681c8a3refactor: remove optional resource_id from AuditLogEntry interface to streamline audit log structure
Usman Baig
2026-02-05 13:38:31 +01:00
508b110adffeat: add Log ID filter to audit log in OrganizationSettings, enhancing filtering capabilities for improved data retrieval
Usman Baig
2026-02-05 13:31:59 +01:00
01af2124ebfeat: enhance audit log display in OrganizationSettings by adding Log ID and improving actor identification with email fallback
Usman Baig
2026-02-05 13:04:51 +01:00
bcb221eb41fix: normalize audit log response to ensure entries are always an array and total is a number, improving data handling in OrganizationSettings
Usman Baig
2026-02-05 12:30:01 +01:00
54578d00cafeat: add audit log functionality to OrganizationSettings, including filters and loading states for improved organization activity tracking
Usman Baig
2026-02-05 12:23:06 +01:00
b51f501508Merge pull request #9 from ciphera-net/staging
Usman
2026-02-05 12:06:33 +01:00
7072049b5ffix: update pageview limit display logic in OrganizationSettings to show 'Unlimited' for zero limits
Usman Baig
2026-02-05 12:03:21 +01:00
f13dfc437cfix: refine subscription site count display logic and enhance active tab management in OrganizationSettings component
Usman Baig
2026-02-05 11:55:21 +01:00
7929e15b65feat: update subscription display and organization settings UI to include plan usage details and loading states
Usman Baig
2026-02-05 11:29:38 +01:00
b12c2e9effMerge pull request #8 from ciphera-net/staging
Usman
2026-02-05 00:16:04 +01:00
ffe6f464e6feat: enhance error handling in FunnelReportPage by adding support for forbidden access and updating error messages for better user clarity
Usman Baig
2026-02-05 00:10:03 +01:00
ceb668890bfeat: enhance error handling in FunnelReportPage by adding specific messages for not found and general load errors, improving user feedback and experience
Usman Baig
2026-02-05 00:04:44 +01:00
0c09c5b97efix: improve regex error handling in CreateFunnelPage by providing specific step names in error messages
Usman Baig
2026-02-04 23:54:44 +01:00
002fe50d9afeat: add regex validation for funnel steps and improve error handling in CreateFunnelPage
Usman Baig
2026-02-04 23:48:06 +01:00
c37c66cbf3feat: enhance funnel stats API by normalizing date inputs to RFC3339 format, improving query consistency and accuracy
Usman Baig
2026-02-04 23:41:31 +01:00
45577d5cfarefactor: optimize data loading in FunnelsPage and FunnelReportPage by utilizing useCallback for improved performance and dependency management
Usman Baig
2026-02-04 23:29:32 +01:00
8bbe508657refactor: streamline data loading in FunnelsPage and FunnelReportPage by reintroducing useEffect hooks for improved state management and responsiveness
Usman Baig
2026-02-04 23:17:17 +01:00
252b023f0dfix: refactor FunnelReportPage to optimize theme handling by moving chart color logic into useMemo, improving performance and code clarity
Usman Baig
2026-02-04 22:41:48 +01:00
40dffcdb1efeat: improve Funnel pages UI by updating styles for empty state and chart components, enhancing visual consistency and accessibility
Usman Baig
2026-02-04 22:36:19 +01:00
c98286c4e3feat: update button styles and enhance layout consistency across Funnels pages, including improved accessibility with aria-labels
Usman Baig
2026-02-04 22:27:55 +01:00
5a8fe883ddfeat: upgrade @ciphera-net/ui to version 0.0.45 and refactor Funnel components to replace Card with div for improved styling consistency
Usman Baig
2026-02-04 22:01:32 +01:00
3f99bc81ccfeat: add button to navigate to Funnels page in SiteDashboardPage for improved user navigation
Usman Baig
2026-02-04 21:49:23 +01:00
af21ab0118[PULSE-42] Fix PWA service worker installation error (bad-precaching-response)
Usman Baig
2026-02-04 21:07:12 +01:00
d8644751a8Merge pull request #7 from ciphera-net/staging
Usman
2026-02-04 20:58:19 +01:00
e824b270affeat: refactor UtmBuilder to improve site selection logic and URL initialization based on initialSiteId; enhance user experience by ensuring proper state updates
Usman Baig
2026-02-04 20:56:08 +01:00
159f514b71feat: enhance UI components by updating button styles and improving layout in ToolsPage and Campaigns; refactor UtmBuilder for better input handling and user experience
Usman Baig
2026-02-04 20:40:16 +01:00
210ea7b754feat: update version to 0.1.2 and upgrade @ciphera-net/ui to 0.0.44; refactor layout-content for improved navigation handling
Usman Baig
2026-02-04 20:34:30 +01:00
87fdde18e5feat: enhance UtmBuilder component with path handling for selected sites and improve URL input experience
Usman Baig
2026-02-04 20:25:54 +01:00
f2927098acfeat: update version to 0.1.1, upgrade @ciphera-net/ui to 0.0.43, and enhance Campaigns component with URL builder modal
Usman Baig
2026-02-04 20:18:58 +01:00
c46114c4f1Merge pull request #6 from ciphera-net/staging
Usman
2026-02-04 19:46:42 +01:00
ecea9cd094feat: update getCampaigns API to include limit parameter and adjust Campaigns component to utilize it for fetching data
Usman Baig
2026-02-04 19:41:48 +01:00
143561c4abfeat: enhance Campaigns component with loading state, user guidance, and documentation link for tracking marketing campaigns
Usman Baig
2026-02-04 19:30:51 +01:00
d5ea1a793bfeat: add Campaigns component and API integration for campaign statistics in SiteDashboardPage
Usman Baig
2026-02-04 19:11:03 +01:00
96b5de5997Merge pull request #5 from ciphera-net/staging
Usman
2026-02-04 16:04:09 +01:00
2ab98ca0a7fix: update user guidance for event name formatting in SiteSettingsPage to clarify valid characters and restrictions
Usman Baig
2026-02-04 16:00:30 +01:00
14f3fe7fbbfeat: add duplicate event name validation in SiteSettingsPage and update user guidance for event name changes
Usman Baig
2026-02-04 15:56:25 +01:00
5c3f6f8516refactor: simplify GoalStats component by removing unused props and updating SiteDashboardPage accordingly
Usman Baig
2026-02-04 15:49:07 +01:00
c780d3a119feat: add display name support in GoalStats and provide user guidance in SiteSettingsPage
Usman Baig
2026-02-04 15:37:18 +01:00
97df5ee99bfeat: add validation for event name length in SiteSettingsPage to ensure it does not exceed 64 characters
Usman Baig
2026-02-04 15:32:00 +01:00
06dd4d3bd9refactor: streamline GoalStats layout and improve user guidance for goal tracking
Usman Baig
2026-02-04 15:04:13 +01:00
11802cb558feat: enhance GoalStats component with user guidance for tracking goals and add documentation link
Usman Baig
2026-02-04 14:53:11 +01:00
90a743c170feat: implement custom events tracking and goals management in the dashboard
Usman Baig
2026-02-04 14:33:06 +01:00
ba74a150e3Merge pull request #4 from ciphera-net/staging
Usman
2026-02-04 12:46:26 +01:00
0d16f3ba55refactor: derive main padding from bar/header height constants
Usman Baig
2026-02-04 12:41:13 +01:00
4d477110c8refactor: enhance OfflineBanner to accept online status as a prop and update layout-content to pass isOnline state
Usman Baig
2026-02-04 12:34:24 +01:00
44b3cf3fb5chore: update app name in manifest.json from "Pulse Analytics" to "Pulse" and change icon paths to new images with padding
Usman Baig
2026-02-04 12:21:28 +01:00
19f75b2f45chore: update @ciphera-net/ui dependency to version 0.0.42 in package.json and package-lock.json; enhance OfflineBanner styling and layout in layout-content.tsx
Usman Baig
2026-02-04 11:41:38 +01:00
223c00a382fix: conditionally render OfflineBanner and adjust main padding based on user authentication and online status
Usman Baig
2026-02-04 11:32:14 +01:00
8bc05382d8chore: update @ciphera-net/ui dependency to version 0.0.41 in package.json and package-lock.json
Usman Baig
2026-02-04 11:24:52 +01:00
cbd3c38f38chore: update @ciphera-net/ui dependency to version 0.0.40 in package.json and package-lock.json; add useOnlineStatus hook to LayoutContent for dynamic padding adjustment
Usman Baig
2026-02-04 11:17:18 +01:00
a5f1d51f51style: wrap OfflineBanner in a div with padding for improved layout spacing in LayoutContent
Usman Baig
2026-02-04 11:07:56 +01:00
2a0380189dfeat: add OfflineBanner component to LayoutContent for offline notifications and update styles in OfflineBanner
Usman Baig
2026-02-04 11:00:21 +01:00
73dac1b170chore: update build script in package.json to include webpack for improved performance
Usman Baig
2026-02-04 10:50:45 +01:00
787eac2151feat: integrate PWA support using next-pwa; update configuration in next.config.ts, add service worker files to .gitignore, and include manifest in layout.tsx
Usman Baig
2026-02-04 10:45:00 +01:00
acbd8ef8bcchore: update @ciphera-net/ui dependency to version 0.0.39 in package.json and package-lock.json
Usman Baig
2026-02-03 22:20:04 +01:00
08cc433dfdMerge pull request #3 from ciphera-net/staging
Usman
2026-02-03 21:03:43 +01:00
a4a9b3d1c0refactor: replace FileTextIcon with BookOpenIcon in OrganizationSettings component; clean up import statements for better readability
Usman Baig
2026-02-03 20:01:23 +01:00
a9517396d7feat: [PULSE-32] Invoice history and download — Billing tab invoice list and PDF/view links
Usman Baig
2026-02-03 19:56:15 +01:00
b626cf81bdMerge pull request #2 from ciphera-net/staging
Usman
2026-02-03 19:35:47 +01:00
eaf02c853ffix: improve error handling across various components; utilize getAuthErrorMessage for consistent user-facing error messages
Usman Baig
2026-02-03 19:31:26 +01:00
af5d9631e5fix: improve error handling in authentication flow; validate access token and format, and ensure proper state verification in callback
Usman Baig
2026-02-01 21:07:17 +01:00
0dee4a699afix: update data retention periods in PricingSection; change '3 years' to '2 years' for startups and 'Unlimited' to '3 years' for large organizations
Usman Baig
2026-02-01 20:39:25 +01:00
e17c95b940chore: update @ciphera-net/ui dependency to version 0.0.38; modify LayoutContent to include showSecurity prop
Usman Baig
2026-01-31 22:52:20 +01:00
472061113bfeat: implement subscription limit check in NewSitePage; update HomePage to conditionally display site addition link or upgrade prompt based on subscription status
Usman Baig
2026-01-31 22:45:11 +01:00
d8abd392ecfeat: update subscription status display in OrganizationSettings component; differentiate between active and trialing statuses with appropriate labels
Usman Baig
2026-01-31 21:19:09 +01:00
ceee5f9169refactor: remove debug logging for subscription current_period_end in OrganizationSettings component; streamline subscription loading logic
Usman Baig
2026-01-31 20:50:47 +01:00
2100bdf90efix: enhance subscription renewal date display in OrganizationSettings component; ensure proper handling of invalid date values
Usman Baig
2026-01-31 20:34:36 +01:00
54e2a9e74ffeat: add logging for subscription current_period_end in OrganizationSettings component; implement data ingestion for debugging purposes
Usman Baig
2026-01-31 20:29:48 +01:00
181837f5a4refactor: enhance layout of PricingSection by restructuring button group and adding promotional text for yearly subscription
Usman Baig
2026-01-31 19:51:05 +01:00
c78874ea88feat: add subscription loading and display logic to HomePage component; implement error handling for subscription retrieval
Usman Baig
2026-01-31 17:52:05 +01:00
c77968c797refactor: update toast import to use @ciphera-net/ui in PricingSection and CheckoutSuccessToast components
Usman Baig
2026-01-31 17:36:08 +01:00
f085c11ba3feat: implement loading state and error handling in PricingSection; add Suspense for async components in Pricing and Settings pages
Usman Baig
2026-01-31 17:29:54 +01:00
8550909047refactor: remove "Security" link from Footer component for streamlined navigation
Usman Baig
2026-01-31 14:07:22 +01:00
62c81f7911fix: improve subscription display in OrganizationSettings component; handle undefined values for plan, status, billing interval, and renewal date
Usman Baig
2026-01-31 13:32:39 +01:00
6cbf64a473feat: add billing tab and subscription management to OrganizationSettings component; implement loading and error handling for subscription details
Usman Baig
2026-01-31 13:21:25 +01:00
559c8a74ddfeat: implement pending checkout handling in PricingSection; redirect users based on checkout state in AuthCallbackContent
Usman Baig
2026-01-30 23:00:46 +01:00
b8a2e5ac3afeat: add legacy axios-style client for compatibility; implement post method with endpoint handling and error management
Usman Baig
2026-01-30 22:54:54 +01:00
6675a76d0bfeat: implement subscription handling in PricingSection component; add OAuth flow and checkout session creation for user plans
Usman Baig
2026-01-30 22:52:04 +01:00
5bb807960erefactor: increase maximum width of PricingSection component for improved layout and visual appeal
Usman Baig
2026-01-30 21:56:20 +01:00
91df5b4039refactor: adjust maximum width of PricingSection component for better layout consistency
Usman Baig
2026-01-30 21:51:02 +01:00
56ade68d45refactor: add "Most Popular" label to top plans in PricingSection component for enhanced visibility
Usman Baig
2026-01-30 21:44:49 +01:00
18b5fee956refactor: change button variant in PricingSection component from outline to secondary for improved visual consistency
Usman Baig
2026-01-30 21:41:15 +01:00
16b21b9ce2refactor: enhance layout and styling of PricingSection component; update header, controls, and pricing grid for improved user experience
Usman Baig
2026-01-30 21:39:16 +01:00
0150762b7drefactor: update pricing display in PricingSection component to reflect yearly total and improve monthly breakdown comparison
Usman Baig
2026-01-30 21:29:47 +01:00
6f4180ae38refactor: improve pricing calculation logic in PricingSection component; introduce detailed price breakdown for monthly and yearly plans
Usman Baig
2026-01-30 21:09:11 +01:00
033f0c8c6bfix: update pricing values in PricingSection component for accuracy across traffic tiers
Usman Baig
2026-01-30 20:56:20 +01:00
9890fd3851refactor: update pricing structure in PricingSection component to use explicit plans with IDs and site limits; enhance traffic tiers with detailed pricing for each plan
Usman Baig
2026-01-30 20:46:01 +01:00
c0adc7fd63chore: 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
Usman Baig
2026-01-30 20:27:50 +01:00
6ffd5afc65chore: update @ciphera-net/ui dependency to version 0.0.36 in package.json and package-lock.json; add showFaq and showSecurity props to LayoutContent component
Usman Baig
2026-01-30 20:15:43 +01:00
8baed0aa62chore: update @ciphera-net/ui dependency to version 0.0.35 in package.json and package-lock.json
Usman Baig
2026-01-30 20:08:44 +01:00
0263d85e50chore: 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
Usman Baig
2026-01-30 19:47:48 +01:00
2a886b984echore: update @ciphera-net/ui dependency to version 0.0.33 in package.json and package-lock.json
Usman Baig
2026-01-30 19:10:17 +01:00
a234280a9afeat: enhance FAQPage with collapsible items and JSON-LD schema for improved user experience and SEO
Usman Baig
2026-01-30 19:06:59 +01:00
00e7d5c568fix: adjust image width in WebsiteFooter for better visual consistency and responsiveness
Usman Baig
2026-01-30 19:01:43 +01:00