import React from 'react'; /** * Compact pulsing-dot indicator that signals "data is streaming in * right now". Used both inline (next to the page title) and inside * {@link LiveSyncBanner} as the leading visual. */ export const LiveSyncIndicator = (): JSX.Element => ( Live · Auto-syncing ); /** * Always-visible callout above the analytics dashboards that explains * the freshness model. The pulsing dot anchors the user's attention * (mirrors the visual language of streaming status pages); the prose * underneath spells out the reconciliation cadence so a merchant who * is staring at an unchanged KPI mid-afternoon doesn't assume the * page is broken or that the manual refresh button is required. */ const LiveSyncBanner = (): JSX.Element => (
Your dashboard is always up to date. We continuously collect every conversation, click, and add-to-cart from your shop and stream them into your reports — no manual refresh needed.
If you just installed Recomaze or made changes to your popup, give us a few minutes for the first metrics to roll in.