-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Reply to Comment emoji placement - move them above responses? #5226
Comments
Maybe we can move the 'reply to comment' text box out of the main comment box?? |
Hi |
And the emoji should be above. 🤔 |
That's a good idea, however if we want that the entire discussion should be available at a glance, will it be a good idea to manually view all replies? Just asking for a possibility. |
@CleverFool77 , @jywarren , what do you think? |
How about paginate for more comments ? |
:-) these are all cool ideas! Let's try to make a list of them, but let's
also think about ways to do this that would minimize the possibility of odd
errors and bugs -- the more complex it is, the harder it will be to
maintain, you know? Like, we could make everything collapsible with a <
button but make it shown by default, not hidden by default, so if something
JavaScript breaks, the page is not stuck with everything hidden.
Progressive loading also could be complex to maintain, and we don't yet
have super long comment threads, so perhaps we could think about this with
future React ideas for manage page state.
Also, interested in getting System Tests to work so that we can have robust
testing for JS features, because we are often seeing small JS issues like
the comment image uploading: #5229
that are hard to detect automatically.
System tests will give us more reliability and confidence to do more
complex client-side javascript stuff without worrying that it'll keep
breaking! #4888
For the moment I'd like to fix the comment image uploading and this emoji
placement, then look forward to new features. Thank you all so much!
…On Thu, Mar 21, 2019 at 1:15 PM Lekhika Dugtal ***@***.***> wrote:
How about paginate for more comments ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5226 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJy9fFMA816mKSMshoSm4ljkpQJpbks5vY74ogaJpZM4cB2wV>
.
|
Yes I think you are right @jywarren. Even I think lazy loading will be hard to maintain. The collapse idea is a good one and is simple and standard to execute. I think once these issues are fixed, we can move to more creative ideas. I would love to help out here! |
This is a small design issue we probably need to brainstorm a tiny bit before making a change, but the emoji shown when responding to a comment appear below the comments' responses:
@ViditChitkara what do you think about this?
The text was updated successfully, but these errors were encountered: