Skip to content
This repository has been archived by the owner on Jun 26, 2018. It is now read-only.

DP-4325 Final Patterns Documentation #546

Merged
merged 414 commits into from
Sep 11, 2017
Merged

DP-4325 Final Patterns Documentation #546

merged 414 commits into from
Sep 11, 2017

Conversation

legostud
Copy link

@legostud legostud commented Aug 16, 2017

Updated Patterns used on the Homepage, Error Page and Transition Page. A few other Patterns that were missed or that weren't used on a page were updated as well.

Atoms:

  • Arrow Button (fixed CSS)

Molecules:

  • Arrow Nav (switched link to use title)
  • Divided Inputs
  • Search Banner Form
  • Tooltip

Organisms:

  • Callout
  • Helpful Links
  • Location Listing
  • Page Flipper
  • Rich Text (enhanced to include an optional learn more link)
  • Search Banner
  • Error Page
  • Image Credit
  • Transition Page

Templates:

  • Narrow Template
  • Stacked Row (updated docs and added header and footer blocks)

Pages:

  • Error-403
  • Error-404
  • Error-500
  • Homepage
  • Board Decision (updated docs)
  • Transition

Jonathan Dallas added 30 commits July 26, 2017 13:18
* DP-4080 - Versioning - first draft

* Dp-4080 - let's try that again after saving the file.

* DP-4080 - Versioning - updating Major version text

* Second Draft

* DP-4080 - Versions - Third draft with examples versions

* DP-4080 - Version - reducing importance of Terms

* DP-4080 - Version - Edits after reviewing.

* DP-4080 - Versions - missed a few

* DP-4080 - Versions - Weird copy and paste issue.

* DP-4080 - Tweak to Minor version description

* DP-4080 - Version Docs - fourth version

* DP-4080 - Version doc - version 5
@legostud legostud changed the base branch from C4-Docs to DP-4323-PatternDocs75% August 16, 2017 20:46
@legostud legostud changed the base branch from DP-4323-PatternDocs75% to C4-Docs August 16, 2017 20:53
Copy link
Contributor

@jesconstantine jesconstantine left a comment

Choose a reason for hiding this comment

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

Thank you @legostud ! I have some quick thoughts / comments but I think this one is good to go as well!

href:
type: string (url) / required
info:
type: string (adds more description to the link) / optional
Copy link
Contributor

Choose a reason for hiding this comment

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

I think for accessibility, this variable should be required - thoughts?

Copy link
Author

Choose a reason for hiding this comment

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

true

@@ -1,8 +1,9 @@
{% set arrowButton = arrowNav.arrowButton %}

<section class="ma__arrow-nav {{ arrowButton.direction ? 'ma__arrow-nav--' ~ arrowButton.direction : '' }}">
{% include "@atoms/01-buttons/arrow-button.twig" %}
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a way to relate the arrow button to the arrow nav title/link content? Curious how a screenreader would announce this here...

@@ -0,0 +1,27 @@
### Description
List of links that can be rendered stack or as two columns
Copy link
Contributor

Choose a reason for hiding this comment

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

Could this pattern be a variant of a link list organism?

Copy link
Contributor

Choose a reason for hiding this comment

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

Nevermind - I see this is done in a later PR! 👍

@legostud legostud merged commit 2936f37 into C4-Docs Sep 11, 2017
@legostud legostud deleted the DP-4325-FinalPatterns branch September 11, 2017 15:35
@jesconstantine jesconstantine mentioned this pull request Sep 29, 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.

2 participants