Page MenuHomePhabricator

Automatically build mobile menus from navigation, and clean up external ProfileMenu API
ClosedPublic

Authored by epriestley on Mar 31 2019, 6:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 8:44 AM
Unknown Object (File)
Mon, Apr 8, 8:22 PM
Unknown Object (File)
Fri, Mar 29, 10:56 AM
Unknown Object (File)
Fri, Mar 29, 8:08 AM
Unknown Object (File)
Mon, Mar 25, 7:45 AM
Unknown Object (File)
Mon, Mar 25, 7:45 AM
Unknown Object (File)
Mon, Mar 25, 7:45 AM
Unknown Object (File)
Mon, Mar 25, 7:44 AM
Subscribers
None

Details

Summary

Depends on D20355. Ref T13275. Ref T13247. Currently, "Hamburger" menus are not automatically built from navigation menus. However, this is (I'm almost completely sure?) a reasonable and appropriate default behavior, and saves us some code around profile menus.

With this rule in place, we can remove setApplicationMenu() and getApplicationMenu() from StandardPageView, since they have no callers.

This also updates a lot of profile menu callsites to a new API which is added in the next change.

Test Plan

See the next two changes.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable