Schedule posts to Bluesky with Cloudflare workers. skyscheduler.work
cf tool bsky-tool cloudflare bluesky schedule bsky service social-media cloudflare-workers

make ui more correct/pretty

good yes

+4 -4
+4 -4
src/layout/makeRetweet.tsx
··· 12 12 <header>Post To Retweet</header> 13 13 <input type="text" id="repostRecordURL" placeholder="https://" /> 14 14 <small>This must be a post, it cannot be anything else. 15 - It must also exist, and be reachable 15 + The post must also exist, and be reachable at the scheduled time 16 16 (i.e. a post that's not deleted, nor are you forbidden from seeing it)</small> 17 17 <blockquote id="repostTitleSection"> 18 - <label for="repostTitle">Repost Title (Optional)</label> 19 - <input type="text" id="repostTitle" maxlength={MAX_POSTED_LENGTH} /> 20 - <small>A name or simple phrase to help you organize reposts. Max {MAX_POSTED_LENGTH} characters. Will update existing titles.</small> 18 + <label for="repostTitle">Retweet Title <small>(Optional)</small></label> 19 + <input type="text" id="repostTitle" maxlength={MAX_POSTED_LENGTH} placeholder="Leave blank to use existing/generated title" /> 20 + <small>A name or simple phrase to help you organize retweets. Max {MAX_POSTED_LENGTH} characters. Will update existing titles, cannot be used on scheduled posts.</small> 21 21 </blockquote> 22 22 </article> 23 23 <ScheduleOptions timeID="repostTime" allowNow={false} type="retweet" header="Retweet At" />