cassidyjames.github.io
cassidyjames.github.io copied to clipboard
Personal site for Cassidy James Blaede
Right now the only moderation is turning comments off completely. However, I think we can use the API to check if the provided account ID has favorited a post, and...
Fixes #45
Suggested at https://mastodon.social/@lgarron/110693191925101038 >As a small UX thing: my first instinct was to try to figure out how to interact with this by *scrolling to the very bottom of the...
Split off from #43. Partially solved in #50, though there's no "verified" styling yet.
This would be the dream: write a blog post, publish it, then CI actually handles posting to Mastodon on my behalf, logs the resulting post ID, and makes comments appear...
I wonder if I could use the Mastodon API to list people who fave’d a post locally/inline, instead of hackily linking to the /favourites URL like now? It’d be neat...
Reduce links out to make it feel more integrated: instead of just always linking to the commenter’s profile, I could use the data already fetched by the Mastodon API to...
I’ve seen some Opinions™ about this since it would require storing others’ data, but this integration intentionally only handles non-private posts, so I think it would be okay? After all,...
Replies auto-load instead of requiring user interaction. However, they comments just pop in once loaded—all with no progress indication. This is especially bad when the origin server or user’s connection...
Right now the ordering is a bit hard to follow. At one point I was playing with Twitter/Bluesky/Threads styling for threads where there was a line along the left edge...