Eric Clemmons
Eric Clemmons
To support client-side rendering, I'm thinking: 1. Generate `${folder}/index.html` from `public/index.html`. 1. Generate `${folder}/index.js` from the `index.mdx` + `index.tsx` 1. Run parcel against it to replace it.
I'm supporting _both_ Medium format & my legacy blog format. I'd like dates added to blog posts, since some are _years_ apart.
I got all the todos! 💪
### Which project does this relate to? Start ### Describe the bug http://localhost:3000/not-found returns a `200`, not a `400` ### Your Example Website or App https://xoriwpjxoogithub-2brh--3001--134daa3c.local-credentialless.webcontainer.io/not-found ### Steps to Reproduce...
This PR solves the firehose that is Notifications by adding a filtered _Mentions_ tab, based on my prototype here: > https://bksy.app/profile/ericclemmons.com/post/3l7wti3xu7d2f (I hope this effort doesn't negatively affect https://github.com/bluesky-social/social-app/pull/3612!) ##...
## Problem Self-replies are common for threading. The issue is that a 🧵 can quickly nest to 10 levels (the current `REPLY_TREE_DEPTH`) – https://github.com/bluesky-social/social-app/blob/5faf8572bdd637dacf586ba47bdf106a7fff627a/src/state/queries/post-thread.ts#L36 ## Proposal When a `post.reply` is...