From 5d766b7e2d8f45da3a3c871a59b594f3be8a1b53 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 13 Jun 2023 14:25:30 +0200 Subject: [PATCH] change(ui): no content styles globally --- .../components/Assist/components/SessionList/SessionList.tsx | 4 ++-- frontend/app/components/Client/Audit/AuditList/AuditList.tsx | 2 +- frontend/app/components/Client/CustomFields/CustomFields.js | 2 +- frontend/app/components/Client/Sites/Sites.js | 2 +- .../components/Client/Users/components/UserList/UserList.tsx | 2 +- frontend/app/components/Client/Webhooks/Webhooks.tsx | 2 +- .../CustomMetricTableSessions/CustomMetricTableSessions.tsx | 4 ++-- .../app/components/Dashboard/components/Alerts/AlertsList.tsx | 4 +--- .../Dashboard/components/DashboardList/DashboardList.tsx | 4 +--- .../components/DashboardWidgetGrid/DashboardWidgetGrid.tsx | 2 +- .../components/Funnels/FunnelIssuesList/FunnelIssuesList.tsx | 2 +- .../Dashboard/components/MetricsList/MetricsList.tsx | 4 +--- .../Dashboard/components/WidgetSessions/WidgetSessions.tsx | 4 ++-- .../components/Dashboard/components/WidgetView/WidgetView.tsx | 2 +- frontend/app/components/Errors/Error/ErrorInfo.js | 2 +- frontend/app/components/Funnels/FunnelIssues/FunnelIssues.js | 2 +- .../components/Funnels/FunnelSessionList/FunnelSessionList.js | 2 +- frontend/app/components/Session_/Fetch/FetchDetails.js | 4 ++-- .../components/Session_/Fetch/components/Headers/Headers.tsx | 2 +- .../shared/SessionListContainer/components/Notes/NoteList.tsx | 2 +- .../components/shared/UserSessionsModal/UserSessionsModal.tsx | 4 ++-- 21 files changed, 26 insertions(+), 32 deletions(-) diff --git a/frontend/app/components/Assist/components/SessionList/SessionList.tsx b/frontend/app/components/Assist/components/SessionList/SessionList.tsx index 4f297d2c5..4835cfafd 100644 --- a/frontend/app/components/Assist/components/SessionList/SessionList.tsx +++ b/frontend/app/components/Assist/components/SessionList/SessionList.tsx @@ -39,8 +39,8 @@ function SessionList(props: Props) { title={
-
-
No live sessions found.
+
+
No live sessions found.
} > diff --git a/frontend/app/components/Client/Audit/AuditList/AuditList.tsx b/frontend/app/components/Client/Audit/AuditList/AuditList.tsx index 5993aa7bb..6563ef164 100644 --- a/frontend/app/components/Client/Audit/AuditList/AuditList.tsx +++ b/frontend/app/components/Client/Audit/AuditList/AuditList.tsx @@ -38,7 +38,7 @@ function AuditList(props: Props) { title={
-
No data available
+
No data available
} size="small" diff --git a/frontend/app/components/Client/CustomFields/CustomFields.js b/frontend/app/components/Client/CustomFields/CustomFields.js index ecc724606..fc3aa1c4c 100644 --- a/frontend/app/components/Client/CustomFields/CustomFields.js +++ b/frontend/app/components/Client/CustomFields/CustomFields.js @@ -92,7 +92,7 @@ function CustomFields(props) {
{/*
*/} -
None added yet
+
None added yet
} size="small" diff --git a/frontend/app/components/Client/Sites/Sites.js b/frontend/app/components/Client/Sites/Sites.js index 82dd37d00..feea944ce 100644 --- a/frontend/app/components/Client/Sites/Sites.js +++ b/frontend/app/components/Client/Sites/Sites.js @@ -78,7 +78,7 @@ class Sites extends React.PureComponent { title={
-
No matching results.
+
No matching results.
} size="small" diff --git a/frontend/app/components/Client/Users/components/UserList/UserList.tsx b/frontend/app/components/Client/Users/components/UserList/UserList.tsx index 8756de048..c4af9e835 100644 --- a/frontend/app/components/Client/Users/components/UserList/UserList.tsx +++ b/frontend/app/components/Client/Users/components/UserList/UserList.tsx @@ -46,7 +46,7 @@ function UserList(props: Props) { title={
-
No matching results.
+
No matching results.
} size="small" diff --git a/frontend/app/components/Client/Webhooks/Webhooks.tsx b/frontend/app/components/Client/Webhooks/Webhooks.tsx index 1db4a5711..57b4496ff 100644 --- a/frontend/app/components/Client/Webhooks/Webhooks.tsx +++ b/frontend/app/components/Client/Webhooks/Webhooks.tsx @@ -60,7 +60,7 @@ function Webhooks() { title={
-
None added yet
+
None added yet
} size="small" diff --git a/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/CustomMetricTableSessions/CustomMetricTableSessions.tsx b/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/CustomMetricTableSessions/CustomMetricTableSessions.tsx index 0f0f3aafa..1e8ef2d69 100644 --- a/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/CustomMetricTableSessions/CustomMetricTableSessions.tsx +++ b/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/CustomMetricTableSessions/CustomMetricTableSessions.tsx @@ -27,8 +27,8 @@ function CustomMetricTableSessions(props: Props) { title={
-
-
+
+
No relevant sessions found for the selected time period.
diff --git a/frontend/app/components/Dashboard/components/Alerts/AlertsList.tsx b/frontend/app/components/Dashboard/components/Alerts/AlertsList.tsx index 7b4981d8e..0d2cba933 100644 --- a/frontend/app/components/Dashboard/components/Alerts/AlertsList.tsx +++ b/frontend/app/components/Dashboard/components/Alerts/AlertsList.tsx @@ -39,11 +39,9 @@ function AlertsList({ siteId }: Props) {
{alertsSearch !== '' ? 'No matching results' : "You haven't created any alerts yet"}
-
- Alerts helps your team stay up to date with the activity on your app. -
} + subtext="Alerts helps your team stay up to date with the activity on your app." >
diff --git a/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx b/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx index efc275e61..47fde2825 100644 --- a/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx +++ b/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx @@ -21,11 +21,9 @@ function DashboardList() {
{dashboardsSearch !== '' ? 'No matching results' : "You haven't created any dashboards yet"}
-
- A Dashboard is a collection of Cards that can be shared across teams. -
} + subtext="A Dashboard is a collection of Cards that can be shared across teams." >
diff --git a/frontend/app/components/Dashboard/components/DashboardWidgetGrid/DashboardWidgetGrid.tsx b/frontend/app/components/Dashboard/components/DashboardWidgetGrid/DashboardWidgetGrid.tsx index 0064d98b8..f8a3bdd32 100644 --- a/frontend/app/components/Dashboard/components/DashboardWidgetGrid/DashboardWidgetGrid.tsx +++ b/frontend/app/components/Dashboard/components/DashboardWidgetGrid/DashboardWidgetGrid.tsx @@ -40,7 +40,7 @@ function DashboardWidgetGrid(props: Props) { title={
-
+
There are no cards in this dashboard
diff --git a/frontend/app/components/Dashboard/components/Funnels/FunnelIssuesList/FunnelIssuesList.tsx b/frontend/app/components/Dashboard/components/Funnels/FunnelIssuesList/FunnelIssuesList.tsx index a59202043..0f7dafdf5 100644 --- a/frontend/app/components/Dashboard/components/Funnels/FunnelIssuesList/FunnelIssuesList.tsx +++ b/frontend/app/components/Dashboard/components/Funnels/FunnelIssuesList/FunnelIssuesList.tsx @@ -46,7 +46,7 @@ function FunnelIssuesList(props: RouteComponentProps) { title={
-
No issues found
+
No issues found
} > diff --git a/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx b/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx index ab412676f..2b9f1519f 100644 --- a/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx +++ b/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx @@ -57,11 +57,9 @@ function MetricsList({
{metricsSearch !== '' ? 'No matching results' : "You haven't created any cards yet"}
-
- Create cards to capture key interactions and track KPIs. -
} + subtext="Create cards to capture key interactions and track KPIs." > {listView ? ( -
-
+
+
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 debb909cc..3d0283fba 100644 --- a/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx +++ b/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx @@ -91,7 +91,7 @@ function WidgetView(props: Props) { title={
-
Metric not found!
+
Metric not found!
} > diff --git a/frontend/app/components/Errors/Error/ErrorInfo.js b/frontend/app/components/Errors/Error/ErrorInfo.js index 6b5b08c0c..ff15d4589 100644 --- a/frontend/app/components/Errors/Error/ErrorInfo.js +++ b/frontend/app/components/Errors/Error/ErrorInfo.js @@ -71,7 +71,7 @@ export default class ErrorInfo extends React.PureComponent { title={
-
No Error Found!
+
No Error Found!
} subtext="Please try to find existing one." diff --git a/frontend/app/components/Funnels/FunnelIssues/FunnelIssues.js b/frontend/app/components/Funnels/FunnelIssues/FunnelIssues.js index 0175008a8..33c0e25c3 100644 --- a/frontend/app/components/Funnels/FunnelIssues/FunnelIssues.js +++ b/frontend/app/components/Funnels/FunnelIssues/FunnelIssues.js @@ -46,7 +46,7 @@ function FunnelIssues(props) { title={
-
No Issues Found!
+
No Issues Found!
} subtext="Please try changing your search parameters." diff --git a/frontend/app/components/Funnels/FunnelSessionList/FunnelSessionList.js b/frontend/app/components/Funnels/FunnelSessionList/FunnelSessionList.js index f51538696..f146c8ab9 100644 --- a/frontend/app/components/Funnels/FunnelSessionList/FunnelSessionList.js +++ b/frontend/app/components/Funnels/FunnelSessionList/FunnelSessionList.js @@ -32,7 +32,7 @@ function FunnelSessionList(props) { title={
-
No recordings found!
+
No recordings found!
} subtext="Please try changing your search parameters." diff --git a/frontend/app/components/Session_/Fetch/FetchDetails.js b/frontend/app/components/Session_/Fetch/FetchDetails.js index 1b91a9c91..ea7074c8c 100644 --- a/frontend/app/components/Session_/Fetch/FetchDetails.js +++ b/frontend/app/components/Session_/Fetch/FetchDetails.js @@ -45,7 +45,7 @@ export default class FetchDetails extends React.PureComponent { title={
-
Body is Empty.
+
Body is Empty.
} size="small" @@ -69,7 +69,7 @@ export default class FetchDetails extends React.PureComponent { title={
-
Body is Empty.
+
Body is Empty.
} size="small" diff --git a/frontend/app/components/Session_/Fetch/components/Headers/Headers.tsx b/frontend/app/components/Session_/Fetch/components/Headers/Headers.tsx index 17214a215..9e0ace287 100644 --- a/frontend/app/components/Session_/Fetch/components/Headers/Headers.tsx +++ b/frontend/app/components/Session_/Fetch/components/Headers/Headers.tsx @@ -10,7 +10,7 @@ function Headers(props) { title={
-
No data available.
+
No data available.
} size="small" diff --git a/frontend/app/components/shared/SessionListContainer/components/Notes/NoteList.tsx b/frontend/app/components/shared/SessionListContainer/components/Notes/NoteList.tsx index 3c48d2af0..9389877a5 100644 --- a/frontend/app/components/shared/SessionListContainer/components/Notes/NoteList.tsx +++ b/frontend/app/components/shared/SessionListContainer/components/Notes/NoteList.tsx @@ -23,7 +23,7 @@ function NotesList({ members }: { members: Array> }) {
{/* */} -
No notes yet.
+
No notes yet.
} subtext={ diff --git a/frontend/app/components/shared/UserSessionsModal/UserSessionsModal.tsx b/frontend/app/components/shared/UserSessionsModal/UserSessionsModal.tsx index 890fc3ce7..5ed66d93a 100644 --- a/frontend/app/components/shared/UserSessionsModal/UserSessionsModal.tsx +++ b/frontend/app/components/shared/UserSessionsModal/UserSessionsModal.tsx @@ -62,8 +62,8 @@ function UserSessionsModal(props: Props) { -
-
No recordings found.
+
+
No recordings found.
}>