-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PT#139486261 - Update angular patternfly #804
PT#139486261 - Update angular patternfly #804
Conversation
Replaces depreciated function sum with sumBy Replaces depreciated function pluck with map + values
Ignores pf-select, pf-datepicker, for later commits
Original functionality maintained
Ends up we're gonna just use pf-select, this has no purpose
Dorment code pruned in lieu of refactoring it to utilize ang-pf 4.x
The styling isn't an exact match here, something to do later
Ends up we had a timey whimey issue declaring the filter and backfilling with the values when they are avalaible is the solution in this case
Otherwise we get some random text in the filter results bar
Ok mildly bad news, kinda blocked by a bug atm, documented here working on work arounds... |
Never mind the above, we're good patternfly/angular-patternfly#479 |
Else, everything breaks :P
pf-input-class and pf-label-class are now required for form groups to show up correctly
Checked commits AllenBW/manageiq-ui-service@f48a4be~...184ade7 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
I'm pulling off wip on this... reasonably satisfied it'll go the distance... but will likely require a little bit of merge work once #792 makes it in |
@himdel @h-kataria would love some feedback, if you have a minute. |
@serenamarie125 for your review |
@Loicavenel FYSA |
Related to this pr... I made this over here... https://github.com/patternfly/angular-patternfly/pull/481/files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good to me! Great work
From what i see, this looks great visually - thanks for doing this :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Can you give Jeff a few hours to take a look as well?
@serenamarie125 not a problem! :) |
https://www.pivotaltracker.com/story/show/139486261
Major work performed
<div pf-list-view>
to<pf-list-view>
pf-datepicker
which was also removed in angular-patternfly 4GIF of exploring each of the changes (I tried to retire something that isn't retierable, excuse this thing that looks like a bug, not related to the pf4 jump)