fix: improve chat message deduplication, add conversation refresh logic, and update UI components for consistency
This commit is contained in:
@@ -117,10 +117,8 @@ class _AboutCta {
|
||||
|
||||
// ── Defaults ──
|
||||
|
||||
const _defaultStats = [
|
||||
_AboutStatItem(value: '15k+', label: 'Verified Agents'),
|
||||
_AboutStatItem(value: '98%', label: 'Customer Satisfaction'),
|
||||
];
|
||||
// Empty defaults — only CMS-provided content should render (matches web behavior)
|
||||
const _defaultStats = <_AboutStatItem>[];
|
||||
|
||||
const _defaultFeatures = [
|
||||
_AboutFeatureItem(
|
||||
|
||||
Reference in New Issue
Block a user