Skip to content

add help text to episode publish time#1460

Open
brandonhundt wants to merge 1 commit intomainfrom
feat/dropdate-helptext
Open

add help text to episode publish time#1460
brandonhundt wants to merge 1 commit intomainfrom
feat/dropdate-helptext

Conversation

@brandonhundt
Copy link
Copy Markdown
Contributor

closes: #928

  • Adds help text to episode publish time in the draft form and planner.

@brandonhundt brandonhundt requested a review from cavis March 31, 2026 20:20
title: Distribution
form_dropdate:
help:
released_at_time: The time of day your episode will drop. To take the best advantage of your episode drops and ad delivery, we recommend setting your episodes to drop at UTC midnight.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there an easy way to reference another line of text in this file, so that I don't need to repeat myself?

@@ -18,6 +18,7 @@
<div class="form-floating input-group">
<%= form.select :publish_time, time_options, {selected: "12:00:00"} %>
Copy link
Copy Markdown
Contributor Author

@brandonhundt brandonhundt Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The planner defaults to midnight of the user's timezone. I don't want to change this to UTC and conversion to UTC, while staying in the user's timezone feels a little complicated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Timezone help text

1 participant