adds notif dot to thread in conversation selector
https://linear.app/comm/issue/ENG-730/unread-indication-for-sidebars-is-very-strange
Details
Details
send your self a message from one user to another, click sidebar to toggle off unread.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- fix-side-bar
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Looks good! small note inline
web/chat/chat-thread-list-sidebar.react.js | ||
---|---|---|
19–20 | Looks like we're pulling two things out of threadInfo. Could we do something like const { id: threadID, currentUser } = threadInfo; ? I think we could also do something like: const { id: threadID, currentUser: {unread} } = threadInfo; but that would maybe be too crazy |