This repository has been archived by the owner on Jun 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
DP-8825 Add expandable teaser listing for org boards #816
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
@tnathanjames is this an instance where we would want two blocks around each sub-section of |
It looks like these blocks are the same, it is just the number of items that changes? If that is the case, it might make sense to provide something like we did in this PR: https://github.com/massgov/mayflower/pull/801/files, printing the block that was previously defined. |
… flex-basis declaration that confuses IE11
clair0917
approved these changes
May 14, 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 good
isaacchansky
added a commit
that referenced
this pull request
May 14, 2018
* dev: DP-8940: Increase font size of short description on org pages (#829) DP-8890: Always print stickTOC expander to let JS handle visibility (#830) DP-8825 Add expandable teaser listing for org boards (#816) DP-8924: reorder org page to have featured topics above news (#826) removed the deploy to github pages script Make a change to the developer deployment text. removed the line for it was said in the following step removed the developer deploy doc update the developer deployment section update developer deployment in the readme Removed the rollback steps for this not accurate anymore fixing the link creating the release step
isaacchansky
added a commit
that referenced
this pull request
May 14, 2018
* dev: DP-8942: Add sections to elected official page (#828) DP-8940: Increase font size of short description on org pages (#829) DP-8890: Always print stickTOC expander to let JS handle visibility (#830) DP-8825 Add expandable teaser listing for org boards (#816) DP-8924: reorder org page to have featured topics above news (#826) removed the deploy to github pages script Make a change to the developer deployment text. removed the line for it was said in the following step removed the developer deploy doc update the developer deployment section update developer deployment in the readme Removed the rollback steps for this not accurate anymore fixing the link creating the release step
isaacchansky
added a commit
that referenced
this pull request
May 15, 2018
* dev: DP-8942: Add sections to elected official page (#828) DP-8940: Increase font size of short description on org pages (#829) DP-8890: Always print stickTOC expander to let JS handle visibility (#830) DP-8825 Add expandable teaser listing for org boards (#816) DP-8924: reorder org page to have featured topics above news (#826) removed the deploy to github pages script Make a change to the developer deployment text. removed the line for it was said in the following step removed the developer deploy doc update the developer deployment section update developer deployment in the readme Removed the rollback steps for this not accurate anymore fixing the link creating the release step
isaacchansky
added a commit
that referenced
this pull request
May 15, 2018
* dev: DP-8942: Add sections to elected official page (#828) DP-8940: Increase font size of short description on org pages (#829) DP-8890: Always print stickTOC expander to let JS handle visibility (#830) DP-8825 Add expandable teaser listing for org boards (#816) DP-8924: reorder org page to have featured topics above news (#826) removed the deploy to github pages script Make a change to the developer deployment text. removed the line for it was said in the following step removed the developer deploy doc update the developer deployment section update developer deployment in the readme Removed the rollback steps for this not accurate anymore fixing the link creating the release step
isaacchansky
added a commit
that referenced
this pull request
May 15, 2018
* dev: DP-8948 contact information on org page spacing (#831) DP-8942: Add sections to elected official page (#828) DP-8940: Increase font size of short description on org pages (#829) DP-8890: Always print stickTOC expander to let JS handle visibility (#830) DP-8825 Add expandable teaser listing for org boards (#816) DP-8924: reorder org page to have featured topics above news (#826) removed the deploy to github pages script Make a change to the developer deployment text. removed the line for it was said in the following step removed the developer deploy doc update the developer deployment section update developer deployment in the readme Removed the rollback steps for this not accurate anymore fixing the link creating the release step
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
Adds a variation of the teaser listing organism to allow for an accordion layout.
Related Issue / Ticket
Steps to Test
Screenshots
Additional Notes:
Anything else to add?
Impacted Areas in Application
@todo
Today I learned...