- Nov 01, 2016
-
-
Jaco Greeff authored
* Add new parity logos * FirstRun logo * Tabbar logo * Remove duplicated block image * Parity favicons * Remove images to be replaced * Paritybar logo * Add favicon * Adding HTML Loader for Webpack for image linking
-
* replace generated background patterns * move button to overview section * keep selected background * show current background pattern
-
-
-
* Added gasPriceStatistics * WIP graph fas price stats (#2142) * Chart to select gas price in Extra Tx (#2142) * Gas Selection UI * Gas Price Selection: better UI (right octiles, point on graph) (#2142) * Gas Price Selection chart update using D3 (#2142) * Working UI, more fluid... (#2142) * Using the new gasPriceHistogram Call: display histogram (#2142) * Code Clean * Updated gas Selection explaination * PR grumble // Gas Price Selector (#2898) * Fixing linting issues
-
-
Jaco Greeff authored
* Remove signer icons * Linting fixes
-
- Oct 31, 2016
-
-
-
-
Jaco Greeff authored
* Allow retrieval of native network balances without registry * Remove debugging address * Disable dapps when no registry is available
-
- Oct 30, 2016
-
-
Jaco Greeff authored
* Display confirmation for finished requests * Update box padding
-
* use proper querystring builder * etherscan.txLink helper * refactor to etherscan.txLink * etherscan.addressLink helper * refactor to etherscan.addressLink * move txLink & addressLink into common file
-
- Oct 26, 2016
-
-
Jaco Greeff authored
-
-
- Oct 25, 2016
-
-
Nicolas Gotchac authored
* Added new RPC endpoints to JSAPI (#2389) * Added modal in Account Page to test & modify password (#2389) * Modify hint with password change // Better tabs (#2556)
-
Jaco Greeff authored
* Event into own component, align with transactions * Pass value & type through from event log params * Reformat display columns
-
-
- Oct 24, 2016
-
-
Nicolas Gotchac authored
-
Nicolas Gotchac authored
* Styling Chips in search bar (#2766) * Styling search chips // Add chip on space/comma/... (#2766) * Update search on input (#2766) * Fixing search triggers bugs (#2766) * removed console logs * Use props instead of weird CSS selectors for Search Bar * Add tags on space and commas in EditMeta modal (#2766) * Fixed empty input in EditMeta modal ; tokens input
-
Jannis Redmann authored
-
Nicolas Gotchac authored
-
Jaco Greeff authored
* Adjust :8080 paths for CORS & development * No need to redirect, Node takes care of it
-
Nicolas Gotchac authored
-
- Oct 22, 2016
-
-
Jaco Greeff authored
-
* fix Signer UI * resolve conflicts
-
Jaco Greeff authored
-
* Using traces when available to get accounts transactions (#2148) * Fixed traceMode detection and transactions rendering (#2148) * [WIP] Use Redux Thunk in main UI => Async Actions (#2148) * Using Redux for Transaction / Block / Methods... (#2148) * Use BigNumber comparedTo function to sort txs (#2148)
-
- Oct 20, 2016
-
-
* fix contract deployments not showing up I'm really not happy with this. Since the Signer consists of many, deeply nested, components, which in many cases just pass props through, it's hard to trace this. `<TransactionPending>` is supposed to fetch data from Parity (smart component) and pass it on to its (dumb) children. For that, it needs to know implementation details of them. * eslint
💄 -
-
* remove TransactionPendingWeb3 * remove TransactionFinishedWeb3 * remove SignRequestWeb3
-
* refactor dapp loading * basic modal window * UI for removing dapps * button to open modal * eslint
💄 , make dialog scrollable * Dialog -> ui/Modal * show dapp hash
-
- Oct 19, 2016
-
-
Nicolas Gotchac authored
-
Jannis R authored
-
Jannis R authored
-
Jannis R authored
-
Nicolas Gotchac authored
-
Jaco Greeff authored
-
Nicolas Gotchac authored
-
Nicolas Gotchac authored
-
Nicolas Gotchac authored
* Added tag to the editMeta Modal (#2643) * Added Tags to ui and to contract/address/account Header (#2643) * Added tags to summary (#2643) * Added Search capabilities to contracts/address book/accounts from tokens (#2643) * fixes eslint * Using Chips/Tokens for search (#2643) * Add search tokens, clickable from List (#2643) * Add sort capabilities to Accounts / Addresses / Contracts (#2643) * Fixes formatting issues + state updates after component unmount bug (#2643) * Remove unused import * Small fixes for PR #2697 * Added default sort order for Contracts/Addresses/Accounts * Using official `material-ui-chip-input` NPM package * Removed LESS from webpack
-