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

change text to be less crazy person

+1 -1
+1 -1
src/layout/postList.tsx
··· 43 43 data-tooltip="Edit this post" data-placement="right" ${editAttributes}> 44 44 <img src="/icons/edit.svg" alt="edit icon" width="20px" height="20px" /> 45 45 </button>`); 46 - const threadItemElement = raw(`<button class="addThreadPost btn-sm primary outline" data-tooltip="Create a post in thread" 46 + const threadItemElement = raw(`<button class="addThreadPost btn-sm primary outline" data-tooltip="Add a post to thread" 47 47 data-placement="right" listen="false"> 48 48 <img src="/icons/reply.svg" alt="threaded post icon" width="20px" height="20px" /> 49 49 </button>`);