Page MenuHomePhabricator

[web] [fix] ENG-730 add notif dot for thread
ClosedPublic

Authored by benschac on Mar 16 2022, 2:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 15, 9:38 AM
Unknown Object (File)
Mon, Apr 22, 6:37 AM
Unknown Object (File)
Sun, Apr 21, 5:15 AM
Unknown Object (File)
Sat, Apr 20, 6:55 AM
Unknown Object (File)
Sat, Apr 20, 6:55 AM
Unknown Object (File)
Sat, Apr 20, 6:55 AM
Unknown Object (File)
Sat, Apr 20, 6:54 AM
Unknown Object (File)
Sat, Apr 20, 6:54 AM

Details

Summary
Test Plan

send your self a message from one user to another, click sidebar to toggle off unread.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Looks good! small note inline

web/chat/chat-thread-list-sidebar.react.js
19–20 ↗(On Diff #10460)

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

This revision is now accepted and ready to land.Mar 16 2022, 9:59 PM

atul diff suggestions

web/chat/chat-thread-list-sidebar.react.js
19–20 ↗(On Diff #10460)

i got crazy.

benschac retitled this revision from [web] [fix] add notif dot for thread ENG-730 to [web] [fix] ENG-730 add notif dot for thread.Mar 29 2022, 8:37 AM

These are blocked by getting longer arrow svgs

Image 2022-04-01 at 2.02.43 PM.jpg (368×962 px, 31 KB)

These are blocked by getting longer arrow svgs

Image 2022-04-01 at 2.02.43 PM.jpg (368×962 px, 31 KB)

How much longer did you want the arrow?

In D3444#98394, @atul wrote:

These are blocked by getting longer arrow svgs

Image 2022-04-01 at 2.02.43 PM.jpg (368×962 px, 31 KB)

How much longer did you want the arrow?

10px should do it.

In D3444#98394, @atul wrote:

These are blocked by getting longer arrow svgs

Image 2022-04-01 at 2.02.43 PM.jpg (368×962 px, 31 KB)

How much longer did you want the arrow?

10px should do it.

https://blob.sh/atul/long_arrow.svg