Page MenuHomePhabricator

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

Authored by atul on Jan 31 2024, 9:58 AM.
Tags
None
Referenced Files
F2188136: D10886.id36449.diff
Thu, Jul 4, 8:18 AM
Unknown Object (File)
Wed, Jul 3, 1:07 AM
Unknown Object (File)
Mon, Jul 1, 8:54 AM
Unknown Object (File)
Fri, Jun 21, 3:02 AM
Unknown Object (File)
Mon, Jun 17, 10:50 PM
Unknown Object (File)
Fri, Jun 14, 3:16 AM
Unknown Object (File)
Apr 8 2024, 3:07 PM
Unknown Object (File)
Mar 16 2024, 8:42 AM
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