FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(login): added login subtitle by dtaylor113 · Pull Request #1696 · patternfly/patternfly-react · GitHub

fix(login): added login subtitle - #1696

Merged
tlabaj merged 2 commits into
patternfly:masterfrom
dtaylor113:login-header
Apr 18, 2019
Merged

fix(login): added login subtitle#1696
tlabaj merged 2 commits into
patternfly:masterfrom
dtaylor113:login-header

Conversation

Copy link
Copy Markdown
Member

Fixes #1598

Copy link
Copy Markdown
Collaborator

PatternFly-React preview: https://1696-pr-patternfly-react-patternfly.surge.sh

dtaylor113 commented Apr 3, 2019
edited
Loading

Copy link
Copy Markdown
Member Author

Hi @redallen,
I was able to add the 'popup example' link to the Login example. It now appears under 'Demos' ('Components' see comment below):

Some Questions:

  1. I still do not know what is causing the SyntaxError, it's something in the render() function.
  2. Is there a way to have the Login appear under components with the props, and just have the Login 'popup example' appear under Demos?
  • Thanks

redallen commented Apr 3, 2019

Copy link
Copy Markdown
Contributor
  1. Buble is what is complaining about something in your render() function. Your code gets some regexs run on it before being handed to Buble in liveEdit.js. Print toParse and then pass it to Buble via require( 'buble' ).transform(toParse) to debug.
  2. Not quite sure if you want it in both places, only one place, or to have a "popout demo" while remaining under components. All are possible.

patternfly deleted a comment from redallen Apr 3, 2019

Copy link
Copy Markdown
Member Author

2. Not quite sure if you want it in both places, only one place, or to have a "popout demo" while remaining under components. All are possible.

Changing it to section: "components" put it under the Components section -thanks

patternfly deleted a comment from codecov-io Apr 3, 2019
amarie401 requested a review from jschuler April 3, 2019 21:27
patternfly deleted a comment from codecov-io Apr 4, 2019
patternfly deleted a comment from codecov-io Apr 4, 2019

Copy link
Copy Markdown
Member Author

Hi @jschuler, @tlabaj, any progress on this review? -thanks
Pls let me know if I identified the correct reviewers, I'm not sure who should review what.
Thanks,

  • Dave

tlabaj added PF4 labels Apr 8, 2019
jschuler mentioned this pull request Apr 8, 2019
12 tasks
tlabaj requested a review from christiemolloy April 15, 2019 17:11

Copy link
Copy Markdown
Member Author

Hi @jschuler, @tlabaj, pls let me know if there is another dev I should add to the Reviewers list?
Thanks :-)

redallen left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

After you push the md file change I'll approve!

codecov-io commented Apr 15, 2019
edited
Loading

Copy link
Copy Markdown

Codecov Report

Merging #1696 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1696   +/-   ##
=======================================
  Coverage   82.75%   82.75%           
=======================================
  Files         601      601           
  Lines        6645     6645           
  Branches       72       72           
=======================================
  Hits         5499     5499           
  Misses       1119     1119           
  Partials       27       27
Flag Coverage Δ
#patternfly3 84.87% <ø> (ø) ⬆️
#patternfly4 79.42% <ø> (ø) ⬆️
#patternflymisc 95.68% <ø> (ø) ⬆️
Impacted Files Coverage Δ
...t-core/src/components/LoginPage/LoginMainHeader.js 100% <ø> (ø) ⬆️
...4/react-core/src/components/LoginPage/LoginPage.js 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d0df56d...962aa03. Read the comment docs.

redallen previously approved these changes Apr 15, 2019

codecov-io commented Apr 16, 2019
edited
Loading

Copy link
Copy Markdown

Codecov Report

Merging #1696 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1696   +/-   ##
=======================================
  Coverage   82.75%   82.75%           
=======================================
  Files         603      603           
  Lines        6670     6670           
  Branches       76       76           
=======================================
  Hits         5520     5520           
  Misses       1120     1120           
  Partials       30       30
Flag Coverage Δ
#patternfly3 84.87% <ø> (ø) ⬆️
#patternfly4 79.46% <ø> (ø) ⬆️
#patternflymisc 95.68% <ø> (ø) ⬆️
Impacted Files Coverage Δ
...t-core/src/components/LoginPage/LoginMainHeader.js 100% <ø> (ø) ⬆️
...4/react-core/src/components/LoginPage/LoginPage.js 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5e0885c...11802a8. Read the comment docs.

redallen previously approved these changes Apr 16, 2019

redallen left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Sorry to make you have to change your MD file again. Looks great!

Copy link
Copy Markdown
Member Author

Thanks @redallen, @tlabaj or @jschuler can you please review? -thanks

Copy link
Copy Markdown
Member

Copy link
Copy Markdown

LGTM as well!

christiemolloy previously approved these changes Apr 18, 2019

christiemolloy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

mcoker previously approved these changes Apr 18, 2019

mcoker left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

👍

footerListItems?: ReactNode;
footerListVariants?: OneOf<typeof LoginListVariant, keyof typeof LoginListVariant>;
loginTitle: string;
loginSubtitle: string;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Please make this property optional

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Ok, updated, thanks

tlabaj left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks @dtaylor113! LGTM

tlabaj left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

tlabaj merged commit 4864eb6 into patternfly:master Apr 18, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add header description to login component

Back | FazBrowse Home | New Git URL