angular-patternfly icon indicating copy to clipboard operation
angular-patternfly copied to clipboard

This repo contains instructions and the code for a set of Angular 1 components for the PatternFly project.

Results 71 angular-patternfly issues
Sort by recently updated
recently updated
newest added

Update Notification Drawer hover states and cursors per latest pf core change: https://github.com/patternfly/patternfly/pull/974

good first issue

To match design changes here: https://github.com/patternfly/patternfly/pull/976

good first issue

Current Impl: ![image](https://user-images.githubusercontent.com/12733153/36603549-2070ed1e-1889-11e8-80f4-d82e8c26d4ee.png) Should look like: ![image](https://user-images.githubusercontent.com/12733153/36603853-16d1c91c-188a-11e8-91f3-376623716404.png) 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...

good first issue

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...

enhancement
Priority 2

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.

enhancement
Priority 3

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.

bug
Priority 2
good first issue

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...

enhancement
Priority 2
good first issue

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....

enhancement
Priority 3
research

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...

enhancement
Priority 3
research

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.

enhancement
Priority 3
research