Page MenuHomePhabricator

[web] Notifications dialog - change name
ClosedPublic

Authored by michal on Oct 3 2022, 2:20 AM.
Tags
None
Referenced Files
F2102038: D5279.diff
Mon, Jun 24, 11:29 PM
Unknown Object (File)
Sat, Jun 22, 4:07 AM
Unknown Object (File)
Sat, Jun 22, 4:07 AM
Unknown Object (File)
Sat, Jun 22, 4:07 AM
Unknown Object (File)
Sat, Jun 22, 4:07 AM
Unknown Object (File)
Wed, Jun 19, 1:07 PM
Unknown Object (File)
Wed, Jun 19, 1:03 PM
Unknown Object (File)
Mon, Jun 17, 5:51 AM
Subscribers

Details

Summary

ENG-1729
Changes notifications dialog title for sidebars from "Channel notifications" to "Thread notifications".

Test Plan

Test if the title is correct for sidebars and non-sidebars.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

michal requested review of this revision.Oct 3 2022, 2:31 AM
ashoat added inline comments.
web/modals/threads/notifications/notifications-modal.react.js
94 ↗(On Diff #17278)

Let's use threadIsSidebar for this. This will be slightly more convenient for us if we ever introduce a second kind of sidebar

This revision is now accepted and ready to land.Oct 3 2022, 6:13 AM

Use threadIsSidebar, rebase