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

Feature/flagship detail page #68

Merged
merged 12 commits into from Oct 4, 2018
Merged

Conversation

Bluesmile82
Copy link
Contributor

PR for the Flagship detail page:

  • New page inside mitigation path
  • Change ids in router
  • Extract Flagship links
  • Text and blue cards for overview section
  • Table and markdown parsing for components section

Note: There is some data missing. WRI has been notified

image
image
image
image

Copy link
Contributor

@aabdaab aabdaab left a comment

Choose a reason for hiding this comment

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

just two small doubts ⬇️

import React, { PureComponent } from 'react';
import PropTypes from 'prop-types';
import kebabCase from 'lodash/kebabCase';
// import styles from './flagship-buttons-styles.scss';
Copy link
Contributor

Choose a reason for hiding this comment

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

remove the comment pls

key={route.label || route.path}
to={route.link || route.path}
activeClassName={styles.active}
onTouchStart={undefined}
Copy link
Contributor

Choose a reason for hiding this comment

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

are those necessary? (I mean passing undefined)

@Bluesmile82
Copy link
Contributor Author

I removed the comment. The onTouchStart are there because of a warning. I will check it in the next PR. Thanks!

@Bluesmile82 Bluesmile82 merged commit 9df8f4b into develop Oct 4, 2018
@Bluesmile82 Bluesmile82 deleted the feature/flagship-detail-page branch October 4, 2018 13:32
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.

None yet

2 participants