Add Error Tracker link to main menu
This commit is contained in:
@@ -114,6 +114,10 @@
|
||||
<.icon name="hero-cog" class="h-4 w-4 mr-2" aria-hidden="true" data-slot="icon" />
|
||||
{gettext("Oban")}
|
||||
</.dropdown_link>
|
||||
<.dropdown_link href={~p"/dev/errors"}>
|
||||
<.icon name="hero-bug-ant" class="h-4 w-4 mr-2" aria-hidden="true" data-slot="icon" />
|
||||
{gettext("Errors")}
|
||||
</.dropdown_link>
|
||||
<.dropdown_link href={~p"/dev/maintenance"}>
|
||||
<.icon
|
||||
name="hero-wrench-screwdriver"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -2031,3 +2031,8 @@ msgstr ""
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Go to →"
|
||||
msgstr ""
|
||||
|
||||
#: lib/music_library_web/components/layouts/app.html.heex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Errors"
|
||||
msgstr ""
|
||||
|
||||
@@ -2031,3 +2031,8 @@ msgstr ""
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Go to →"
|
||||
msgstr ""
|
||||
|
||||
#: lib/music_library_web/components/layouts/app.html.heex
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Errors"
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user