Skip to content

Commit

Permalink
Small form improvements (#36)
Browse files Browse the repository at this point in the history
* Clarified intent of custom name field

* More copy improvements
  • Loading branch information
kieraneglin authored Feb 22, 2024
1 parent 2ca395a commit e33a46b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
<.error :if={@changeset.action}>
Oops, something went wrong! Please check the errors below.
</.error>

<h3 class="my-4 text-2xl text-black dark:text-white">
General Options
</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
field={f[:output_path_template]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
Oops, something went wrong! Please check the errors below.
</.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)" />

Expand Down

0 comments on commit e33a46b

Please sign in to comment.