angular-patternfly
angular-patternfly copied to clipboard
This repo contains instructions and the code for a set of Angular 1 components for the PatternFly project.
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...
I want to use modals in my angular-pf application, and it'd be nice to have a directive to take a lot of the repetitive work and boilerplate HTML out of...
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.
We shouldn't use id="title" in the empty state message. That's a really generic ID, and IDs need to be unique on the page.
http://www.patternfly.org/pattern-library/forms-and-controls/help-on-forms/# Native Field Level Help as defined in stock patternfly would be nice to have in the pfFormGroup directive. The field level help would simply be defined in a new...
Per discussion with @beanh66, @spadgett & [this web console PR](https://github.com/openshift/origin-web-console/pull/1326), I'd like to propose at least an attribute on the drawer to mark all notifications read when closing the drawer....
This is a fairly common convenience feature for a drawer/panel/modal. Here are a few examples: - [a side nav panel](https://material.angularjs.org/latest/demo/sidenav) - [another side panel](http://foundation.zurb.com/sites/docs/off-canvas.html) - [another side panel](http://demos.jquerymobile.com/1.3.0-beta.1/docs/panels/) I believe...
I'd like the ability to display data inside blocks in the heatmap. In particular, this would be useful when a user wants to take a screenshot or export the heatmap.