aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tx-view.js
Commit message (Collapse)AuthorAgeFilesLines
* 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