You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Acceptance Criteria: Ability to open up reply button's menu and click "Reply as Anonymous" button, write a response, submit, and have username hidden from others.
post_bar.tpl provides the frontend template to be rendered in the frontend for the client. It contains all components of the toolbar which is displayed on every post within NodeBB. Specifically, it contains the buttons for sorting, marking as unread, and more.
topics.js defines a set of socket event handlers related to topics in the application. Overall, this file serves as a bridge between the client-side socket events and the backend logic for managing topics.
create.js is responsible for creating new topics and handling related operations. Additionally, it contains the logic for creating and managing topics.
The text was updated successfully, but these errors were encountered:
Effort - High
Acceptance Criteria: Ability to open up reply button's menu and click "Reply as Anonymous" button, write a response, submit, and have username hidden from others.
File Paths:
File Descriptions:
The text was updated successfully, but these errors were encountered: