-
Notifications
You must be signed in to change notification settings - Fork 233
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
ui: add comment ui #1257
ui: add comment ui #1257
Conversation
querybook/migrations/versions/3d9f98ca7ec1_add_comment_feature.py
Outdated
Show resolved
Hide resolved
> | ||
Editing Comment | ||
</StyledText> | ||
<div onClick={() => handleEditComment(null, initialCommentValue)}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not have a clear button for both editing comment and new comment use case? it could be a X button in the richtexteditor?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
idk if it really makes sense to have a clear for a regular comment. when would you ever use that? slack doesnt have one. neither does github
* ui: add ui * update; * update * update * update * refactor const * fix * fix * update
only UI/DOM code
next PR will be actions/reducers + typing will get cleaned up + moved