Skip to content

Commit cc42b26

Browse files
authored
Remove analytics app (#2207)
1 parent b13d6fb commit cc42b26

File tree

31 files changed

+3
-1155
lines changed

31 files changed

+3
-1155
lines changed

src/apps/reports/src/app/ReportingApp.js

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { Box, Typography } from "@mui/material";
33

44
import { ReportingNav } from "./components/ReportingNav";
55
import { ActivityLog } from "./views/ActivityLog";
6-
import Analytics from "./views/Analytics";
76
import Metrics from "./views/Metrics";
87

98
export function ReportingApp() {
@@ -14,7 +13,6 @@ export function ReportingApp() {
1413
<Switch>
1514
<Route path="/reports/activity-log" component={ActivityLog} />
1615
<Route path="/reports/metrics" component={Metrics} />
17-
<Route path="/reports/analytics" component={Analytics} />
1816
<Redirect to="/reports/activity-log" />
1917
</Switch>
2018
</Box>

src/apps/reports/src/app/components/ReportingNav.js

-6
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ export function ReportingNav() {
3131
path: "/reports/metrics",
3232
icon: <PieChartIcon />,
3333
},
34-
{
35-
label: "Analytics",
36-
rootPath: "/reports/analytics",
37-
path: "/reports/analytics",
38-
icon: <InsightsIcon />,
39-
},
4034
];
4135

4236
return (

src/apps/reports/src/app/views/Analytics/Analytics.less

-57
This file was deleted.

src/apps/reports/src/app/views/Analytics/components/ContentVelocity/ContentVelocity.js

-35
This file was deleted.

src/apps/reports/src/app/views/Analytics/components/ContentVelocity/ContentVelocity.less

Whitespace-only changes.

src/apps/reports/src/app/views/Analytics/components/ContentVelocity/index.js

-1
This file was deleted.

src/apps/reports/src/app/views/Analytics/components/GoogleAuthOverlay/GaAuthenticate.js

-30
This file was deleted.

src/apps/reports/src/app/views/Analytics/components/GoogleAuthOverlay/GoogleAuthOverlay.js

-116
This file was deleted.

src/apps/reports/src/app/views/Analytics/components/GoogleAuthOverlay/GoogleAuthOverlay.less

-76
This file was deleted.

src/apps/reports/src/app/views/Analytics/components/GoogleAuthOverlay/index.js

-1
This file was deleted.

0 commit comments

Comments
 (0)