Add nested posts UI #5

Merged
codegirl007 merged 1 commits from posts-ui into app 2026-08-27 15:53:01 +00:00
Owner

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

  • 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`
codegirl007 added 1 commit 2026-08-27 14:40:29 +00:00
Add nested posts UI cutover.
CI / test (pull_request) Successful in 8m23s
d3ce29031f
Render reply trees with permission-aware inline controls, and move hunt, profile, voting, submission, and hiding flows to post storage.
codegirl007 merged commit 7412069ca6 into app 2026-08-27 15:53:01 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: codegirl007/plumber#5