aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tx-view.js
Commit message (Collapse)AuthorAgeFilesLines
* Indicate the current selected account on the popup account view (#4445)Alexander Tseung2018-06-051-21/+7
|
* Show checksummed addresses throughout the UIbitpshr2018-04-181-2/+2
|
* Fix merge conflictsAlexander Tseung2018-03-311-4/+9
|\
| * Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-4/+10
| | | | | | | | via a provider.
* | Fix i18n merge conflictsAlexander Tseung2018-03-301-5/+4
|\|
| * Merge branch 'master' into i18n-translator-reduxDan2018-03-271-3/+3
| |\
| * | i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-4/+3
| | | | | | | | | | | | t() call; t is just available on props.
| * | Handle i18n with redux.Dan2018-03-161-5/+5
| | |
* | | Fix merge conflictsAlexander Tseung2018-03-271-11/+12
|\ \ \ | | |/ | |/|
| * | Update button stylesAlexander Tseung2018-03-261-3/+3
| |/
| * Merge branch 'master' into i18nThomas Huang2018-03-141-5/+5
| |\
| | * Increase tap areas for menu buttons on mobileAlexander Tseung2018-03-101-5/+5
| | |
| * | Correct caps of Send button on main screen.Dan2018-03-081-1/+1
| | |
| * | complete i18n across new UINick Doiron2018-01-301-4/+4
| | |
| * | get t imported in all files currently using i18nNick Doiron2018-01-251-0/+1
| | |
| * | first steps to i18nNick Doiron2018-01-231-3/+3
| |/
* | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254Alexander Tseung2018-01-301-14/+6
|\|
| * Update popout to fullscreen iconAlexander Tseung2018-01-181-2/+2
| |
| * Merge branch 'uat' into cb-388Chi Kei Chan2018-01-131-1/+1
| |\
| | * [NewUI-flat] New deposit ether modal UI. (#2642)Dan J Miller2018-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New deposit ether modal. * New deposit modal full screen on mobile, and other style fixes. * Hide shapeshift option from deposit modal for now. * Add shapeshift form to new deposit modal. * Store recipient address for shapeshift tx in background. * Use Simpledropdown to achieve desired styling in coin selector. * Lint fix * Fix typos and remove dead code. * Remove storage of shapeshift receiving address from background. * Fix typos
| * | Update styling for buttons, font weightsAlexander Tseung2018-01-121-3/+3
| | |
| * | Update main view stylingAlexander Tseung2018-01-111-11/+3
| |/
* / Add react-router to allow use of the browser back buttonAlexander Tseung2017-12-151-4/+10
|/
* Fix isMascara and update yarn.lockChi Kei Chan2017-12-131-2/+2
|
* Substitute isMascara check for explicit check if user is on mobile browser.Dan2017-12-131-1/+2
|
* Hide open in browser button on mobile (but still show on extension); adds a ↵Dan2017-12-131-2/+3
| | | | function to detect if viewing with mobile browser.
* Adds button for opening app in main browser window in extension.Dan2017-12-131-0/+5
|
* Account menu white check markChi Kei Chan2017-10-241-3/+4
|
* Change all "Buy" to "Deposit"Alexander Tseung2017-10-231-1/+1
|
* Re-enable Contract tx list itemChi Kei Chan2017-09-081-1/+1
|
* Send Token screen partial UIChi Kei Chan2017-09-071-2/+3
|
* Show token balance and identiconChi Kei Chan2017-09-071-29/+44
|
* Adding Token transaction detail screenChi Kei Chan2017-09-061-36/+39
|
* Lint fixesDan2017-08-311-1/+0
|
* Modify buy and send buttons color, border-radius and various size ↵Dan J Miller2017-08-231-1/+1
| | | | properties. (#1956)
* Hook up send screen action to Send Button in TxViewsdtsui2017-08-221-0/+4
|
* Extend modal implementation and state management to accomodate multiple ↵sdtsui2017-08-211-2/+4
| | | | modal types
* Cleanup txList and txView componentssdtsui2017-08-111-14/+2
|
* redid tx-view and balance-component mapStateToProps logicSimon Liang2017-08-101-20/+17
|
* extracted transaction listSimon Liang2017-08-101-102/+10
|
* Hook up global modal to Tx view, Buy buttonsdtsui2017-08-091-0/+4
|
* extracted balance component and renders to the format, also wired in the ↵Simon Liang2017-08-081-23/+26
| | | | account name
* Move tx and wallet view styles to component classessdtsui2017-08-071-4/+1
|
* Merge branch 'NewUI' into feat/mm-ui-5-mergedsdtsui2017-08-071-1/+0
|
* Allow clicks on account view to enable sidebar, not just burgersdtsui2017-08-071-4/+4
|
* Refactor account name css - mobile viewssdtsui2017-08-071-5/+2
|
* Add fine css tweaks to hero balance - laptopsdtsui2017-08-071-1/+1
|
* Fix font size of eth display for 576-780px vwsdtsui2017-08-071-2/+0
|
* Normalize sidebar dimensions and adjust hero button responsivenesssdtsui2017-08-071-3/+1
|
* Implement hero balance UI, mobilesdtsui2017-08-071-51/+38
|
* Position account display and burger in mobile tx viewsdtsui2017-08-071-6/+41
|
* Move remaining debug, fonts, reset, and transitions into inverted trianglesdtsui2017-08-071-2/+6
|
* Add rough layout for flat layout tx details, add notes for breakpointssdtsui2017-08-031-20/+39
|
* Implement 'clear buttons' for tx viewsdtsui2017-08-031-0/+38
|
* Isolate routing logic for isUnlocked, remove stray logssdtsui2017-08-031-1/+0
|
* Finalize height for main screens, excluding sidebarsdtsui2017-08-031-4/+1
|
* Implement custom sidebar, with close buttonsdtsui2017-08-031-10/+3
|
* Integrate slideout menu with tx viewsdtsui2017-08-031-7/+29
|
* Add burger icon and phone-visible media queriessdtsui2017-08-031-0/+5
|
* Implement mobile-friendly responsive layout with flex wrapsdtsui2017-08-011-1/+5
|
* Add rough layout for tx list itemssdtsui2017-08-011-0/+60
|
* Add tx-view content divider componentsdtsui2017-08-011-5/+6
|
* Add hyperscript for tx-view tabssdtsui2017-08-011-9/+27
|
* Add TxView, use width percentages instead of flex-grow for layoutsdtsui2017-08-011-0/+53