Skip to content

Frontend US2: Unresolved/resolved button underneath each question#33

Closed
brendayyu wants to merge 6 commits into
mainfrom
frontend
Closed

Frontend US2: Unresolved/resolved button underneath each question#33
brendayyu wants to merge 6 commits into
mainfrom
frontend

Conversation

@brendayyu
Copy link
Copy Markdown

@brendayyu brendayyu commented Feb 7, 2026

  • Unresolved button turns into a green resolved button
  • Green resolved button turns into a gray unresolved button
  • only admins are able to toggle this button
  • members can view it but are not able to toggle it
  • only available in the questions/comments section

- Add resolve button to post actions in topic template
- Implement client-side toggle functionality in resolve.js
- Button displays green checkmark when resolved, gray circle when unresolved
- Text shows 'Resolved' or 'Unresolved' state (hidden on mobile)
- Position button to the left of reply button in post toolbar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment