Cut hunt, question, submission, voting, hiding, and profile flows over to unified posts
Render nested replies with permission-aware inline Reply/Edit controls and edited markers
Add post profile queries and the author index migration they depend on
Test plan
go test -race ./... -count=1
go vet ./...
sqlc generate and sqlc diff
Apply and verify migration 008_post_author_index on the development database
Check profile queries with EXPLAIN ANALYZE
## Summary
- Cut hunt, question, submission, voting, hiding, and profile flows over to unified posts
- Render nested replies with permission-aware inline Reply/Edit controls and edited markers
- Add post profile queries and the author index migration they depend on
## Test plan
- [x] `go test -race ./... -count=1`
- [x] `go vet ./...`
- [x] `sqlc generate` and `sqlc diff`
- [x] Apply and verify migration `008_post_author_index` on the development database
- [x] Check profile queries with `EXPLAIN ANALYZE`
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Test plan
go test -race ./... -count=1go vet ./...sqlc generateandsqlc diff008_post_author_indexon the development databaseEXPLAIN ANALYZE