10 Commits

Author SHA1 Message Date
Mikhail Mikheev
60e2bb0fcf Fix tests (finally) 2019-09-20 18:05:05 +04:00
Germán Martínez
5fc9fa6431 Format code 2019-09-12 17:39:55 +02:00
Germán Martínez
9b19ca1274 Add code formatting 2019-05-22 12:51:02 +02:00
Germán Martínez
ef9f6ae575 Codestyle fixes 2019-05-20 17:51:38 +02:00
Germán Martínez
de95d10d43 Add owners names to load Safe 2019-05-20 10:48:11 +02:00
Mikhail Mikheev
95d6316860 prettier code formatting 2019-03-29 17:32:59 +04:00
apanizo
471417da0b Removing daily limit from open route 2018-10-15 12:41:49 +02:00
apanizo
d3ab3ec658 WA-238 Adding Daily Limit when showing safe route 2018-04-27 15:06:13 +02:00
Adolfo Panizo
88bfca0a0d
WA-280 - Feature open created safes (#12)
* WA-280 Added redux logic for safe route

* WA-280 Added tests including builders for safe's redux store classes

* WA-280 Improving Flow coverage in actions and reducers

* WA- 280 Mocking LocalStorage and Web3 in JEST

* WA-280 Generating view of Safe route and its logic to store and retrieve info from localstorage

* WA-280 Added run-with-testrpc for simulating a testnet in memory while executing tests
2018-04-11 09:28:54 +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