-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
[www] A bunch of mostly "Creator"-related UI updates #8390
Merged
Merged
Conversation
This file contains 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
* let creators index grid fill the whole viewport width, adopting what we do for site and starter showcase, switching from fixed to fluid gatsby-image * link index view card GitHub icon * DRY: add `shared/empty-grid-items`
Refactor (and rename Cta)Button component so that we can re-use it in other places. Aaaaamazing! - expand Button component to render as either gatsby-link (default), `href` or `button` (`<Button tag=„href“ />`) - add `<Button small />` - use `<Button>` to render - „Submit“ links in Site, Starter, and Creators Showcase - „Load More“ links Site and Starter Showcase - use the shared button styles to style the Hubspot newsletter form button
fk
changed the title
[WIP][www] A bunch of mostly "Creator"-related UI updates
[www] A bunch of mostly "Creator"-related UI updates
Sep 20, 2018
KyleAMathews
approved these changes
Sep 20, 2018
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.
Looks legit from my quick scan :-)
Merging!
lipis
added a commit
to lipis/gatsby
that referenced
this pull request
Sep 21, 2018
* master: (22 commits) Adding blog post link to readme (gatsbyjs#8397) [www] A bunch of mostly "Creator"-related UI updates (gatsbyjs#8390) Add Ramon Chancay Creator (gatsbyjs#8389) [www] Update LeKoArts' portfolio starters' info (gatsbyjs#8365) Add self to creators. (gatsbyjs#8391) Behind the scenes (gatsbyjs#8392) Add https://hawaiinational.bank to sites.yml (gatsbyjs#8394) Add Marc-Antoine Ruel to community page (gatsbyjs#8378) chore(release): Publish [gatsby-image] Restore placeholder image transition (gatsbyjs#8350) Add www.leyanlo.com to sites.yml (gatsbyjs#8363) Add Jest to v2 migration docs (gatsbyjs#8384) [www] Fix wire.com Showcase URL (gatsbyjs#8376) Update Creator Showcase and Site Showcase (gatsbyjs#8377) Created stub article for navigation doc Added new navigation docs to sidebar www: fix images on audit with lighthouse doc (gatsbyjs#8373) Fix link (gatsbyjs#8375) Updated links using gatsby image in sidebar nav ...
oorestisime
pushed a commit
to oorestisime/gatsby
that referenced
this pull request
Sep 28, 2018
* Use thumbnail component for creators index view cards * let creators index grid fill the whole viewport width, adopting what we do for site and starter showcase, switching from fixed to fluid gatsby-image * link index view card GitHub icon * DRY: add `shared/empty-grid-items` * No search for now * Add key * One <Button> to rule them all Refactor (and rename Cta)Button component so that we can re-use it in other places. Aaaaamazing! - expand Button component to render as either gatsby-link (default), `href` or `button` (`<Button tag=„href“ />`) - add `<Button small />` - use `<Button>` to render - „Submit“ links in Site, Starter, and Creators Showcase - „Load More“ links Site and Starter Showcase - use the shared button styles to style the Hubspot newsletter form button * Bonus round: Consolidate a couple showcase sidebar filter styles
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A first round of mostly "Creators" related UI updates — more coming:
font-weight: normal
for location and "Hire/Hiring" badge:fixed
tofluid
gatsby-image.shared/empty-grid-items
to hack around flexbox for Site, Starter, and Creators showcase.<CtaButton>
so that we can re-use it in other places. Aaaaamazing!<CtaButton>
component to render as eitherhref
, orbutton
,small
orlarge
,secondary
button,icon
.<Button>
to rendersystem
font stack — I find this much easier to scan and read: