-
Notifications
You must be signed in to change notification settings - Fork 51
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
New feedbacks are not shown in reason popup when there are too many feedbacks #554
Labels
Comments
MrOrz
changed the title
Loads all feedback when reason display is shown
New feedbacks are not shown in reason popup when there are too many feedbacks
Nov 21, 2023
I'll do it |
PR preparing |
After deploying #581 to staging, it seems that comments with text goes to the bottom of the list, which is the opposite of what we want. https://dev.cofacts.tw/reply/aaluiHkB9w1KR1Ikury_ @belong112 would you mind take a look? |
Ok, let me take a look, sorry for having the mistake |
I've sent a new PR, plz check |
Closed by #583 , kudos to @belong112 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New feedbacks to this reply https://dev.cofacts.tw/reply/aaluiHkB9w1KR1Ikury_ is never shown, because it has already more than 100 feedbacks.
Currently we only load 100 feedbacks in the reasons display:
https://github.com/cofacts/rumors-site/blob/53690ec8e817f02a1b743b6aa28a274b68b93a1a/components/ArticleReplyFeedbackControl/ReasonsDisplay.js#L49C14-L49C17
This causes new feedbacks are not shown in the "See more" dialog. We should remove the limit.
Also, we should consider hiding feedbacks with no reasons.
The text was updated successfully, but these errors were encountered: