Page MenuHomePhabricator

Formalize and fully modularize settings panel groups
ClosedPublic

Authored by epriestley on Jun 3 2016, 12:56 PM.
Tags
None
Referenced Files
F14052828: D16020.diff
Fri, Nov 15, 11:05 AM
F14040676: D16020.diff
Mon, Nov 11, 12:17 PM
F14025262: D16020.diff
Thu, Nov 7, 3:40 PM
F14008513: D16020.id38572.diff
Tue, Oct 29, 11:15 PM
F13982031: D16020.id38572.diff
Oct 19 2024, 8:51 PM
F13973716: D16020.id38551.diff
Oct 18 2024, 2:13 AM
F13969920: D16020.id.diff
Oct 17 2024, 4:40 AM
F13967522: D16020.diff
Oct 16 2024, 2:12 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.