Commit Graph

3844 Commits

Author SHA1 Message Date
sdtsui e39c600a45 [WIP] Extract network dropdown out of main app render function 2017-08-13 10:49:41 -07:00
sdtsui 25184a3901 Move global modals into own pod, inside components/modals 2017-08-13 10:24:51 -07:00
sdtsui 9b48e0aa53 Implement infinite scrolls (no lazy loading) for wallet view 2017-08-11 09:17:14 -07:00
sdtsui 9954c95b4a [WIP] Begin fixing responsive layout with many wallets 2017-08-11 00:42:44 -07:00
sdtsui f23d8c7393 Allow fullscreen scrolling on mobile view, while retaining in-window scroll for laptop 2017-08-11 00:42:09 -07:00
sdtsui 0fab1b5482 Implement responsive wallet balances 2017-08-11 00:31:06 -07:00
sdtsui 8a39941d9a Cleanup SCSS and improve organization of color vars 2017-08-10 23:21:39 -07:00
sdtsui 58b61eb1fc Add UI tweaks, including separation of overflow logic for mobile (full-height) vs laptop (tx-view-only) 2017-08-10 22:47:56 -07:00
sdtsui 7a664a7f72 Improve text positioning on mobile view 2017-08-10 22:16:42 -07:00
sdtsui 3188cc2ef0 Extract scss breakpoints into variables 2017-08-10 22:16:25 -07:00
sdtsui e31c298288 Implement widescreen layout for tx list 2017-08-10 20:52:22 -07:00
sdtsui f9432c5982 Move Txs list item styles into classes 2017-08-10 19:55:01 -07:00
sdtsui d53780bcdc Add new color for txs - dusty-gray 2017-08-10 19:54:42 -07:00
Daniel Tsui 40652782ea Add Tx List and selectors 2017-08-10 19:37:02 -07:00
sdtsui 96b186dfb2 Cleanup txList and txView components 2017-08-10 19:35:10 -07:00
sdtsui 77b72ee33f Add selectors for txsToRender and conversionRate 2017-08-10 19:35:01 -07:00
Simon Liang 95eda70efe added logging for account balance 2017-08-10 16:52:26 +08:00
Simon Liang 708d8398f4 reverted my changes 2017-08-10 14:48:05 +08:00
Simon Liang a3f96951c2 connected wallet view dropdown button with real data 2017-08-10 14:47:17 +08:00
Simon Liang 53c91591b3 redid tx-view and balance-component mapStateToProps logic 2017-08-10 14:43:01 +08:00
Simon Liang 87cb930130 moved the props initialization steps into mapStateToProps 2017-08-10 14:43:01 +08:00
Simon Liang 9d36b25c5f extracted transaction list 2017-08-10 14:43:01 +08:00
Simon Liang 72df9746fa removing styling comments 2017-08-10 14:43:01 +08:00
sdtsui 779be75370 [WIP] Position account potions dropdown correctly and hook up to action creators 2017-08-09 21:42:16 -07:00
sdtsui be116ecfbd Add new selectors for addresses, identities, and accounts 2017-08-09 21:42:16 -07:00
sdtsui 5f74564deb Adjust modal styles to match new modal size, from cancel button tweak 2017-08-09 21:42:16 -07:00
sdtsui 50f8535f7b Switch buy modal 'cancel' from text to button for accessibility 2017-08-09 21:42:16 -07:00
sdtsui 231b8a7542 Vertically center modal in mobile view - @cjeria 2017-08-09 21:42:16 -07:00
sdtsui cba50818c2 Improve layout of buy buttons by tweaking text styles 2017-08-09 21:42:16 -07:00
kumavis 0188e7b94d Merge branch 'master' into NewUI-flat 2017-08-08 23:30:58 -07:00
Frankie 57f6fce6b2 Merge pull request #1882 from MetaMask/tx-cont-fixes
Tx cont fixes
2017-08-09 00:16:49 -04:00
kumavis 25f9746dab tx controller - fix error serialization 2017-08-08 21:09:28 -07:00
kumavis 5e6962342d tx controller - fix getBalance fn 2017-08-08 21:08:30 -07:00
kumavis 5418813ed1 util - sufficientBalance - validate input 2017-08-08 21:05:59 -07:00
sdtsui 5e9926b0d0 Fix dropdown z-index value 2017-08-08 19:02:58 -07:00
sdtsui 6be6f56ac5 Add z indicies to settings-variables 2017-08-08 19:01:33 -07:00
Frankie d40bd9a726 Merge pull request #1880 from MetaMask/pendingFix
fix getPendingTransactions function for pendingTxTracker
2017-08-08 22:00:17 -04:00
frankiebee 9c9165e930 filter by network for pending txs 2017-08-08 21:54:26 -04:00
sdtsui 67213e7583 Add backdrop styles and box shadow to new global modal defaults 2017-08-08 18:51:06 -07:00
frankiebee 5bb84f6e21 fix getPendingTransactions function for pendingTxTracker 2017-08-08 21:49:48 -04:00
Thomas Huang 02a6cd255b Merge pull request #1879 from MetaMask/build-err-fix
Build sys - prevent err from being swallowed
2017-08-08 18:44:53 -07:00
sdtsui bdf5436c2d Add minor comments and cleanup for new components 2017-08-08 18:44:20 -07:00
sdtsui c8893fb9ca Hook up 'Buy with Fiat', redirect to Coinbase 2017-08-08 18:37:20 -07:00
sdtsui dc702705bf Move buy view into its own component - BuyOptions 2017-08-08 18:34:04 -07:00
sdtsui eab5718a40 Add an additional font-size breakpoint for buy modal on the largest screens 2017-08-08 18:12:50 -07:00
sdtsui 3072d2d178 Add minor positioning tweaks for buy modal, laptop view 2017-08-08 17:57:47 -07:00
kumavis 59e83d2b80 build - factor watcify into bundler generation 2017-08-08 17:53:34 -07:00
sdtsui b97dcf09ac Move inline styles out into explicitly named BEM classes 2017-08-08 17:51:06 -07:00
sdtsui e260ab46cb Implement utility helper for checking viewport size in js 2017-08-08 17:50:29 -07:00
kumavis 4a4736195f build - fix error swallowing on dev 2017-08-08 17:46:31 -07:00