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
F3357121: D3444.id11433.diff
Sat, Nov 23, 10:32 PM
F3357082: D3444.id11620.diff
Sat, Nov 23, 10:14 PM
F3357022: D3444.id10672.diff
Sat, Nov 23, 9:56 PM
F3356634: D3444.diff
Sat, Nov 23, 7:43 PM
Unknown Object (File)
Fri, Nov 15, 11:18 PM
Unknown Object (File)
Thu, Nov 14, 4:32 PM
Unknown Object (File)
Thu, Nov 14, 8:53 AM
Unknown Object (File)
Wed, Nov 13, 12:42 PM

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
Branch
fix-side-bar
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

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

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

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