Skip to content

Commit 65fc46c

Browse files
committed
chore: add module documentation and update navigation links
- Added `@moduledoc false` to `ObanDashboardResolver` to indicate no public documentation. - Updated the navigation link for the Job Queue to point to the correct route in the admin panel.
1 parent 4a8f9d9 commit 65fc46c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/algora_web/live/admin/nav.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ defmodule AlgoraWeb.Admin.Nav do
4747
title: "User",
4848
items: [
4949
%{href: "/admin/dashboard", tab: :dashboard, icon: "tabler-dashboard", label: "Dashboard"},
50-
%{href: "/admin/dashboard/oban", tab: :oban, icon: "tabler-clock", label: "Job Queue"}
50+
%{href: "/admin/oban", tab: :oban, icon: "tabler-clock", label: "Job Queue"}
5151
]
5252
}
5353
]

lib/algora_web/live/oban_dashboard_resolver.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
defmodule AlgoraWeb.ObanDashboardResolver do
2+
@moduledoc false
23
@behaviour Oban.Web.Resolver
34

45
@impl true

0 commit comments

Comments
 (0)