Commit Graph

320 Commits

Author SHA1 Message Date
Usman Baig
7929e15b65 feat: update subscription display and organization settings UI to include plan usage details and loading states 2026-02-05 11:29:38 +01:00
Usman Baig
e824b270af feat: refactor UtmBuilder to improve site selection logic and URL initialization based on initialSiteId; enhance user experience by ensuring proper state updates 2026-02-04 20:56:08 +01:00
Usman Baig
159f514b71 feat: enhance UI components by updating button styles and improving layout in ToolsPage and Campaigns; refactor UtmBuilder for better input handling and user experience 2026-02-04 20:40:16 +01:00
Usman Baig
87fdde18e5 feat: enhance UtmBuilder component with path handling for selected sites and improve URL input experience 2026-02-04 20:25:54 +01:00
Usman Baig
f2927098ac feat: update version to 0.1.1, upgrade @ciphera-net/ui to 0.0.43, and enhance Campaigns component with URL builder modal 2026-02-04 20:18:58 +01:00
Usman Baig
ecea9cd094 feat: update getCampaigns API to include limit parameter and adjust Campaigns component to utilize it for fetching data 2026-02-04 19:41:48 +01:00
Usman Baig
143561c4ab feat: enhance Campaigns component with loading state, user guidance, and documentation link for tracking marketing campaigns 2026-02-04 19:30:51 +01:00
Usman Baig
d5ea1a793b feat: add Campaigns component and API integration for campaign statistics in SiteDashboardPage 2026-02-04 19:11:03 +01:00
Usman Baig
5c3f6f8516 refactor: simplify GoalStats component by removing unused props and updating SiteDashboardPage accordingly 2026-02-04 15:49:07 +01:00
Usman Baig
c780d3a119 feat: add display name support in GoalStats and provide user guidance in SiteSettingsPage 2026-02-04 15:37:18 +01:00
Usman Baig
06dd4d3bd9 refactor: streamline GoalStats layout and improve user guidance for goal tracking 2026-02-04 15:04:13 +01:00
Usman Baig
11802cb558 feat: enhance GoalStats component with user guidance for tracking goals and add documentation link 2026-02-04 14:53:11 +01:00
Usman Baig
90a743c170 feat: implement custom events tracking and goals management in the dashboard 2026-02-04 14:33:06 +01:00
Usman Baig
4d477110c8 refactor: enhance OfflineBanner to accept online status as a prop and update layout-content to pass isOnline state 2026-02-04 12:34:24 +01:00
Usman Baig
19f75b2f45 chore: 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 2026-02-04 11:41:38 +01:00
Usman Baig
223c00a382 fix: conditionally render OfflineBanner and adjust main padding based on user authentication and online status 2026-02-04 11:32:14 +01:00
Usman Baig
cbd3c38f38 chore: 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 2026-02-04 11:17:18 +01:00
Usman Baig
2a0380189d feat: add OfflineBanner component to LayoutContent for offline notifications and update styles in OfflineBanner 2026-02-04 11:00:21 +01:00
Usman Baig
787eac2151 feat: integrate PWA support using next-pwa; update configuration in next.config.ts, add service worker files to .gitignore, and include manifest in layout.tsx 2026-02-04 10:45:00 +01:00
Usman Baig
a4a9b3d1c0 refactor: replace FileTextIcon with BookOpenIcon in OrganizationSettings component; clean up import statements for better readability 2026-02-03 20:01:23 +01:00
Usman Baig
a9517396d7 feat: [PULSE-32] Invoice history and download — Billing tab invoice list and PDF/view links 2026-02-03 19:56:15 +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
0dee4a699a fix: update data retention periods in PricingSection; change '3 years' to '2 years' for startups and 'Unlimited' to '3 years' for large organizations 2026-02-01 20:39:25 +01:00
Usman Baig
d8abd392ec feat: update subscription status display in OrganizationSettings component; differentiate between active and trialing statuses with appropriate labels 2026-01-31 21:19:09 +01:00
Usman Baig
ceee5f9169 refactor: remove debug logging for subscription current_period_end in OrganizationSettings component; streamline subscription loading logic 2026-01-31 20:50:47 +01:00
Usman Baig
2100bdf90e fix: enhance subscription renewal date display in OrganizationSettings component; ensure proper handling of invalid date values 2026-01-31 20:34:36 +01:00
Usman Baig
54e2a9e74f feat: add logging for subscription current_period_end in OrganizationSettings component; implement data ingestion for debugging purposes 2026-01-31 20:29:48 +01:00
Usman Baig
181837f5a4 refactor: enhance layout of PricingSection by restructuring button group and adding promotional text for yearly subscription 2026-01-31 19:51:05 +01:00
Usman Baig
c77968c797 refactor: update toast import to use @ciphera-net/ui in PricingSection and CheckoutSuccessToast components 2026-01-31 17:36:08 +01:00
Usman Baig
f085c11ba3 feat: implement loading state and error handling in PricingSection; add Suspense for async components in Pricing and Settings pages 2026-01-31 17:29:54 +01:00
Usman Baig
8550909047 refactor: remove "Security" link from Footer component for streamlined navigation 2026-01-31 14:07:22 +01:00
Usman Baig
62c81f7911 fix: improve subscription display in OrganizationSettings component; handle undefined values for plan, status, billing interval, and renewal date 2026-01-31 13:32:39 +01:00
Usman Baig
6cbf64a473 feat: add billing tab and subscription management to OrganizationSettings component; implement loading and error handling for subscription details 2026-01-31 13:21:25 +01:00
Usman Baig
559c8a74dd feat: implement pending checkout handling in PricingSection; redirect users based on checkout state in AuthCallbackContent 2026-01-30 23:00:46 +01:00
Usman Baig
6675a76d0b feat: implement subscription handling in PricingSection component; add OAuth flow and checkout session creation for user plans 2026-01-30 22:52:04 +01:00
Usman Baig
5bb807960e refactor: increase maximum width of PricingSection component for improved layout and visual appeal 2026-01-30 21:56:20 +01:00
Usman Baig
91df5b4039 refactor: adjust maximum width of PricingSection component for better layout consistency 2026-01-30 21:51:02 +01:00
Usman Baig
56ade68d45 refactor: add "Most Popular" label to top plans in PricingSection component for enhanced visibility 2026-01-30 21:44:49 +01:00
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