Page MenuHomePhabricator

[native] Rename thread to chat
ClosedPublic

Authored by inka on Jul 14 2022, 8:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 15, 7:37 AM
Unknown Object (File)
Wed, May 1, 11:01 PM
Unknown Object (File)
Apr 11 2024, 3:58 AM
Unknown Object (File)
Apr 1 2024, 10:51 PM
Unknown Object (File)
Mar 30 2024, 1:25 PM
Unknown Object (File)
Mar 28 2024, 10:17 PM
Unknown Object (File)
Mar 28 2024, 10:17 PM
Unknown Object (File)
Mar 28 2024, 10:17 PM

Details

Summary

Linear issue:
https://linear.app/comm/issue/ENG-1357/rename-sidebar-to-thread-in-product-copy
Diff renames thread to chat in all strings displayed to the user in native

Test Plan

Checked if strings changed as expected in web or mobile.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

inka requested review of this revision.Jul 14 2022, 8:14 AM
ashoat requested changes to this revision.Jul 14 2022, 12:52 PM

Looks great, just some small comments!

native/chat/compose-subchannel.react.js
221 ↗(On Diff #14497)

Since this is specifically for channels, I think we can say "Existing channels"

308 ↗(On Diff #14497)

Since this is specifically for channels, I think we can say "create a channel containing only yourself"

native/chat/settings/thread-settings-promote-sidebar.react.js
29 ↗(On Diff #14497)

Sidebars can only be promoted to channels, so we can say "full channel" here

61 ↗(On Diff #14497)

Can we say "Promote to channel" instead of "Promote to full chat"?

This revision now requires changes to proceed.Jul 14 2022, 12:52 PM
native/chat/settings/thread-settings-promote-sidebar.react.js
29 ↗(On Diff #14497)

Should it still say "full"? Since we're changing "full chat" to "channel" everywhere else

inka marked an inline comment as not done.Jul 15 2022, 12:50 AM

Rename chat to channel is some places, as requested

native/chat/settings/thread-settings-promote-sidebar.react.js
29 ↗(On Diff #14511)

Should it still say "full"? Since we've changed "full chat" to "channel" everywhere else

Awesome, this looks great! (Make sure to respond to the inline comment before landing.)

native/chat/settings/thread-settings-promote-sidebar.react.js
29 ↗(On Diff #14511)

Yeah, good suggestion! We should use "channel" instead of "full channel"

This revision is now accepted and ready to land.Jul 17 2022, 7:24 AM

Change "full channel" to "channel" in native/chat/settings/thread-settings-promote-sidebar.react.js

inka marked 5 inline comments as done.Jul 18 2022, 4:33 AM

Awesome, this looks great! (Make sure to respond to the inline comment before landing.)

Should I be responding to all comments? Or is sometimes doing what the comment requests enough (with simpler tasks)?

native/chat/settings/thread-settings-promote-sidebar.react.js
29 ↗(On Diff #14511)

Done!

Ah, instead of "make sure to respond" I should've said "make sure to address". It's not strictly necessary to write a comment in response to each comment... I just wanted to make sure that "full channel" got updated to "channel" before you landed.

Ok, I understand. Thank you!