Commit Graph

38 Commits

Author SHA1 Message Date
Mikhail Mikheev 7a8a69b528 send transaction for threshold = 1 2019-05-24 17:26:38 +04:00
mmv e51f5c9572 fix token pre-population 2019-05-23 16:27:02 +04:00
mmv 2010a6b7eb add sendmax and button link for the amount field in sending funds form 2019-05-21 16:16:12 +04:00
mmv ea490c8b2e render token in select field inside send funds modal 2019-05-20 17:26:51 +04:00
mmv d8b5ab4e42 Merge branch 'development' of github.com:gnosis/safe-react into 80-send-funds 2019-04-29 12:58:28 +04:00
mmv 9754a2bb2a dep bump 2019-04-29 12:56:46 +04:00
Mikhail Mikheev d2915356b2 implement receive funds modal 2019-04-26 18:16:57 +04:00
Mikhail Mikheev b8d5b383bd make etherscan link actually a link 2019-04-26 12:59:58 +04:00
Mikhail Mikheev b46ba47516 reset form state when user clears the address 2019-04-23 19:41:32 +04:00
Mikhail Mikheev f5438c278c add spinner on token fetch 2019-04-22 11:37:51 +04:00
mmv dc185e893c fix safe loading from storage wip 2019-04-17 12:28:28 +04:00
mmv f486068778 rewrite fetchSafe function to support updates 2019-04-15 13:14:18 +04:00
Mikhail Mikheev 50a315b839 show eth balance in balance tab 2019-04-12 13:57:03 +04:00
Mikhail Mikheev 78883eacb1 extended token selector fix, dep bump 2019-04-11 12:05:59 +04:00
Mikhail Mikheev 6003d8db21 display all safes and not owners only in safe list 2019-04-08 13:29:19 +04:00
Mikhail Mikheev e33c90c230 load safes from localstorage on app load 2019-04-04 17:35:32 +04:00
mmv ea0b5f58c5 WIP: Fix safe creation, though there is still errors when we try to fetch it 2019-03-07 18:47:42 +04:00
mmv 7dff751e1e Trying to update web3, wip commit 2019-03-07 18:21:16 +04:00
mmv 5f91761f8e fix prod build by replacing extract-text-plugin with mini-css-plugin 2019-03-06 19:15:06 +04:00
mmv 00748b033f Use new .hooks api instead of .plugin for start script 2019-03-05 18:50:01 +04:00
apanizo b79da026c3 Adding material-ui-search-bar library 2018-10-23 16:44:20 +02:00
apanizo caa2fdee19 Updating material-ui 2018-08-30 17:01:51 +02:00
apanizo f17b7de174 Update flow 2018-08-27 18:07:01 +02:00
apanizo 9261782692 WA-232 Update final-form libraries 2018-07-17 13:29:42 +02:00
Adolfo Panizo 7dee0170c8 WA-232 Fix balance integration in selectors 2018-06-28 19:13:59 +02:00
Adolfo Panizo 9ca0f2e41a WA-232 Fix get balance of custom tokens 2018-06-28 16:47:01 +02:00
Adolfo Panizo ab109d2801
WA-234 Fix gas calculation when removing owners (#41) 2018-06-20 10:09:14 +02:00
apanizo 37954975ef WA-234 Installing a specific truffle version 2018-06-15 12:32:17 +02:00
apanizo 5fcf87f635 WA-234 Updating material-ui react react-dom libraries 2018-06-11 17:26:01 +02:00
apanizo cc548e94db WA-238 Added bigNumber as library 2018-05-31 09:20:07 +02:00
apanizo 192eb9b909 WA-238 Updating Truffle to 4.1.11 2018-05-27 13:35:20 +02:00
apanizo 3c740c0dbb WA-238 Updating code to new safe-contracts version 2018-05-10 15:06:34 +02:00
apanizo 0a646ad893 WA-238 Adding 4.1.15 version 2018-04-30 14:08:07 +02:00
apanizo 9904e1b12e WA-238 Add recompose library 2018-04-26 15:07:16 +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