Commit Graph

318 Commits

Author SHA1 Message Date
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
44b3cf3fb5 chore: update app name in manifest.json from "Pulse Analytics" to "Pulse" and change icon paths to new images with padding 2026-02-04 12:21:28 +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
8bc05382d8 chore: update @ciphera-net/ui dependency to version 0.0.41 in package.json and package-lock.json 2026-02-04 11:24:52 +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
a5f1d51f51 style: wrap OfflineBanner in a div with padding for improved layout spacing in LayoutContent 2026-02-04 11:07:56 +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
73dac1b170 chore: update build script in package.json to include webpack for improved performance 2026-02-04 10:50:45 +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
acbd8ef8bc chore: update @ciphera-net/ui dependency to version 0.0.39 in package.json and package-lock.json 2026-02-03 22:20:04 +01:00
Usman
08cc433dfd Merge pull request #3 from ciphera-net/staging
feat: [PULSE-32] Invoice history and download — Billing tab invoice list and PDF/view links
2026-02-03 21:03:43 +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
b626cf81bd Merge pull request #2 from ciphera-net/staging
feat(auth): improve error messages for expired sessions, invalid credentials, and network issues (PULSE-25)
2026-02-03 19:35:47 +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
af5d9631e5 fix: improve error handling in authentication flow; validate access token and format, and ensure proper state verification in callback 2026-02-01 21:07:17 +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
e17c95b940 chore: update @ciphera-net/ui dependency to version 0.0.38; modify LayoutContent to include showSecurity prop 2026-01-31 22:52:20 +01:00
Usman Baig
472061113b feat: implement subscription limit check in NewSitePage; update HomePage to conditionally display site addition link or upgrade prompt based on subscription status 2026-01-31 22:45:11 +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
c78874ea88 feat: add subscription loading and display logic to HomePage component; implement error handling for subscription retrieval 2026-01-31 17:52: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
b8a2e5ac3a feat: add legacy axios-style client for compatibility; implement post method with endpoint handling and error management 2026-01-30 22:54:54 +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
6ffd5afc65 chore: 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 2026-01-30 20:15:43 +01:00
Usman Baig
8baed0aa62 chore: update @ciphera-net/ui dependency to version 0.0.35 in package.json and package-lock.json 2026-01-30 20:08:44 +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
2a886b984e chore: update @ciphera-net/ui dependency to version 0.0.33 in package.json and package-lock.json 2026-01-30 19:10:17 +01:00
Usman Baig
a234280a9a feat: enhance FAQPage with collapsible items and JSON-LD schema for improved user experience and SEO 2026-01-30 19:06:59 +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