Follow-up: fix reply alignment and Turnstile render on reply open #50

Merged
mark merged 1 commits from fix/comments-followup-reply-turnstile into main 2026-03-04 12:35:43 +00:00
Owner

Summary: follow-up after the previous comments PR merge.

This addresses remaining issues:

  • reply controls rendering on the right/out of flow
  • missing Turnstile behavior on reply forms when opened
  • button style regression

Changes:

  • moved reply controls back into normal left-aligned flow in the comment card
  • restored stronger submit button treatment for main comment and reply actions
  • added Turnstile initialization on details open via toggle event so reply widgets render when the reply panel is expanded
  • rebuilt Tailwind output in theme/static/css/styles.css

Validation:

  • docker compose run --rm web pytest -o addopts='' apps/comments/tests apps/blog/tests/test_views.py -q
  • 46 passed
Summary: follow-up after the previous comments PR merge. This addresses remaining issues: - reply controls rendering on the right/out of flow - missing Turnstile behavior on reply forms when opened - button style regression Changes: - moved reply controls back into normal left-aligned flow in the comment card - restored stronger submit button treatment for main comment and reply actions - added Turnstile initialization on details open via toggle event so reply widgets render when the reply panel is expanded - rebuilt Tailwind output in theme/static/css/styles.css Validation: - docker compose run --rm web pytest -o addopts='' apps/comments/tests apps/blog/tests/test_views.py -q - 46 passed
mark added 1 commit 2026-03-04 12:33:54 +00:00
Adjust comment UX per feedback: reply alignment and Turnstile init
All checks were successful
CI / nightly-e2e (pull_request) Has been skipped
CI / deploy (pull_request) Has been skipped
CI / pr-e2e (pull_request) Successful in 1m29s
CI / ci (pull_request) Successful in 1m39s
2f9babe18e
- move reply controls into normal left-aligned flow
- restore stronger primary/reply button treatments
- render Turnstile when reply details panels are opened
- rebuild Tailwind CSS
mark scheduled this pull request to auto merge when all checks succeed 2026-03-04 12:35:41 +00:00
mark merged commit 989d0fc20d into main 2026-03-04 12:35:43 +00:00
mark deleted branch fix/comments-followup-reply-turnstile 2026-03-04 12:35:43 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nohype/main-site#50