-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message Board Updates [Courses] #543
Comments
Sounds good! Can you also make a allowReplies="true|false" so we can disable it in cases where it doesn't make sense to have replies... |
Also, I think it might also not be clear in the design, but in some cases we have newest->oldest and some cases oldest->newest and top/bottom message input... I think it also would be useful if we could have ability to have profileImage="big|small|none" and name="show|hover" and editorTools="show|hide" as there are times/places where we can hide some of that stuff.... |
Yes, I'll definitely add those props to the component. |
Progress report: everything is mostly done - I did run into a couple unexpected issues. Just testing and cleaning up the UI a bit. PR will be up on Monday by the latest. |
This issue primarily applies to courses, but the features updates can be applied to all message boards.
Threaded conversations:
Note: the Figma mockups suggest that replies only go three layers deep (i.e. top level message, replies to that message and replies to those replies), but a recursive connection will be used to maintain future flexibility.
Other updates:
The text was updated successfully, but these errors were encountered: