Skip to content

CommentSidebar

reference
1 min readUpdated

Kind: Component

Source: atloria-monorepo/apps/web/src/components/Comments/CommentSidebar.tsx

Props

NameTypeRequiredDefault
documentIdstring-
isOpenboolean-
onCloseFunction-
enableRealtimeboolean-true
projectIdstring--

Diagram

mermaid
graph TD
    component_CommentSidebar_cc3c3f7["CommentSidebar"]
    class component_CommentSidebar_cc3c3f7 rootComponent

Relationships

  • RENDERS → MessageCircle
  • RENDERS → X
  • RENDERS → FilterPill
  • RENDERS → CommentSkeletonList
  • RENDERS → CommentThread
  • RENDERS → CommentForm
  • USES_HOOK → useComments
  • USES_HOOK → useState
  • USES_HOOK → useRef
  • USES_HOOK → useMemo
  • USES_HOOK → useEffect

Was this page helpful?

Download as PDF