From 0064d6f1113bf81ba6d7e477d50040466484f87d Mon Sep 17 00:00:00 2001 From: Sudheer Salavadi Date: Wed, 26 Jun 2024 17:47:42 +0530 Subject: [PATCH] Various minor style updates --- .../Assist/RecordingsList/Recordings.tsx | 2 +- .../Client/Audit/AuditView/AuditView.tsx | 2 +- .../components/Client/CustomFields/CustomFields.js | 2 +- .../Client/Integrations/Integrations.tsx | 2 +- .../Client/ProfileSettings/ProfileSettings.js | 2 +- frontend/app/components/Client/Roles/Roles.tsx | 2 +- .../components/Client/SessionsListingSettings.tsx | 2 +- frontend/app/components/Client/Sites/Sites.tsx | 2 +- frontend/app/components/Client/Users/UsersView.tsx | 2 +- .../app/components/Client/Webhooks/Webhooks.tsx | 2 +- .../Dashboard/components/Alerts/AlertsView.tsx | 2 +- .../components/DashboardList/DashboardList.tsx | 14 ++++++++++---- .../components/DashboardList/DashboardsView.tsx | 2 +- .../components/MetricsView/MetricsView.tsx | 2 +- .../UsabilityTesting/UsabilityTesting.tsx | 6 +++--- .../shared/LiveSessionList/LiveSessionList.tsx | 2 +- frontend/app/styles/general.css | 4 ++++ frontend/app/styles/global.scss | 2 +- 18 files changed, 32 insertions(+), 22 deletions(-) diff --git a/frontend/app/components/Assist/RecordingsList/Recordings.tsx b/frontend/app/components/Assist/RecordingsList/Recordings.tsx index 4da82724d..00d99e6b5 100644 --- a/frontend/app/components/Assist/RecordingsList/Recordings.tsx +++ b/frontend/app/components/Assist/RecordingsList/Recordings.tsx @@ -26,7 +26,7 @@ function Recordings(props: Props) { }; return ( -
+
diff --git a/frontend/app/components/Client/Audit/AuditView/AuditView.tsx b/frontend/app/components/Client/Audit/AuditView/AuditView.tsx index 4a0430622..0f21bd71c 100644 --- a/frontend/app/components/Client/Audit/AuditView/AuditView.tsx +++ b/frontend/app/components/Client/Audit/AuditView/AuditView.tsx @@ -29,7 +29,7 @@ function AuditView() { } return useObserver(() => ( -
+
diff --git a/frontend/app/components/Client/CustomFields/CustomFields.js b/frontend/app/components/Client/CustomFields/CustomFields.js index 933e6170d..01cabb532 100644 --- a/frontend/app/components/Client/CustomFields/CustomFields.js +++ b/frontend/app/components/Client/CustomFields/CustomFields.js @@ -68,7 +68,7 @@ function CustomFields(props) { const { fields, loading } = props; return ( -
+

{'Metadata'}

diff --git a/frontend/app/components/Client/Integrations/Integrations.tsx b/frontend/app/components/Client/Integrations/Integrations.tsx index 9ed478fc4..65c0ed6e7 100644 --- a/frontend/app/components/Client/Integrations/Integrations.tsx +++ b/frontend/app/components/Client/Integrations/Integrations.tsx @@ -108,7 +108,7 @@ function Integrations(props: Props) { return ( <> -
+
{!hideHeader && Integrations
} />} diff --git a/frontend/app/components/Client/ProfileSettings/ProfileSettings.js b/frontend/app/components/Client/ProfileSettings/ProfileSettings.js index f7a7dbaca..2b3ea3e8e 100644 --- a/frontend/app/components/Client/ProfileSettings/ProfileSettings.js +++ b/frontend/app/components/Client/ProfileSettings/ProfileSettings.js @@ -19,7 +19,7 @@ export default class ProfileSettings extends React.PureComponent { render() { const { account, isEnterprise } = this.props; return ( -
+
Account
} />
diff --git a/frontend/app/components/Client/Roles/Roles.tsx b/frontend/app/components/Client/Roles/Roles.tsx index 5335e9764..470cd611b 100644 --- a/frontend/app/components/Client/Roles/Roles.tsx +++ b/frontend/app/components/Client/Roles/Roles.tsx @@ -65,7 +65,7 @@ function Roles(props: Props) { return ( -
+

Roles and Access

diff --git a/frontend/app/components/Client/SessionsListingSettings.tsx b/frontend/app/components/Client/SessionsListingSettings.tsx index d60a44774..79a78061a 100644 --- a/frontend/app/components/Client/SessionsListingSettings.tsx +++ b/frontend/app/components/Client/SessionsListingSettings.tsx @@ -19,7 +19,7 @@ const connector = connect(mapStateToProps); function SessionsListingSettings(props: Props) { return ( -
+
Sessions Listing
} />
diff --git a/frontend/app/components/Client/Sites/Sites.tsx b/frontend/app/components/Client/Sites/Sites.tsx index d4ef04aae..b9f046442 100644 --- a/frontend/app/components/Client/Sites/Sites.tsx +++ b/frontend/app/components/Client/Sites/Sites.tsx @@ -111,7 +111,7 @@ const Sites = ({ loading, sites, user, init }: PropsFromRedux) => { return ( -
+
Projects
} diff --git a/frontend/app/components/Client/Users/UsersView.tsx b/frontend/app/components/Client/Users/UsersView.tsx index 5f5b53fb6..6478c7b60 100644 --- a/frontend/app/components/Client/Users/UsersView.tsx +++ b/frontend/app/components/Client/Users/UsersView.tsx @@ -36,7 +36,7 @@ function UsersView(props: Props) { }, []); return ( -
+
+

{'Webhooks'}

diff --git a/frontend/app/components/Dashboard/components/Alerts/AlertsView.tsx b/frontend/app/components/Dashboard/components/Alerts/AlertsView.tsx index 2ea7d1153..09fb1eb1a 100644 --- a/frontend/app/components/Dashboard/components/Alerts/AlertsView.tsx +++ b/frontend/app/components/Dashboard/components/Alerts/AlertsView.tsx @@ -26,7 +26,7 @@ function AlertsView({ siteId }: IAlertsView) { return unmount; }, [history]); return ( -
+
diff --git a/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx b/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx index c4ef9f2d6..442ce6790 100644 --- a/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx +++ b/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx @@ -84,10 +84,10 @@ function DashboardList({siteId}: { siteId: string }) { : (
- - You haven't created any dashboards yet + + Create your first dashboard. -
+ {/*
A Dashboard is a collection of{' '} - Cards + cards {' '} that can be shared across teams. +
*/} + +
+
+ Organize your product and technical insights as cards in dashboards to see the bigger picture,
take action and improve user experience. +
diff --git a/frontend/app/components/Dashboard/components/DashboardList/DashboardsView.tsx b/frontend/app/components/Dashboard/components/DashboardList/DashboardsView.tsx index bb3a152b9..829852dd9 100644 --- a/frontend/app/components/Dashboard/components/DashboardList/DashboardsView.tsx +++ b/frontend/app/components/Dashboard/components/DashboardList/DashboardsView.tsx @@ -5,7 +5,7 @@ import Header from './Header'; function DashboardsView({history, siteId}: { history: any; siteId: string }) { return ( -
+
diff --git a/frontend/app/components/Dashboard/components/MetricsView/MetricsView.tsx b/frontend/app/components/Dashboard/components/MetricsView/MetricsView.tsx index fa7ce7019..5edeec2d9 100644 --- a/frontend/app/components/Dashboard/components/MetricsView/MetricsView.tsx +++ b/frontend/app/components/Dashboard/components/MetricsView/MetricsView.tsx @@ -9,7 +9,7 @@ interface Props { } function MetricsView({ siteId }: Props) { return useObserver(() => ( -
+
diff --git a/frontend/app/components/UsabilityTesting/UsabilityTesting.tsx b/frontend/app/components/UsabilityTesting/UsabilityTesting.tsx index b39e2128b..9c5d374d9 100644 --- a/frontend/app/components/UsabilityTesting/UsabilityTesting.tsx +++ b/frontend/app/components/UsabilityTesting/UsabilityTesting.tsx @@ -104,11 +104,11 @@ function TestsTable() { /> -
+
- +

Usability Tests - +