Page MenuHomePhabricator

[web] Add tab to payload for navigating to a chat
ClosedPublic

Authored by inka on Jan 17 2023, 5:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 5, 3:59 PM
Unknown Object (File)
Mon, Mar 4, 3:38 PM
Unknown Object (File)
Sat, Mar 2, 9:48 PM
Unknown Object (File)
Feb 18 2024, 3:54 AM
Unknown Object (File)
Feb 18 2024, 3:08 AM
Unknown Object (File)
Feb 18 2024, 12:01 AM
Unknown Object (File)
Feb 17 2024, 11:09 PM
Unknown Object (File)
Feb 17 2024, 10:37 PM
Subscribers

Details

Summary

The function returned by useOnClickThread is used to navigate to a chat. Before, when called from a different tab that Chat, it would change the chat displayed in Chat tab, but not chagne the
tab to the Chat tab. ie if we callled it from Apps, the user would still see the Apps tab. Now calling this function will also change the tab to the Chat tab.

Test Plan

Run web app, check that in Chat tab pressing a chat item in the chat thread list still navigates correctly to the corresponding chat. Check that calling this function from different tabs changes the tab to the Chat tab, and navigates to the corresponding chat.
Check that the url gets updated to http://localhost:3000/comm/chat/thread/*

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

inka requested review of this revision.Jan 17 2023, 5:18 AM

Could you also include in the test plan a check if it updates the url correctly?

This revision is now accepted and ready to land.Jan 18 2023, 2:19 AM