Display cover upload error ID
This commit is contained in:
@@ -56,6 +56,7 @@ defmodule MusicLibraryWeb.RecordLive.FormComponent do
|
|||||||
<.label for={@uploads.cover_data.ref}>
|
<.label for={@uploads.cover_data.ref}>
|
||||||
{gettext("Cover art")}
|
{gettext("Cover art")}
|
||||||
</.label>
|
</.label>
|
||||||
|
<.error :for={{_index, msg} <- @uploads.cover_data.errors}>{msg}</.error>
|
||||||
<span
|
<span
|
||||||
:if={@uploads.cover_data.entries == []}
|
:if={@uploads.cover_data.entries == []}
|
||||||
class="text-xs sm:text-sm float-right text-zinc-700 dark:text-zinc-400"
|
class="text-xs sm:text-sm float-right text-zinc-700 dark:text-zinc-400"
|
||||||
|
|||||||
@@ -141,7 +141,7 @@ msgstr ""
|
|||||||
msgid "Next"
|
msgid "Next"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/music_library_web/live/record_live/form_component.ex:63
|
#: lib/music_library_web/live/record_live/form_component.ex:64
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "No cover selected"
|
msgid "No cover selected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -195,7 +195,7 @@ msgstr ""
|
|||||||
msgid "Record imported successfully"
|
msgid "Record imported successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/music_library_web/live/record_live/form_component.ex:123
|
#: lib/music_library_web/live/record_live/form_component.ex:124
|
||||||
#: lib/music_library_web/live/wishlist_live/index.ex:148
|
#: lib/music_library_web/live/wishlist_live/index.ex:148
|
||||||
#: lib/music_library_web/live/wishlist_live/show.ex:106
|
#: lib/music_library_web/live/wishlist_live/show.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
@@ -207,12 +207,12 @@ msgstr ""
|
|||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/music_library_web/live/record_live/form_component.ex:74
|
#: lib/music_library_web/live/record_live/form_component.ex:75
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/music_library_web/live/record_live/form_component.ex:74
|
#: lib/music_library_web/live/record_live/form_component.ex:75
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
Reference in New Issue
Block a user