22 Commits

Author SHA1 Message Date
apanizo
4a104830ae WA-238 Fix onClick reset fn hook in Stepper component after tx is finished 2018-05-17 13:44:38 +02:00
apanizo
c2fd9fb1a5 WA-238 Fix async status on getExtensions when withdrawing safe's funds 2018-05-08 16:41:48 +02:00
apanizo
f882c557fe WA-238 Fix indentation Withdrawn Review component 2018-05-08 16:06:30 +02:00
apanizo
8f95eee337 WA-238 Improve Withdrawn CSS look and feel 2018-05-08 16:00:05 +02:00
apanizo
32f88a873c WA-238 Specifying Go address and title in Stepper via props 2018-05-08 13:18:48 +02:00
apanizo
9f2ea3d4e6 WA-238 Adding gnosis-safe logo on safe details view 2018-05-07 15:21:27 +02:00
apanizo
fdca1781cb WA-238 Specify daily limit validation. Should be greater than 0 2018-04-27 16:23:50 +02:00
apanizo
4b39ebf987 WA-238 Refactor Safe component leaving space for user interaction 2018-04-26 17:52:39 +02:00
apanizo
82c2522046 WA-238 created GnoListItemText with cut ellipsis prop 2018-04-26 15:51:44 +02:00
apanizo
b7d4944b01 WA-238 Create openHoc component using withStateHandlers 2018-04-26 15:11:03 +02:00
apanizo
86d3c7c9c4 WA-230 Adding to UI safe's balance 2018-04-17 12:42:33 +02:00
Adolfo Panizo
0094abd4ac
WA-280 - Feature not allowing similar owners accounts (#14)
* WA-280 adding unique address form validator

* WA-280 Adding test when two owner addresses are the same form raises an error

* WA-280 Refactor - Create safe button, centering loader and improving response on welcome view
2018-04-13 15:03:40 +02:00
Adolfo Panizo
f4284d513a
WA-280 - Feature: improve safe creation flow (#13)
* WA-280 limit the number of owners to 50

* WA-280 Creating a text for assuring error is raised when confirmations > owners

* WA-280 Allowing to finish create safe transaction even if the user leaves the page
2018-04-13 09:37:47 +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
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
Adolfo Panizo
5baa66150b
Landing Page (#9)
* Adding storybook

* Fixing lint problems

* Adding general styles and correct fonts to storybook

* Adding static storybook build

* Updating eslintrules to avoid react-router Link warnings

* Adding classnames package for css-in-modules and updating babel-loader

* Removing styles from .storybook config in favor of css-in-modules

* Adding file loader for images in webpack prod and dev config

* Adding footer color mui variable

* Creating landing page view

* Adding babel-jest

* Created Img and PageFrame layout components

* Created Block layout component

* Created Link layout component

* Updated styles veriable with constants

* Refactored Welcome view

* Adding vault icon and safe options(create and open) as buttons

* Using yarn pck manager and update deploy script including storybook

* Moving container to PageFrame and loading general styles in storybook

* Enabling React SPA in surge

* Improving look and feel of automatic github comment with links
2018-03-15 11:14:20 +01:00
Adolfo Panizo
55b425eccc Updating to webpack 4 2018-03-06 09:20:10 +01:00
Adolfo Panizo
7df9ec1bc8 Adding SCSS variables config to webpack prod config 2018-03-05 11:02:45 +01:00
apanizo
4ec54e6b48 Enabling CSS in modules in development mode 2018-03-04 22:17:21 +01:00
Adolfo Panizo
16b5ffc470 Using Mui Button and TextField, improving mui palette with gnosis colors 2018-03-03 12:18:23 +01:00
Adolfo Panizo
fb80efbf80 Adding Material UI, and creating our own theme 2018-03-02 17:53:50 +01:00