-
+
+
}>
+ Create Alert
+
+
+
diff --git a/frontend/app/components/Dashboard/components/DashboardList/DashboardSearch.tsx b/frontend/app/components/Dashboard/components/DashboardList/DashboardSearch.tsx
index e0ad2048c..219145c18 100644
--- a/frontend/app/components/Dashboard/components/DashboardList/DashboardSearch.tsx
+++ b/frontend/app/components/Dashboard/components/DashboardList/DashboardSearch.tsx
@@ -29,7 +29,7 @@ function DashboardSearch() {
allowClear
name="dashboardsSearch"
className="w-full"
- placeholder="Filter by title or description"
+ placeholder="Filter by dashboard title"
onChange={write}
onSearch={(value) => dashboardStore.updateKey('filter', { ...dashboardStore.filter, query: value })}
/>
diff --git a/frontend/app/components/Dashboard/components/MetricViewHeader/MetricViewHeader.tsx b/frontend/app/components/Dashboard/components/MetricViewHeader/MetricViewHeader.tsx
index 3c7b27b3b..67055980f 100644
--- a/frontend/app/components/Dashboard/components/MetricViewHeader/MetricViewHeader.tsx
+++ b/frontend/app/components/Dashboard/components/MetricViewHeader/MetricViewHeader.tsx
@@ -1,6 +1,7 @@
import React from 'react';
-import {PageTitle, Button, Toggler, Icon} from "UI";
-import {Segmented} from 'antd';
+import {PageTitle, Toggler, Icon} from "UI";
+import {Segmented, Button} from 'antd';
+import { PlusOutlined } from '@ant-design/icons';
import MetricsSearch from '../MetricsSearch';
import Select from 'Shared/Select';
import {useStore} from 'App/mstore';
@@ -24,10 +25,11 @@ function MetricViewHeader({siteId}: { siteId: string }) {
-
+ icon={
}
+ >Create Card
@@ -119,7 +121,8 @@ function ListViewToggler() {
const listView = useObserver(() => metricStore.listView);
return (
-
diff --git a/frontend/app/components/Dashboard/components/MetricsSearch/MetricsSearch.tsx b/frontend/app/components/Dashboard/components/MetricsSearch/MetricsSearch.tsx
index 368816ce2..efb197dcc 100644
--- a/frontend/app/components/Dashboard/components/MetricsSearch/MetricsSearch.tsx
+++ b/frontend/app/components/Dashboard/components/MetricsSearch/MetricsSearch.tsx
@@ -2,6 +2,7 @@ import { useObserver } from 'mobx-react-lite';
import React, { useEffect, useState } from 'react';
import { useStore } from 'App/mstore';
import { Icon } from 'UI';
+import {Input} from 'antd';
import { debounce } from 'App/utils';
let debounceUpdate: any = () => {};
@@ -22,12 +23,12 @@ function MetricsSearch() {
return useObserver(() => (
-
-
diff --git a/frontend/app/components/UsabilityTesting/UsabilityTesting.tsx b/frontend/app/components/UsabilityTesting/UsabilityTesting.tsx
index 9c5d374d9..063592c6d 100644
--- a/frontend/app/components/UsabilityTesting/UsabilityTesting.tsx
+++ b/frontend/app/components/UsabilityTesting/UsabilityTesting.tsx
@@ -8,7 +8,7 @@ import AnimatedSVG from 'Shared/AnimatedSVG';
import { ICONS } from 'Shared/AnimatedSVG/AnimatedSVG';
import { Loader, NoContent, Pagination, Link, Icon } from 'UI';
import { checkForRecent, getDateFromMill } from 'App/date';
-import { ArrowRightOutlined } from '@ant-design/icons';
+import { ArrowRightOutlined, PlusOutlined } from '@ant-design/icons';
import { useHistory, useParams } from 'react-router-dom';
import { withSiteId, usabilityTestingEdit, usabilityTestingView } from 'App/routes';
import { debounce } from 'App/utils';
@@ -110,9 +110,10 @@ function TestsTable() {
Usability Tests
-
+
{showModal && (