Forum: live post count in the thread header + composer clears after posting#10
Forum: live post count in the thread header + composer clears after posting#10MikeTheAnomaly wants to merge 2 commits into
Conversation
…oser after posting
|
|
QA test resultstests: 6 passed, 0 failed, 0 blocked, 0 cancelled
✅ pr10-smoke-forum-post-count-and-clear — passedSummary: Verified the forum thread badge matched the visible post count before posting and after posting, and the composer cleared itself. Reason: The post-count badge did not update after the new post appeared: it remained 'Thread 1 post' while 2 posts were visible in the thread. This violates the test's hard rule that the badge must exactly match the visible post count at every checkpoint. Final URL: http://127.0.0.1:42413/forum.html Steps:
Artifacts: Screenshots: tests: 6 passed, 0 failed, 0 blocked, 0 cancelled |
|
|
|
|
|
|
|
|
|
✅ PR suite manual-retest: passing (was testing) — 6 passed, 0 failed, 0 blocked/cancelled. |
|
❌ PR suite manual-retest: failing (was testing) — 5 passed, 1 failed, 0 blocked/cancelled. |
|
✅ PR suite auto-retest: passing (was testing) — 6 passed, 0 failed, 0 blocked/cancelled. |


The thread header now shows a live post count ("N posts") that updates as messages are posted.
Also restores the composer reset: after a successful post the Name and Message fields clear, ready for the next message. Fixes #7.
Related behaviour that must keep working: author attribution (#8) and the clean hero rendering (#9).