tangled
alpha
login
or
join now
socksthewolf.com
/
skyscheduler
2
fork
atom
Schedule posts to Bluesky with Cloudflare workers.
skyscheduler.work
cf
tool
bsky-tool
cloudflare
bluesky
schedule
bsky
service
social-media
cloudflare-workers
2
fork
atom
overview
issues
pulls
pipelines
change text to be less crazy person
SocksTheWolf
3 weeks ago
3f15637b
7ef04ec8
+1
-1
1 changed file
expand all
collapse all
unified
split
src
layout
postList.tsx
+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
46
-
const threadItemElement = raw(`<button class="addThreadPost btn-sm primary outline" data-tooltip="Create a post in thread"
46
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>`);