Page MenuHomePhabricator

Formalize and fully modularize settings panel groups
ClosedPublic

Authored by epriestley on Jun 3 2016, 12:56 PM.
Tags
None
Referenced Files
F13151850: D16020.diff
Sat, May 4, 6:51 PM
Unknown Object (File)
Wed, May 1, 12:17 AM
Unknown Object (File)
Sat, Apr 27, 9:36 AM
Unknown Object (File)
Fri, Apr 19, 4:46 PM
Unknown Object (File)
Fri, Apr 5, 7:08 PM
Unknown Object (File)
Apr 2 2024, 7:27 PM
Unknown Object (File)
Mar 31 2024, 11:40 PM
Unknown Object (File)
Mar 31 2024, 11:39 PM
Subscribers
None

Details

Summary

Ref T4103. Settings panels are grouped into categories of similar panels (like "Email" or "Sessions and Logs").

Currently, this is done informally, by just grouping and ordering by strings. This won't work well with translations, since it means the ordering is entirely dependent on the language order, so the first settings panel you see might be something irrelvant or confusing. We'd also potentially break third-party stuff by changing strings, but do so in a silent hard-to-detect way.

Provide formal objects and modularize the panel groups completely.

Test Plan

Verified all panels still appear properly and in the same groups and order.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Formalize and fully modularize settings panel groups.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Jun 3 2016, 2:58 PM
This revision was automatically updated to reflect the committed changes.