-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Site Settings final pass - design, analytics, feature toggling #3473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Site Settings final pass - design, analytics, feature toggling #3473
Conversation
|
Following our conversation, I gave the number picker a quick test on an Everything seems to work, no crashes. 👍 There's only a border issue that's likely API-level related and not specific to the Samsung: |
|
It's looking good now; most of my comments are fairly minor at this point. Roughly in order of importance: On all dialogs that include just a text input (site title, tagline, adding items to the moderation/blacklist, etc.); when the dialog appears the input is focused but the keyboard isn't visible; you have to tap the input to bring up the keyboard. Could we show the keyboard automatically? On the Hold for Moderation and Blacklist screens, if I select two or more items and tap the Delete icon, only one item is deleted. On screens where we include a picker, ideally the borders will appear directly above and below the picker, separating it from any other text or header in the dialog. Here are two examples (these screens also have a few font issues I have noted in red): The Discussion settings screen has a few items that are in Roboto instead of Open Sans, and the border color is off. |
|
Recent commits address all of Matt's comments. @kwonye ready for another go. |
|
Another round of testing on Note that the parameter The server replied ignoring the The 2nd call to And the response is the following: I bet we can unify the 2 calls above, and reuse the response from the first call if already there, and speed up the first setup of the site settings UI. (We already have the postFormats in the db and the call to upgrade it could be postponed in favour of other settings calls). |
|
Self-hosted sites will use the old settings for now
|
self-hosted issue resolved with #3562 |
Addressed in 46eb536 |
|
Manual testing all looks good! |
…ings-cleanup Site Settings final pass - design, analytics, feature toggling






This PR will cover #3434, #3441, and #3477.
Not ready for developer review, opening this for @mattmiklic to verify that the design is correct and to visualize the diff for myself.Edit:
All the issues should be covered now, ready for review!