Small form improvements (#36)
* Clarified intent of custom name field * More copy improvements
This commit is contained in:
+8
-1
@@ -2,10 +2,17 @@
|
|||||||
<.error :if={@changeset.action}>
|
<.error :if={@changeset.action}>
|
||||||
Oops, something went wrong! Please check the errors below.
|
Oops, something went wrong! Please check the errors below.
|
||||||
</.error>
|
</.error>
|
||||||
|
|
||||||
<h3 class="my-4 text-2xl text-black dark:text-white">
|
<h3 class="my-4 text-2xl text-black dark:text-white">
|
||||||
General Options
|
General Options
|
||||||
</h3>
|
</h3>
|
||||||
<.input field={f[:name]} type="text" label="Name" placeholder="New Profile" help="(required)" />
|
<.input
|
||||||
|
field={f[:name]}
|
||||||
|
type="text"
|
||||||
|
label="Name"
|
||||||
|
placeholder="New Profile"
|
||||||
|
help="Something descriptive. Does not impact indexing or downloading (required)"
|
||||||
|
/>
|
||||||
|
|
||||||
<.input
|
<.input
|
||||||
field={f[:output_path_template]}
|
field={f[:output_path_template]}
|
||||||
|
|||||||
@@ -3,7 +3,12 @@
|
|||||||
Oops, something went wrong! Please check the errors below.
|
Oops, something went wrong! Please check the errors below.
|
||||||
</.error>
|
</.error>
|
||||||
|
|
||||||
<.input field={f[:friendly_name]} type="text" label="Custom Name" />
|
<.input
|
||||||
|
field={f[:friendly_name]}
|
||||||
|
type="text"
|
||||||
|
label="Custom Name"
|
||||||
|
help="Something descriptive. Does not impact indexing or downloading"
|
||||||
|
/>
|
||||||
|
|
||||||
<.input field={f[:original_url]} type="text" label="Source URL" help="URL of a channel or playlist (required)" />
|
<.input field={f[:original_url]} type="text" label="Source URL" help="URL of a channel or playlist (required)" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user