-
+
{alertsSearch !== '' ? 'No matching results' : 'You haven\'t created any alerts yet'}
diff --git a/frontend/app/components/Dashboard/components/CardUserList/SessionsModal/SessionsModal.tsx b/frontend/app/components/Dashboard/components/CardUserList/SessionsModal/SessionsModal.tsx
index 72c8b7194..26b4a5cc1 100644
--- a/frontend/app/components/Dashboard/components/CardUserList/SessionsModal/SessionsModal.tsx
+++ b/frontend/app/components/Dashboard/components/CardUserList/SessionsModal/SessionsModal.tsx
@@ -61,7 +61,7 @@ function SessionsModal(props: Props) {
-
+
No recordings found.
diff --git a/frontend/app/components/Dashboard/components/DashboardList/NewDashModal/ExampleCards.tsx b/frontend/app/components/Dashboard/components/DashboardList/NewDashModal/ExampleCards.tsx
index 3ede58409..2d1b9bea0 100644
--- a/frontend/app/components/Dashboard/components/DashboardList/NewDashModal/ExampleCards.tsx
+++ b/frontend/app/components/Dashboard/components/DashboardList/NewDashModal/ExampleCards.tsx
@@ -535,7 +535,7 @@ export const CARD_LIST: CardType[] = [
},
{
- title: 'DOM Content Loaded Start',
+ title: 'Avg. DOM Content Loaded Start',
key: FilterKey.AVG_DOM_CONTENT_LOAD_START,
cardType: WEB_VITALS,
metricOf: FilterKey.AVG_DOM_CONTENT_LOAD_START,
@@ -605,7 +605,7 @@ export const CARD_LIST: CardType[] = [
},
{
- title: 'Page Response Time',
+ title: 'Avg. Page Response Time',
key: FilterKey.AVG_PAGES_RESPONSE_TIME,
cardType: WEB_VITALS,
metricOf: FilterKey.AVG_PAGES_RESPONSE_TIME,
@@ -615,7 +615,7 @@ export const CARD_LIST: CardType[] = [
},
{
- title: 'Request Load Time',
+ title: 'Avg. Request Load Time',
key: FilterKey.AVG_REQUEST_LOADT_IME,
cardType: WEB_VITALS,
metricOf: FilterKey.AVG_REQUEST_LOADT_IME,
@@ -624,7 +624,7 @@ export const CARD_LIST: CardType[] = [
example: WebVital
},
{
- title: 'Response Time',
+ title: 'Avg. Response Time',
key: FilterKey.AVG_RESPONSE_TIME,
cardType: WEB_VITALS,
metricOf: FilterKey.AVG_RESPONSE_TIME,
@@ -634,7 +634,7 @@ export const CARD_LIST: CardType[] = [
},
{
- title: 'Session Duration',
+ title: 'Avg. Session Duration',
key: FilterKey.AVG_SESSION_DURATION,
cardType: WEB_VITALS,
metricOf: FilterKey.AVG_SESSION_DURATION,
@@ -644,7 +644,7 @@ export const CARD_LIST: CardType[] = [
},
{
- title: 'Time Till First Byte',
+ title: 'Avg. Time Till First Byte',
key: FilterKey.AVG_TILL_FIRST_BYTE,
cardType: WEB_VITALS,
metricOf: FilterKey.AVG_TILL_FIRST_BYTE,
@@ -654,7 +654,7 @@ export const CARD_LIST: CardType[] = [
},
{
- title: 'Time to be Interactive',
+ title: 'Avg. Time to be Interactive',
key: FilterKey.AVG_TIME_TO_INTERACTIVE,
cardType: WEB_VITALS,
metricOf: FilterKey.AVG_TIME_TO_INTERACTIVE,
@@ -664,7 +664,7 @@ export const CARD_LIST: CardType[] = [
},
{
- title: 'Time to Render',
+ title: 'Avg. Time to Render',
key: FilterKey.AVG_TIME_TO_RENDER,
cardType: WEB_VITALS,
metricOf: FilterKey.AVG_TIME_TO_RENDER,
@@ -674,7 +674,7 @@ export const CARD_LIST: CardType[] = [
},
{
- title: 'JS Heap Size',
+ title: 'Avg. JS Heap Size',
key: FilterKey.AVG_USED_JS_HEAP_SIZE,
cardType: WEB_VITALS,
metricOf: FilterKey.AVG_USED_JS_HEAP_SIZE,
diff --git a/frontend/app/components/Dashboard/components/Funnels/FunnelIssues/FunnelIssues.tsx b/frontend/app/components/Dashboard/components/Funnels/FunnelIssues/FunnelIssues.tsx
index 28ad4274e..172fef923 100644
--- a/frontend/app/components/Dashboard/components/Funnels/FunnelIssues/FunnelIssues.tsx
+++ b/frontend/app/components/Dashboard/components/Funnels/FunnelIssues/FunnelIssues.tsx
@@ -59,7 +59,7 @@ function FunnelIssues() {
return useObserver(() => (
-
Most significant issues identified in this funnel
+ Significant issues in this funnel
diff --git a/frontend/app/components/Dashboard/components/Funnels/FunnelIssuesList/FunnelIssuesList.tsx b/frontend/app/components/Dashboard/components/Funnels/FunnelIssuesList/FunnelIssuesList.tsx
index 6221b2c03..a8b7f549e 100644
--- a/frontend/app/components/Dashboard/components/Funnels/FunnelIssuesList/FunnelIssuesList.tsx
+++ b/frontend/app/components/Dashboard/components/Funnels/FunnelIssuesList/FunnelIssuesList.tsx
@@ -116,7 +116,7 @@ function FunnelIssuesList(props: RouteComponentProps
) {
show={!loading && filteredIssues.length === 0}
title={
}
diff --git a/frontend/app/components/Dashboard/components/MetricViewHeader/MetricViewHeader.tsx b/frontend/app/components/Dashboard/components/MetricViewHeader/MetricViewHeader.tsx
index 67055980f..8e042c302 100644
--- a/frontend/app/components/Dashboard/components/MetricViewHeader/MetricViewHeader.tsx
+++ b/frontend/app/components/Dashboard/components/MetricViewHeader/MetricViewHeader.tsx
@@ -38,15 +38,6 @@ function MetricViewHeader({siteId}: { siteId: string }) {
-
- metricStore.updateKey('filter', {...filter, showMine: !filter.showMine})
- }
- />
metricStore.updateKey('filter', {...filter, dashboard: value})
}
/>
-
+
+
+ metricStore.updateKey('filter', {...filter, showMine: !filter.showMine})
+ }
+ />
{/*
*/}
@@ -112,6 +112,7 @@ function DashboardDropdown({onChange, plain = false}: { plain?: boolean; onChang
value={metricStore.filter.dashboard}
onChange={({value}: any) => onChange(value)}
isMulti={true}
+ color='black'
/>
);
}
diff --git a/frontend/app/components/Dashboard/components/MetricsList/ListView.tsx b/frontend/app/components/Dashboard/components/MetricsList/ListView.tsx
index 1cb35a25d..81d8be66d 100644
--- a/frontend/app/components/Dashboard/components/MetricsList/ListView.tsx
+++ b/frontend/app/components/Dashboard/components/MetricsList/ListView.tsx
@@ -34,7 +34,7 @@ function ListView(props: Props) {
Owner
Visibility
Last Modified
- Options
+ Options
{list.map((metric: any) => (
-
+
{metricsSearch !== '' ? 'No matching results' : 'You haven\'t created any cards yet'}
diff --git a/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx b/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx
index a23d6ea10..9362df9ff 100644
--- a/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx
+++ b/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx
@@ -142,7 +142,7 @@ function WidgetSessions(props: Props) {
-
+
No relevant sessions found for the selected time period
diff --git a/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx b/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx
index 8202016ca..74ed781f0 100644
--- a/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx
+++ b/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx
@@ -132,7 +132,7 @@ function WidgetView(props: Props) {
show={metricNotFound}
title={
}
diff --git a/frontend/app/components/FFlags/FFlagsList.tsx b/frontend/app/components/FFlags/FFlagsList.tsx
index 485d919e9..e89a2050c 100644
--- a/frontend/app/components/FFlags/FFlagsList.tsx
+++ b/frontend/app/components/FFlags/FFlagsList.tsx
@@ -62,7 +62,7 @@ function FFlagsList({ siteId }: { siteId: string }) {
show={featureFlagsStore.flags.length === 0}
title={
-
+
{featureFlagsStore.sort.query === ''
? "You haven't created any feature flags yet"
diff --git a/frontend/app/components/Funnels/FunnelIssues/FunnelIssues.js b/frontend/app/components/Funnels/FunnelIssues/FunnelIssues.js
index 33c0e25c3..3a6070afe 100644
--- a/frontend/app/components/Funnels/FunnelIssues/FunnelIssues.js
+++ b/frontend/app/components/Funnels/FunnelIssues/FunnelIssues.js
@@ -45,7 +45,7 @@ function FunnelIssues(props) {
-
+
No Issues Found!
}
diff --git a/frontend/app/components/Funnels/FunnelIssuesHeader/FunnelIssuesHeader.js b/frontend/app/components/Funnels/FunnelIssuesHeader/FunnelIssuesHeader.js
index c8155f6c8..76688e6f0 100644
--- a/frontend/app/components/Funnels/FunnelIssuesHeader/FunnelIssuesHeader.js
+++ b/frontend/app/components/Funnels/FunnelIssuesHeader/FunnelIssuesHeader.js
@@ -6,9 +6,9 @@ function FunnelIssuesHeader({ criticalIssuesCount, filters }) {
- Most significant issues
+ Significant issues
-
identified in this funnel
+
in this funnel
)
diff --git a/frontend/app/components/Funnels/FunnelSessionList/FunnelSessionList.js b/frontend/app/components/Funnels/FunnelSessionList/FunnelSessionList.js
index f146c8ab9..c7aca3149 100644
--- a/frontend/app/components/Funnels/FunnelSessionList/FunnelSessionList.js
+++ b/frontend/app/components/Funnels/FunnelSessionList/FunnelSessionList.js
@@ -31,7 +31,7 @@ function FunnelSessionList(props) {
-
+
No recordings found!
}
diff --git a/frontend/app/components/Funnels/FunnelWidget/FunnelWidget.tsx b/frontend/app/components/Funnels/FunnelWidget/FunnelWidget.tsx
index 7866bcbd3..77467e59e 100644
--- a/frontend/app/components/Funnels/FunnelWidget/FunnelWidget.tsx
+++ b/frontend/app/components/Funnels/FunnelWidget/FunnelWidget.tsx
@@ -52,9 +52,9 @@ function FunnelWidget(props: Props) {
+
- No data for selected period
+ No data available for the selected period.
}
show={!stages || stages.length === 0}
diff --git a/frontend/app/components/Session/Player/ReplayPlayer/EventsBlock/Metadata/SessionList.js b/frontend/app/components/Session/Player/ReplayPlayer/EventsBlock/Metadata/SessionList.js
index 5279c6390..886db62a8 100644
--- a/frontend/app/components/Session/Player/ReplayPlayer/EventsBlock/Metadata/SessionList.js
+++ b/frontend/app/components/Session/Player/ReplayPlayer/EventsBlock/Metadata/SessionList.js
@@ -28,7 +28,7 @@ class SessionList extends React.PureComponent {
show={!loading && (similarSessionWithoutCurrent.length === 0 || similarSessionWithoutCurrent.size === 0)}
title={
diff --git a/frontend/app/components/Session_/EventsBlock/Metadata/SessionList.js b/frontend/app/components/Session_/EventsBlock/Metadata/SessionList.js
index 5279c6390..886db62a8 100644
--- a/frontend/app/components/Session_/EventsBlock/Metadata/SessionList.js
+++ b/frontend/app/components/Session_/EventsBlock/Metadata/SessionList.js
@@ -28,7 +28,7 @@ class SessionList extends React.PureComponent {
show={!loading && (similarSessionWithoutCurrent.length === 0 || similarSessionWithoutCurrent.size === 0)}
title={
diff --git a/frontend/app/components/Session_/Fetch/FetchDetails.js b/frontend/app/components/Session_/Fetch/FetchDetails.js
index 81dc5a848..accf1b10a 100644
--- a/frontend/app/components/Session_/Fetch/FetchDetails.js
+++ b/frontend/app/components/Session_/Fetch/FetchDetails.js
@@ -44,7 +44,7 @@ export default class FetchDetails extends React.PureComponent {
-
+
Body is Empty
}
@@ -68,7 +68,7 @@ export default class FetchDetails extends React.PureComponent {
-
+
Body is Empty
}
diff --git a/frontend/app/components/Session_/Fetch/components/Headers/Headers.tsx b/frontend/app/components/Session_/Fetch/components/Headers/Headers.tsx
index 4f5b2db43..0f48fb792 100644
--- a/frontend/app/components/Session_/Fetch/components/Headers/Headers.tsx
+++ b/frontend/app/components/Session_/Fetch/components/Headers/Headers.tsx
@@ -9,7 +9,7 @@ function Headers(props) {
-
+
No data available
}
diff --git a/frontend/app/components/shared/AnimatedSVG/AnimatedSVG.tsx b/frontend/app/components/shared/AnimatedSVG/AnimatedSVG.tsx
index df7685b3a..f963b5a74 100644
--- a/frontend/app/components/shared/AnimatedSVG/AnimatedSVG.tsx
+++ b/frontend/app/components/shared/AnimatedSVG/AnimatedSVG.tsx
@@ -35,27 +35,27 @@ const ICONS_SVGS = {
[ICONS.EMPTY_STATE]: require('../../../svg/empty-state.svg').default,
[ICONS.LOGO_SMALL]: require('../../../svg/logo-small.svg').default,
[ICONS.LOGO_FULL]: require('../../../svg/logo.svg').default,
- [ICONS.NO_RESULTS]: require('../../../svg/no-results.svg').default,
+ [ICONS.NO_RESULTS]: require('../../../svg/ghost.svg').default,
[ICONS.LOADER]: require('../../../svg/openreplay-preloader.svg').default,
[ICONS.SIGNAL_GREEN]: require('../../../svg/signal-green.svg').default,
[ICONS.SIGNAL_RED]: require('../../../svg/signal-red.svg').default,
- [ICONS.NO_BOOKMARKS]: require('../../../svg/ca-no-bookmarked-session.svg').default,
- [ICONS.NO_LIVE_SESSIONS]: require('../../../svg/ca-no-live-sessions.svg').default,
- [ICONS.NO_SESSIONS]: require('../../../svg/ca-no-sessions.svg').default,
- [ICONS.NO_SESSIONS_IN_VAULT]: require('../../../svg/ca-no-sessions-in-vault.svg').default,
- [ICONS.NO_WEBHOOKS]: require('../../../svg/ca-no-webhooks.svg').default,
- [ICONS.NO_METADATA]: require('../../../svg/ca-no-metadata.svg').default,
- [ICONS.NO_ISSUES]: require('../../../svg/ca-no-issues.svg').default,
- [ICONS.NO_AUDIT_TRAIL]: require('../../../svg/ca-no-audit-trail.svg').default,
- [ICONS.NO_ANNOUNCEMENTS]: require('../../../svg/ca-no-announcements.svg').default,
- [ICONS.NO_ALERTS]: require('../../../svg/ca-no-alerts.svg').default,
- [ICONS.NO_NOTES]: require('../../../svg/ca-no-notes.svg').default,
- [ICONS.NO_CARDS]: require('../../../svg/ca-no-cards.svg').default,
- [ICONS.NO_RECORDINGS]: require('../../../svg/ca-no-recordings.svg').default,
- [ICONS.NO_SEARCH_RESULTS]: require('../../../svg/ca-no-search-results.svg').default,
+ [ICONS.NO_BOOKMARKS]: require('../../../svg/ghost.svg').default,
+ [ICONS.NO_LIVE_SESSIONS]: require('../../../svg/ghost.svg').default,
+ [ICONS.NO_SESSIONS]: require('../../../svg/ghost.svg').default,
+ [ICONS.NO_SESSIONS_IN_VAULT]: require('../../../svg/ghost.svg').default,
+ [ICONS.NO_WEBHOOKS]: require('../../../svg/ghost.svg').default,
+ [ICONS.NO_METADATA]: require('../../../svg/ghost.svg').default,
+ [ICONS.NO_ISSUES]: require('../../../svg/ghost.svg').default,
+ [ICONS.NO_AUDIT_TRAIL]: require('../../../svg/ghost.svg').default,
+ [ICONS.NO_ANNOUNCEMENTS]: require('../../../svg/ghost.svg').default,
+ [ICONS.NO_ALERTS]: require('../../../svg/ghost.svg').default,
+ [ICONS.NO_NOTES]: require('../../../svg/ghost.svg').default,
+ [ICONS.NO_CARDS]: require('../../../svg/ghost.svg').default,
+ [ICONS.NO_RECORDINGS]: require('../../../svg/ghost.svg').default,
+ [ICONS.NO_SEARCH_RESULTS]: require('../../../svg/ghost.svg').default,
[ICONS.NO_DASHBOARDS]: require('../../../svg/ca-no-dashboards.svg').default,
- [ICONS.NO_PROJECTS]: require('../../../svg/ca-no-projects.svg').default,
- [ICONS.NO_FFLAGS]: require('../../../svg/no-fflags.svg').default,
+ [ICONS.NO_PROJECTS]: require('../../../svg/ghost.svg').default,
+ [ICONS.NO_FFLAGS]: require('../../../svg/ghost.svg').default,
[ICONS.PROCESSING]: require('../../../svg/ca-processing.svg').default,
[ICONS.NO_UXT]: require('../../../svg/empty-uxt-list.svg').default,
};
diff --git a/frontend/app/components/shared/CopyText/CopyText.tsx b/frontend/app/components/shared/CopyText/CopyText.tsx
index 635865d0d..15091da74 100644
--- a/frontend/app/components/shared/CopyText/CopyText.tsx
+++ b/frontend/app/components/shared/CopyText/CopyText.tsx
@@ -1,5 +1,5 @@
import React, { useState } from 'react';
-import { Tooltip } from 'UI';
+import { Tooltip } from 'antd';
import copy from 'copy-to-clipboard';
interface Props {
@@ -17,7 +17,7 @@ function CopyText(props: Props) {
setTimeout(() => setIsCopied(false), 5000);
};
return (
-
+
{children}
);
diff --git a/frontend/app/components/shared/CustomMetrics/SessionListModal/SessionListModal.tsx b/frontend/app/components/shared/CustomMetrics/SessionListModal/SessionListModal.tsx
index 66c1ccfb0..d13b760d9 100644
--- a/frontend/app/components/shared/CustomMetrics/SessionListModal/SessionListModal.tsx
+++ b/frontend/app/components/shared/CustomMetrics/SessionListModal/SessionListModal.tsx
@@ -103,7 +103,7 @@ function SessionListModal(props: Props) {
show={ !loading && (filteredSessions.length === 0 )}
title={
}
diff --git a/frontend/app/components/shared/DevTools/ConsolePanel/ConsolePanel.tsx b/frontend/app/components/shared/DevTools/ConsolePanel/ConsolePanel.tsx
index 88b0574a5..503301c78 100644
--- a/frontend/app/components/shared/DevTools/ConsolePanel/ConsolePanel.tsx
+++ b/frontend/app/components/shared/DevTools/ConsolePanel/ConsolePanel.tsx
@@ -220,7 +220,7 @@ function ConsolePanel({
ref={_list}
deferredMeasurementCache={cache}
overscanRowCount={5}
- estimatedRowSize={36}
+ estimatedRowSize={24}
rowCount={Math.ceil(filteredList.length || 1)}
rowHeight={cache.rowHeight}
rowRenderer={_rowRenderer}
diff --git a/frontend/app/components/shared/DevTools/ConsoleRow/ConsoleRow.tsx b/frontend/app/components/shared/DevTools/ConsoleRow/ConsoleRow.tsx
index f5cc104f7..39e18e161 100644
--- a/frontend/app/components/shared/DevTools/ConsoleRow/ConsoleRow.tsx
+++ b/frontend/app/components/shared/DevTools/ConsoleRow/ConsoleRow.tsx
@@ -34,7 +34,7 @@ function ConsoleRow(props: Props) {
-
-
+
+
{canExpand && (
)}
- {renderWithNL(lines.pop())}
+
+ {renderWithNL(lines.pop())}
+
- {log.errorId &&
}
+ {log.errorId &&
+
+ {log.message}
+
}
{canExpand &&
expanded &&
diff --git a/frontend/app/components/shared/DevTools/TimeTable/TimeTable.tsx b/frontend/app/components/shared/DevTools/TimeTable/TimeTable.tsx
index 63b9ed658..89c381252 100644
--- a/frontend/app/components/shared/DevTools/TimeTable/TimeTable.tsx
+++ b/frontend/app/components/shared/DevTools/TimeTable/TimeTable.tsx
@@ -83,7 +83,7 @@ type State = TimeLineInfo & typeof initialState;
//const TABLE_HEIGHT = 195;
let _additionalHeight = 0;
-const ROW_HEIGHT = 32;
+const ROW_HEIGHT = 24;
//const VISIBLE_COUNT = Math.ceil(TABLE_HEIGHT/ROW_HEIGHT);
const TIME_SECTIONS_COUNT = 8;
diff --git a/frontend/app/components/shared/FetchDetailsModal/FetchDetailsModal.tsx b/frontend/app/components/shared/FetchDetailsModal/FetchDetailsModal.tsx
index 661c7535c..3949d186c 100644
--- a/frontend/app/components/shared/FetchDetailsModal/FetchDetailsModal.tsx
+++ b/frontend/app/components/shared/FetchDetailsModal/FetchDetailsModal.tsx
@@ -1,6 +1,7 @@
import React, { useEffect, useState } from 'react';
import FetchBasicDetails from './components/FetchBasicDetails';
-import { Button } from 'UI';
+import { Button } from 'antd';
+import { ArrowRightOutlined, ArrowLeftOutlined} from '@ant-design/icons';
import { ResourceType } from 'Player';
import FetchTabs from './components/FetchTabs/FetchTabs';
import { useStore } from 'App/mstore';
@@ -53,17 +54,17 @@ function FetchDetailsModal(props: Props) {
return (
-
Network Request
+
Network Request
{isXHR &&
}
{rows && rows.length > 0 && (
-
+ }>
Prev
-
+ }>
Next
diff --git a/frontend/app/components/shared/FetchDetailsModal/components/FetchBasicDetails/FetchBasicDetails.tsx b/frontend/app/components/shared/FetchDetailsModal/components/FetchBasicDetails/FetchBasicDetails.tsx
index ef040ea1b..479379b8e 100644
--- a/frontend/app/components/shared/FetchDetailsModal/components/FetchBasicDetails/FetchBasicDetails.tsx
+++ b/frontend/app/components/shared/FetchDetailsModal/components/FetchBasicDetails/FetchBasicDetails.tsx
@@ -1,6 +1,7 @@
import React, { useMemo } from 'react';
import { formatBytes } from 'App/utils';
import CopyText from 'Shared/CopyText';
+import {Tag} from 'antd';
import cn from 'classnames';
interface Props {
@@ -33,56 +34,66 @@ function FetchBasicDetails({ resource, timestamp }: Props) {
- {!!resource.decodedBodySize && (
-
-
Size
-
- {formatBytes(resource.decodedBodySize)}
-
-
- )}
-
{resource.method && (
-
Request Method
-
+
Request Method
+
{resource.method}
-
+
)}
{resource.status && (
-
Status
-
Status Code
+
{resource.status === '200' && (
-
+
)}
{resource.status}
-
+
)}
+
+
Type
+
+ {resource.type}
+
+
+
+ {!!resource.decodedBodySize && (
+
+
Size
+
+ {formatBytes(resource.decodedBodySize)}
+
+
+ )}
+
+
+
{!!_duration && (
-
Duration
-
+
Duration
+
{_duration} ms
-
+
)}
{timestamp && (
)}
diff --git a/frontend/app/components/shared/FetchDetailsModal/components/FetchTabs/FetchTabs.tsx b/frontend/app/components/shared/FetchDetailsModal/components/FetchTabs/FetchTabs.tsx
index fedcca070..92f4f28fa 100644
--- a/frontend/app/components/shared/FetchDetailsModal/components/FetchTabs/FetchTabs.tsx
+++ b/frontend/app/components/shared/FetchDetailsModal/components/FetchTabs/FetchTabs.tsx
@@ -105,15 +105,15 @@ function FetchTabs({ resource }: Props) {
-
-
- Body is Empty or not captured.
+
+
+ Body is empty or not captured.
{' '}
Configure
{' '}
- network capturing to get more out of fetch/XHR requests.
+ network capturing to get more out of Fetch/XHR requests.
}
@@ -137,15 +137,15 @@ function FetchTabs({ resource }: Props) {
-
-
- Body is Empty or not captured.
+
+
+ Body is empty or not captured.
{' '}
Configure
{' '}
- network capturing to get more out of fetch/XHR requests.
+ network capturing to get more out of Fetch/XHR requests.
}
diff --git a/frontend/app/components/shared/FetchDetailsModal/components/Headers/Headers.tsx b/frontend/app/components/shared/FetchDetailsModal/components/Headers/Headers.tsx
index 5ebb8b474..2a3d4e830 100644
--- a/frontend/app/components/shared/FetchDetailsModal/components/Headers/Headers.tsx
+++ b/frontend/app/components/shared/FetchDetailsModal/components/Headers/Headers.tsx
@@ -13,7 +13,7 @@ function Headers(props: Props) {
-
+
No data available
}
diff --git a/frontend/app/components/shared/Filters/FilterModal/FilterModal.tsx b/frontend/app/components/shared/Filters/FilterModal/FilterModal.tsx
index fd850c0c9..d16e6dfa9 100644
--- a/frontend/app/components/shared/Filters/FilterModal/FilterModal.tsx
+++ b/frontend/app/components/shared/Filters/FilterModal/FilterModal.tsx
@@ -225,8 +225,8 @@ function FilterModal(props: Props) {
{isResultEmpty && !fetchingFilterSearchList ? (
-
-
+
+
{' '}
No Suggestions Found
diff --git a/frontend/app/components/shared/Insights/SankeyChart/SankeyChart.tsx b/frontend/app/components/shared/Insights/SankeyChart/SankeyChart.tsx
index 02670e875..e99780d26 100644
--- a/frontend/app/components/shared/Insights/SankeyChart/SankeyChart.tsx
+++ b/frontend/app/components/shared/Insights/SankeyChart/SankeyChart.tsx
@@ -2,7 +2,7 @@ import React, {useState} from 'react';
import {Sankey, ResponsiveContainer} from 'recharts';
import CustomLink from './CustomLink';
import CustomNode from './CustomNode';
-import {NoContent} from 'UI';
+import {NoContent, Icon} from 'UI';
interface Node {
idd: string;
@@ -101,7 +101,12 @@ const SankeyChart: React.FC
= ({data, height = 240, onChartClick}: Props)
+
+ No data available for the selected period.
+
+ }
>
-
+
No live sessions found
diff --git a/frontend/app/components/shared/ResultTimings/ResultTimings.js b/frontend/app/components/shared/ResultTimings/ResultTimings.js
index c78a08c42..5b38a7d09 100644
--- a/frontend/app/components/shared/ResultTimings/ResultTimings.js
+++ b/frontend/app/components/shared/ResultTimings/ResultTimings.js
@@ -26,7 +26,7 @@ function ResultTimings({ duration, timing }) {
-
+
No Data!
}
diff --git a/frontend/app/components/shared/SessionsTabOverview/components/Notes/NoteList.tsx b/frontend/app/components/shared/SessionsTabOverview/components/Notes/NoteList.tsx
index db6b57ccc..199a70f12 100644
--- a/frontend/app/components/shared/SessionsTabOverview/components/Notes/NoteList.tsx
+++ b/frontend/app/components/shared/SessionsTabOverview/components/Notes/NoteList.tsx
@@ -22,7 +22,7 @@ function NotesList({ members }: { members: Array