Commit Graph

6 Commits

Author SHA1 Message Date
apanizo b35bb3d805 Adjusting layout & background on views 2018-09-01 09:38:31 +02:00
apanizo 99991e8004 Using RobotoMono 2018-08-31 14:26:00 +02:00
apanizo 83a4983808 Welcome Route changes 2018-08-31 14:00:53 +02:00
apanizo e71d4ccfff Modify UI layout according to design's wireframes 2018-08-23 13:44:48 +02:00
Adolfo Panizo d2b5131c9e
WA-279 - Create safe in a three step process (#11)
* WA-279 Creating Stepper component for simulating a Wizard Form with multiple steps

* WA-279 Introduced a review middle step when creating a new Safe

* WA-279 Added more Layout components (Bold, Span, GnoForm...)

* WA-279 Added validation to final-form's create safe form, including isEthAddress validator to form's owners addresses

* WA-279 Updated storybook Header and Footer
2018-03-29 11:52:58 +02:00
Adolfo Panizo 135cbd1568
[WA-229] Feature - Create safe (#10)
DevOps:
  Webpack config for having CSS mixins
  Added Flow

FrontEnd:
  Added redux
  Added Layout Components (Row, Col...)
  Added Material UI custom theme
  Added final-form library for creating user inputs for creating a form
  
Logic:
  Added actions, selectors, and reducers for controlling Header's connection done using TDD
  Fetching web3 provider logic dynamically
  Creating a basic safe with harcoded data
2018-03-29 11:05:42 +02:00