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
Expected behavior: When the conversation is closed, the "Submit" button under the text field for seed comments should be greyed out (or even the whole component disabled ?), whith some text explaining that comments can only be added in an open conversation.
Actual behavior: Currently, it is possible to write a seed comment and try to submit it, only to get an unformatted error that the conversation is closed, which is confusing for non-technical users.
To Reproduce: Create a new conversation, untick the "Conversation is open" box and try to add a seed comment.
Additional context: This is mostly a UX problem more than a bug, but it did confuse quite a few of my users initially :)
The text was updated successfully, but these errors were encountered:
Modified the ConversationConfig component to pass the is_active prop to the ModerateCommentsSeed component. This will allow the seed comment component to know whether the conversation is open or closed.
Disclaimer: The concept of solution was created by AI and you should never copy paste this code before you check the correctness of generated code. Solution might not be complete, you should use this code as an inspiration only.
Latta AI seeks to solve problems in open source projects as part of its mission to support developers around the world. Learn more about our mission at https://latta.ai/ourmission . If you no longer want Latta AI to attempt solving issues on your repository, you can block this account.
Expected behavior: When the conversation is closed, the "Submit" button under the text field for seed comments should be greyed out (or even the whole component disabled ?), whith some text explaining that comments can only be added in an open conversation.
Actual behavior: Currently, it is possible to write a seed comment and try to submit it, only to get an unformatted error that the conversation is closed, which is confusing for non-technical users.
To Reproduce: Create a new conversation, untick the "Conversation is open" box and try to add a seed comment.
Additional context: This is mostly a UX problem more than a bug, but it did confuse quite a few of my users initially :)
The text was updated successfully, but these errors were encountered: