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

Increase author link visibility & link avatars in blog posts + previews #5813

Merged
merged 6 commits into from
Jun 27, 2018
Merged

Increase author link visibility & link avatars in blog posts + previews #5813

merged 6 commits into from
Jun 27, 2018

Commits on Jun 8, 2018

  1. Increase author link visibility and link avatars in blog posts + prev…

    …iews
    
    Increase author link visibility and link avatar
    - `www/src/components/blog-post-preview-item.js`
    - `www/src/templates/template-blog-post.js`
    
    Ref #3199 #4354 #5396
    
    Confirmed addition of
    `transform: translateZ(0)`
    in  blog-post-preview-item.js prevents image twitch in Chrome
    when hovering the card, way to go @fk
    rdela committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    37f7bab View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. Configuration menu
    Copy the full SHA
    3aad32e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9c097e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. move keys that require !important to the && selector

    ...which glamor offers to increase specifity
    (ref. https://github.com/threepointone/glamor/blob/master/docs/selectors.md)
    via @fk review
    `src/components/blog-post-preview-item.js`
    rdela committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    c495ea7 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Merge remote-tracking branch 'upstream/master' into author-link-styles

    Conflicts:
    www/src/templates/template-blog-post.js
    L 137
    `fixed={post.frontmatter.author.avatar.childImageSharp.fixed}`
    
    * upstream/master: (651 commits)
      chore(release): Publish
      [www] Gatsby/rebeccapurple banner (#6161)
      delay page transition until we have all resources (#6158)
      Fix old query results showing up in develop (#6159)
      Tidy up the remark example (#6160)
      fix displaying of graphql resolver errors (#6142)
      Move store assignment out of component. (#6150)
      [v2] Fix doc not centered (#6146)
      chore(release): Publish
      [gatsby-source-contentful] pass host to client init (#6149)
      [v2] migrate gatsby-plugin-feed to use new Link (#6147)
      Make getElementById Conditional (#6145)
      chore(release): Publish
      update yarn.lock
      Update plugins.md (#6099)
      add gatsby-starter-skeleton (#6141)
      [gatsby-source-mongodb] added support for extra connection string params (#5972)
      create public page renderer and export correct version (dev / prod) depending on NODE_ENV (#5986)
      Treat integers longer than 32 bit as floats. (#6082)
      Export graphql TypeScript definition from gatsby package (#6096)
      ...
    rdela committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    8508952 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    980aea5 View commit details
    Browse the repository at this point in the history