[PATCH 0/9] Improve consistency of UI

Stephen Finucane stephen.finucane at intel.com
Thu Mar 31 08:04:25 AEDT 2016


This series contains a series of mostly minor UI improvements aimed at
addressing some of the points raised on the mailing list previously
[1]. Along with some general consistency improvements, there are
changes to the density of the patch list page and project list page.

Some feedback on the general changes in this series would be welcome.
Changes to resolve the issues seen with the delegate option will be
resolved in a separate series.

[1] https://lists.ozlabs.org/pipermail/patchwork/2016-March/002599.html

Damien Lespiau (1):
  settings: Help caching with content-aware static file names

Stephen Finucane (8):
  ui: Higher density of patches
  ui: Center-align the checkboxes
  ui: Use fixed-width content
  ui: Cleanup the navbar "brand"
  ui: Update page titles
  ui: Redirect to '/' after logout
  ui: Add user bundle link into the dropdown menu
  ui: Rework the project list page

 htdocs/css/style.css                               | 69 ++++++++++++++++++++--
 patchwork/settings/production.example.py           |  6 ++
 patchwork/templates/patchwork/bundle.html          |  6 +-
 patchwork/templates/patchwork/help/about.html      |  9 +--
 patchwork/templates/patchwork/help/pwclient.html   |  5 +-
 patchwork/templates/patchwork/list.html            |  5 +-
 patchwork/templates/patchwork/login.html           |  4 +-
 patchwork/templates/patchwork/logout.html          |  8 ---
 patchwork/templates/patchwork/mail-form.html       |  4 +-
 patchwork/templates/patchwork/mail-settings.html   |  5 +-
 patchwork/templates/patchwork/optin-request.html   |  5 +-
 patchwork/templates/patchwork/optin.html           |  5 +-
 patchwork/templates/patchwork/optout-request.html  |  5 +-
 patchwork/templates/patchwork/optout.html          |  5 +-
 patchwork/templates/patchwork/patch-list.html      |  6 +-
 patchwork/templates/patchwork/profile.html         |  5 +-
 patchwork/templates/patchwork/projects.html        | 57 ++++++++----------
 .../templates/patchwork/registration_form.html     | 10 ++--
 patchwork/templates/patchwork/todo-list.html       |  5 +-
 .../templates/patchwork/user-link-confirm.html     |  5 +-
 patchwork/templates/patchwork/user-link.html       | 10 +---
 patchwork/urls.py                                  |  2 +-
 templates/base.html                                | 26 ++++----
 23 files changed, 154 insertions(+), 113 deletions(-)
 delete mode 100644 patchwork/templates/patchwork/logout.html

-- 
2.0.0



More information about the Patchwork mailing list