Allow editing a record title
This commit is contained in:
@@ -35,6 +35,7 @@ defmodule MusicLibraryWeb.FormComponent do
|
|||||||
phx-auto-recover="recover_form"
|
phx-auto-recover="recover_form"
|
||||||
phx-submit="save"
|
phx-submit="save"
|
||||||
>
|
>
|
||||||
|
<.input field={@form[:title]} label={gettext("Title")} />
|
||||||
<div class="sm:columns-2 space-y-2">
|
<div class="sm:columns-2 space-y-2">
|
||||||
<.select field={@form[:type]} label={gettext("Type")} options={types_with_labels()} />
|
<.select field={@form[:type]} label={gettext("Type")} options={types_with_labels()} />
|
||||||
<.select field={@form[:format]} label={gettext("Format")} options={formats_with_labels()} />
|
<.select field={@form[:format]} label={gettext("Format")} options={formats_with_labels()} />
|
||||||
|
|||||||
@@ -1168,3 +1168,8 @@ msgstr ""
|
|||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Apply All"
|
msgid "Apply All"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/music_library_web/components/form_component.ex
|
||||||
|
#, elixir-autogen, elixir-format
|
||||||
|
msgid "Title"
|
||||||
|
msgstr ""
|
||||||
|
|||||||
@@ -1168,3 +1168,8 @@ msgstr ""
|
|||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "Apply All"
|
msgid "Apply All"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/music_library_web/components/form_component.ex
|
||||||
|
#, elixir-autogen, elixir-format
|
||||||
|
msgid "Title"
|
||||||
|
msgstr ""
|
||||||
|
|||||||
Reference in New Issue
Block a user