Add Error Tracker link to main menu

This commit is contained in:
Claudio Ortolina
2026-02-26 22:07:47 +00:00
parent 1b934537ea
commit 3635e113c8
4 changed files with 20 additions and 0 deletions
@@ -403,6 +403,12 @@ defmodule MusicLibraryWeb.UniversalSearchLive.Index do
icon: "hero-cog",
keywords: ["oban", "jobs", "workers", "queue"]
},
%{
label: "Errors",
path: ~p"/dev/errors",
icon: "hero-bug-ant",
keywords: ["errors", "error tracker", "exceptions", "bugs"]
},
%{
label: "Maintenance",
path: ~p"/dev/maintenance",