Outcome
A native Phoenix surface at /forum: topic index, topic thread with paging, reply composer, and markdown rendering consistent with existing issue rendering.
Work
- LiveViews replacing the TanStack Start routes (
apps/start/src/routes/forum/).
- Reuse existing markdown pipeline and UI primitives; streams for post lists.
- Route authority review so repository-shaped catch-all routes do not shadow
/forum.
Acceptance criteria
- Read, reply, and edit flows work end to end signed in.
- Pixel proof in light and dark palettes.
Verification
LiveView tests and mix precommit.
Outcome
A native Phoenix surface at
/forum: topic index, topic thread with paging, reply composer, and markdown rendering consistent with existing issue rendering.Work
apps/start/src/routes/forum/)./forum.Acceptance criteria
Verification
LiveView tests and
mix precommit.