PressForward / pressforward

PressForward is a free plugin that provides an editorial workflow for content aggregation and curation within the WordPress dashboard. It is designed for bloggers and editorial teams who wish to collect, discuss, and share content from a variety of sources on the open web.
GNU Affero General Public License v3.0
120 stars 21 forks source link

Standardization of styles across admin panel interfaces #1168

Closed boonebgorges closed 6 months ago

boonebgorges commented 12 months ago

The various PF admin panels, especially the non-Reader panels related to Tools and Settings, use similar but not identical styles. We should standardize these. As part of this process, we should also review where PF forces certain styles that would better be inherited from WP, for greater integration into the Dashboard experience, not to mention lower maintenance overhead.

boonebgorges commented 6 months ago

I've reworked all the Tools and Settings screens to use similar markup and styling. A few highlights:

Before and after screenshots of the Site Options panel will help show some of these improvements:

site-options-before Before

site-options-after After

There's still room for improvement, but these changes represent a pretty big step up for the purposes of this release.