Skip to content

Commit

Permalink
docs/comments: add missing hideNotification(), reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk authored and hom3mad3 committed Aug 8, 2024
1 parent b4065f1 commit 3529a33
Showing 1 changed file with 94 additions and 92 deletions.
186 changes: 94 additions & 92 deletions docs/comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,53 +30,54 @@ classDiagram
class CommentList{
Required Props
----------------------------------
agreedTermsOfUse
anchoredCommentId
anchoredCommentParentId
commentCategoryChoices
comments
hasCommentingPermission
orgTermsUrl
parentIndex
projectIsPublic
setCommentEditError
setCommentError
useTermsOfUse
withCategories
wouldHaveCommentingPermission
agreedTermsOfUse
anchoredCommentId
anchoredCommentParentId
commentCategoryChoices
comments
hasCommentingPermission
orgTermsUrl
parentIndex
projectIsPublic
setCommentEditError
setCommentError
useTermsOfUse
withCategories
wouldHaveCommentingPermission
hideNotification()
onCommentDelete()
onCommentModify()
onCommentSubmit()
onEditErrorClick()
onRenderFinished()
onReplyErrorClick()
onCommentModify()
onCommentSubmit()
onEditErrorClick()
onRenderFinished()
onReplyErrorClick()
}
class CommentForm{
Required Props
----------------------------------
agreedTermsOfUse
autoFocus [new child comment]
comment [when editing]
commentCategoryChoices [new comment / when editing comment]
commentId
commentLength [when editing]
comment_categories [when editing comment]
editing [when editing]
error
errorMessage
hasCommentingPermission
index
orgTermsUrl
parentIndex [when editing / new child comment]
projectIsPublic [new comment / new child comment]
comment [when editing]
commentCategoryChoices [new comment / when editing comment]
commentId
commentLength [when editing]
comment_categories [when editing comment]
editing [when editing]
error
errorMessage
hasCommentingPermission
index
orgTermsUrl
parentIndex [when editing / new child comment]
projectIsPublic [new comment / new child comment]
rows [new comment / when editing comment]
showCancel [when editing]
showCommentError
subjectId
subjectType
useTermsOfUse
showCancel [when editing]
showCommentError
subjectId
subjectType
useTermsOfUse
withCategories [new comment]
wouldHaveCommentingPermission
wouldHaveCommentingPermission
handleCancel() [when editing]
handleErrorClick()
onCommentSubmit()
Expand All @@ -86,59 +87,60 @@ classDiagram
Required Props
----------------------------------
agreedTermsOfUse
aiReport
anchoredCommentId
anchoredCommentParentId
authenticated_user_pk
child_comments
children
commentCategoryChoices
comment_categories
comment_categories
comment_content_type
content_type
created
displayNotification
editError
errorMessage
hasCommentingPermission
has_changing_permission
has_comment_commenting_permission
has_deleting_permission
has_deleting_permission
has_rating_permission
id
index
is_blocked
is_censored
is_deleted
is_moderator_marked
is_removed
is_users_own_comment
moderatorFeedback
modified
negativeRatings
object_pk
onCommentDelete()
onCommentModify()
onCommentSubmit()
onEditErrorClick()
onRenderFinished()
onReplyErrorClick()
orgTermsUrl
parentindex
positiveRatings
projectIsPublic
replyError
setCommentEditError()
setCommentError()
useTermsOfUse
userRating
userRatingId
user_image
user_name
user_profile_url
withCategories
wouldHaveCommentingPermission
aiReport
anchoredCommentId
anchoredCommentParentId
authenticated_user_pk
child_comments
children
commentCategoryChoices
comment_categories
comment_categories
comment_content_type
content_type
created
displayNotification
editError
errorMessage
hasCommentingPermission
has_changing_permission
has_comment_commenting_permission
has_deleting_permission
has_deleting_permission
has_rating_permission
id
index
is_blocked
is_censored
is_deleted
is_moderator_marked
is_removed
is_users_own_comment
moderatorFeedback
modified
negativeRatings
object_pk
orgTermsUrl
parentindex
positiveRatings
projectIsPublic
replyError
useTermsOfUse
userRating
userRatingId
user_image
user_name
user_profile_url
withCategories
wouldHaveCommentingPermission
hideNotification()
onCommentDelete()
onCommentModify()
onCommentSubmit()
onEditErrorClick()
onRenderFinished()
onReplyErrorClick()
setCommentEditError()
setCommentError()
}
```

0 comments on commit 3529a33

Please sign in to comment.