Page MenuHomePhabricator

[web] Rename `NavigationTab` -> `WebNavigationTab`
ClosedPublic

Authored by atul on Jan 31 2024, 9:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 3, 2:24 PM
Unknown Object (File)
Thu, Sep 12, 7:52 AM
Unknown Object (File)
Thu, Sep 12, 7:52 AM
Unknown Object (File)
Thu, Sep 12, 7:52 AM
Unknown Object (File)
Thu, Sep 12, 7:51 AM
Unknown Object (File)
Thu, Sep 12, 7:51 AM
Unknown Object (File)
Sun, Sep 8, 10:41 AM
Unknown Object (File)
Aug 15 2024, 9:36 PM
Subscribers
None

Details

Summary

Part of https://linear.app/comm/issue/ENG-6516/split-initialreduxstateresponse-into-client-and-server-variants

In order to move InitialReduxStateResponse to lib, we need to move NavInfo to lib.

In order to move NavInfo to lib, we need to move NavigationTab, LoginMethod, NavigationSettingsSection`, and NavigationChatMode to `lib.

Because those types are web-specific, we should give them a Web* prefix in lib. This is the first diff that does that for NavigationTab. Would've prefered to give them all the types the Web* prefix in one diff, but will break it up for easier review.

Test Plan

Straightforward rename, used IDE Refactor -> Rename tool.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable