Skip to content

72 Copy and design vs the storyboard

CD Cabrera requested to merge cdcabrera/frontigrade:72-copy-design into master

What's included

  • feat(i18n): translation implementation
* component for i18n
    • build, gitignore and locales json, package wordigrade ref, json lint
    • helpers fallback for translation method
    • redux session and locale prep for service
    • accountViewListItem prep with wordigrade and tooltips
    • unit tests and snapshots updated
  • chore(merge request template): updated directions

  • fix(copy clipboard): icon and design
    • icon, design, behavior to align closer with patternfly
  • chore(accountEditModal): switch to using patch
  • fix(copy, design): copy and design updates

Notes

  • The clipboard brought closer towards Patternfly design. Certain aspects along the color scheme avoided this round.

How to test

You can run just the snapshot tests and linter

  1. $ yarn test:dev
  2. or all of the tests $ yarn test

The mock dev setup can be used to help a quick confirmation.

  1. Clone the updates locally, then
  2. From the terminal, within the repo context, run $ yarn start
  3. You may need to log in, do so

Example

Clipboard

Aug-30-2018_06-38-51

Updates issue/story

Updates #72 (closed)

Edited by CD Cabrera

Merge request reports