Dave Taylor
Dave Taylor
Here is the current impl.:  Here is the [Patternfly Design](http://www.patternfly.org/pattern-library/forms-and-controls/toolbar/#design):  - The results count label is left aligned, where it needs to be right aligned - When there...
Move as much angluar-patternfly LESS files into PatternFly core. Determine why we needed the less files in a-pf and if we could add those settings to PF core less files....
Part of #676 Review: https://github.com/patternfly/angular-patternfly/blob/master/src/charts/charts.less Donut Chart DonutPctChart Line Chart Sparkline Chart Topology Heat Map Trends Chart Utilization Bar Chart Utilization Trend Chart. I'd recommend taking a screenshot of each...
Per pf design: http://www.patternfly.org/pattern-library/application-framework/login-page/
Part of #676 Review: https://github.com/patternfly/angular-patternfly/blob/master/src/card/card.less Base Card Aggregate Status Card Trends Card Utilization Card Info Status Card I'd recommend taking a screenshot of card as it is now in a-pf,...
Update Notification Drawer hover states and cursors per latest pf core change: https://github.com/patternfly/patternfly/pull/974
To match design changes here: https://github.com/patternfly/patternfly/pull/976
Current Impl:  Should look like:  And if #721 is implemented, the filter dropdown would align with the 'Active Filters:' label. Seems to be correct here: https://www.patternfly.org/angular-patternfly/#/api/patternfly.filters.component:pfFilter Just not...
There are extensive unit tests [here](https://github.com/dtaylor113/manageiq-ui-self_service/blob/master/tests/blueprints/blueprint-canvas.directive.spec.js) and [here](https://github.com/dtaylor113/manageiq-ui-self_service/blob/master/tests/blueprints/blueprint-editor.directive.spec.js) These existing 'blueprint canvas' unit tests would need to be updated to work with the generalized a-pf pfCanvas component.
Recently in OpenShift Origin Catalog/Console we had to customize the pfFilter directive:  Changes/Enhancements: 1. Change the result label from "Active filters:" to "Active Filters:" (capital "F") 2. Change the...