Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Dev --> staging #2240

Merged
merged 65 commits into from
Apr 18, 2017
Merged

Dev --> staging #2240

merged 65 commits into from
Apr 18, 2017

Conversation

gemfarmer
Copy link
Contributor

@gemfarmer gemfarmer commented Apr 4, 2017

CircleCI

😎 PREVIEW

Changes proposed in this pull request:

/cc @meiqimichelle @ericronne

gemfarmer and others added 30 commits March 8, 2017 18:25
Brings link/button blue into 508 compliance over $pale-gray
Official Website banner: simplified / Global header changes
Megachart negatives numbers
gemfarmer and others added 7 commits April 11, 2017 14:56
2016 Federal revenue by company
Darkened county fills on case-study — and state laws — maps
* Various table format adjustments

 - Equalized top and bottom cell padding
 - Changed indenting method to padding-left
 - Added styling for the “sup” class, which enabled me to shift the
superscript numbers slightly down, as well as adding a little spacing
on the left (so they don’t almost hit the adjacent text)
 - Tightened up the table line height a bit

On these tables, we still need to adjust the leading for lines which
have footnotes. (The number forces line heights to be too generous.)

Definitely high likelihood of syntax glitches here! :fingers crossed:

More to come!

* fixed footnote markdown bug

* az
* added new search fields

* coerce url

* coerce url

* coerce
@@ -12,15 +12,16 @@ def create_store(collections)
obj = {}
collections.each do |collection|
collection['docs'].each do |doc|
if doc.data['title'] && doc.data['description'] && doc.data['tag'] && doc.data['permalink']
url = doc.data['permalink'] || doc.url
if doc.data['title'] && doc.data['description'] && doc.data['tag'] && url

Choose a reason for hiding this comment

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

Use a guard clause instead of wrapping the code inside a conditional expression.

Eric Ronne and others added 4 commits April 14, 2017 13:57
Brought this table into line with others, style wise, and eliminated
the ` article_table-gray ` class, which is now used nowhere.

**Note: I couldn’t find what’s causing the gray fill on the table
header. Help!**
We may now be mergeable! 🙏
@gemfarmer gemfarmer changed the title [WIP] Dev --> master Dev --> master Apr 17, 2017
@gemfarmer
Copy link
Contributor Author

@meiqimichelle ready for your review!

Copy link
Contributor

@ericronne ericronne left a comment

Choose a reason for hiding this comment

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

LGTM (and then some!)

Address broken internal links
Copy link
Contributor

@meiqimichelle meiqimichelle left a comment

Choose a reason for hiding this comment

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

@gemfarmer we can haz staging? ;P Also, we should do a version bump.

@gemfarmer gemfarmer changed the base branch from master to staging April 18, 2017 15:38
@gemfarmer
Copy link
Contributor Author

@meiqimichelle Version bumped to v2.1.9 and changed the base branch!

@meiqimichelle meiqimichelle changed the title Dev --> master Dev --> staging Apr 18, 2017
@meiqimichelle meiqimichelle merged commit 2027261 into staging Apr 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants