Skip to content
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

Add default card visualizations to SetupBanner and additional clean-up and styling. #6928

Merged
merged 13 commits into from Nov 12, 2018
Merged

Add default card visualizations to SetupBanner and additional clean-up and styling. #6928

merged 13 commits into from Nov 12, 2018

Conversation

brandonthomas
Copy link
Contributor

@brandonthomas brandonthomas commented Oct 31, 2018

Pull request checklist

  • Include a change request file using $ npm run change
    working with DZearing to get a change file as my environment i barfing on this. If we can't figure it out he'll submit one for me.

Description of changes

  • Added default setup visualization cards with associated types and styles
  • Added StrokeLinecap property to IRawBaseStyle
  • Updated SetupBanner actions to use flex and removed additional DOM we didn't need.
  • Removed style locations for action buttons as we don't need them

Focus areas to test

  • proper number of cards are represented based on provided data
  • proper card state is represented based on provided data
  • Animations play properly through both css animations and transitions
Microsoft Reviewers: Open in CodeFlow

brandonthomas and others added 9 commits October 22, 2018 18:47
beginnings of hooking up card to cards
making default props optional
add example
Added additional style locations
Added final styling
Added animations
Adding strokeLineCap to IRawStyleBase
show all the different card states
remove button and link styles
correct setup card skew
* SVG: The stroke-linecap attribute defines the shape to be used at the end of open subpaths when they are stroked.
* See SVG 1.1 https://www.w3.org/TR/SVG/painting.html#LineCaps
*/
strokeLinecap?: ICSSRule | 'butt' | 'round' | 'square';
Copy link
Member

Choose a reason for hiding this comment

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

cool

@codecov-io
Copy link

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #6928   +/-   ##
=======================================
  Coverage   74.89%   74.89%           
=======================================
  Files         859      859           
  Lines       24451    24451           
  Branches     5383     5383           
=======================================
  Hits        18312    18312           
  Misses       5675     5675           
  Partials      464      464

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 77c184f...4167503. Read the comment docs.

@dzearing
Copy link
Member

dzearing commented Nov 2, 2018

@samiyaakhtar or @Raghurk

Referencing font size styles
Copy link
Contributor

@Raghurk Raghurk left a comment

Choose a reason for hiding this comment

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

:shipit:

@brandonthomas
Copy link
Contributor Author

@dzearing , once the checks finish, who can help me merge this in?

@dzearing dzearing merged commit 4fa50fa into microsoft:master Nov 12, 2018
@dzearing dzearing deleted the brandonthomas/setupCards branch November 12, 2018 15:49
@msft-github-bot
Copy link
Contributor

🎉@uifabric/dashboard@v0.35.0 has been released which incorporates this pull request.:tada:

Handy Links:

@msft-github-bot
Copy link
Contributor

🎉@uifabric/merge-styles@v6.14.0 has been released which incorporates this pull request.:tada:

Handy Links:

@microsoft microsoft locked as resolved and limited conversation to collaborators Aug 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants