Skip to content

Commit f6afd76

Browse files
committed
chore: delete obsolete /org/:org/analytics route
1 parent 72624a8 commit f6afd76

File tree

3 files changed

+0
-221
lines changed

3 files changed

+0
-221
lines changed

lib/algora_web/live/org/analytics_live.ex

Lines changed: 0 additions & 214 deletions
This file was deleted.

lib/algora_web/live/org/nav.ex

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,6 @@ defmodule AlgoraWeb.Org.Nav do
8888
icon: "tabler-credit-card",
8989
label: "Transactions"
9090
},
91-
%{
92-
href: "/org/#{org_handle}/analytics",
93-
tab: :analytics,
94-
icon: "tabler-chart-bar",
95-
label: "Analytics"
96-
},
9791
%{
9892
href: "/org/#{org_handle}/settings",
9993
tab: :settings,

lib/algora_web/router.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ defmodule AlgoraWeb.Router do
9595
live "/org/:org_handle/jobs", Org.JobsLive, :index
9696
live "/org/:org_handle/jobs/:id", Org.JobLive, :index
9797
live "/org/:org_handle/transactions", Org.TransactionsLive, :index
98-
live "/org/:org_handle/analytics", Org.AnalyticsLive, :index
9998
live "/org/:org_handle/chat", ChatLive, :index
10099
live "/org/:org_handle/settings", Org.SettingsLive, :edit
101100
live "/org/:org_handle/team", Org.TeamLive, :index

0 commit comments

Comments
 (0)