Skip to content
  1. Jan 20, 2017
  2. Jan 19, 2017
  3. Jan 18, 2017
    • Jaco Greeff's avatar
      ESLint additional rules (#4186) · 08f80f26
      Jaco Greeff authored
      * Add eslint rule for consistent block padding
      
      * Fix padding consistency issues
      
      * Eslint test for duplicate imports
      
      * Eslint closing bracket location
      
      * Fix eslint jsx closing bracket
      
      * missed a file
      
      * Formatting
      
      * Manual overrides for auto
      
      * Manual overrides for auto
      
      * More minor auto-override manual adjustments
      08f80f26
    • Jaco Greeff's avatar
      Poll for upgrades as part of global status (long) (#4197) · c1ce65c8
      Jaco Greeff authored
      * Poll for upgrades as part of global status (long)
      
      * Fix path
      c1ce65c8
  4. Jan 17, 2017
  5. Jan 13, 2017
    • Jaco Greeff's avatar
      Pull in console dapp as builtin (#4145) · ee4ede91
      Jaco Greeff authored
      * Copy static dapps from static (no build)
      
      * Console sources
      
      * Add console to builtins
      
      * Remove console assets
      
      * Disable eslint on console.js
      
      * Enable eslint after disable
      
      * Webpack copy
      ee4ede91
  6. Jan 12, 2017
    • Nicolas Gotchac's avatar
      Don't pop-up notifications after network switch (#4076) · 81beec13
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      * Better notifications
      
      * Don't pollute with notifs if switched networks
      
      * Better connection close/open events / No more notifs on change network
      
      * PR Grumbles
      
      * Add close and open events to HTTP // Add tests
      
      * Fix tests
      
      * WIP Signer Fix
      
      * Fix Signer // Better reconnection handling
      
      * PR Grumbles
      
      * PR Grumbles
      
      * Fixes wrong fetching of balances + Notifications
      
      * Secure API WIP
      
      * Updated Secure API Connection + Status
      
      * Linting
      
      * Linting
      
      * Updated Secure API Logic
      
      * Proper handling of token updates // Fixing poping notifications
      
      * PR Grumbles
      
      * PR Grumbles
      
      * Fixing tests
      81beec13
  7. Jan 11, 2017
  8. Jan 10, 2017
  9. Jan 09, 2017
    • Nicolas Gotchac's avatar
      Key derivation in Worker (#4071) · 40f0ee00
      Nicolas Gotchac authored
      * Add Signer Key Derivation in Service Worker
      
      * Several fixes throughout the UI
      
      * Hint for external account // working Worker
      
      * Add Worker state change
      
      * PR Grumbles
      40f0ee00
    • Nicolas Gotchac's avatar
      Display contract block creation (#4069) · cf0a20f0
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      * Add contract block creation to metadata
      
      * Display mined block for contract on Contracts view
      
      * Better use of Summary for Accounts
      
      * Add sorted by mined block for contracts
      
      * Proper Block Number sort // display in contract page
      
      * PR Grumble
      
      * Linting issues
      cf0a20f0
  10. Jan 06, 2017
  11. Jan 05, 2017
    • Jannis Redmann's avatar
      let users open urls from dapps view (#4042) · 20c1d37b
      Jannis Redmann authored
      * browser: better url handling
      
      * browser: pass url as param
      
      * dapps: button to open browser
      
      * dapps url button: remove url validation
      
      * PR grumbles, better URL parsing
      
      * code style 
      
      * better URL parsing, react to changed URL fragment
      20c1d37b
    • Jaco Greeff's avatar
      Account view updates (#4008) · 602a4429
      Jaco Greeff authored
      * Fix null account render issue, add tests
      
      * Add tests for #3999 fix (merged in #4000)
      
      * Only include sinon-as-promised globally for mocha
      
      * Move transactions state into tested store
      
      * Add esjify for mocha + ejs (cherry-picked)
      
      * Extract store state into store, test it
      
      * Use address (as per PR comments)
      
      * Fix failing test after master merge
      602a4429
  12. Jan 04, 2017
  13. Jan 03, 2017
  14. Dec 30, 2016
    • Nicolas Gotchac's avatar
      Make Wallet first-class citizens (#3990) · fd41a103
      Nicolas Gotchac authored
      * Fixed hint in Address Select + Wallet as first-class-citizen
      
      * Separate Owned and not Owned Wallets
      
      * Fix balance not updating
      
      * Fix MethodDecoding for Contract Deployment
      
      * Fix TypedInput params
      
      * Fix Token Transfer for Wallet
      
      * Small change to contracts
      
      * Fix wallets shown twice
      
      * Fix separation of accounts and wallets in Accounts
      
      * Fix linting
      
      * Execute contract methods from Wallet ✓
      
      * Fixing linting
      
      * Wallet as first-class citizen: Part 1 (Manual) #3784
      
      * Lower level wallet transaction convertion
      
      * Fix linting
      
      * Proper autoFocus on right Signer input
      
      * PR Grumble: don't show Wallets in dApps Permissions
      
      * Add postTransaction and gasEstimate wrapper methods
      
      * Extract Wallet postTx and gasEstimate to utils + PATCH api
      
      * Remove invalid test
      
      It's totally valid for input's length not to be a multiple of 32 bytes. EG. for Wallet Contracts
      
      * Merge master
      
      * Fix linting
      
      * Fix merge issue
      
      * Rename Portal
      
      * Rename Protal => Portal (typo)
      fd41a103
  15. Dec 29, 2016
  16. Dec 28, 2016
    • Jaco Greeff's avatar
      Store for EditPassword Modal (#3979) · 7e600b5a
      Jaco Greeff authored
      * External store (WIP)
      
      * address & meta
      
      * Add editable (WIP)
      
      * View converted (WIP)
      
      * Single API stub creation
      
      * Testing (WIP)
      
      * Simplified meta assign
      
      * Tests running
      
      * Fix duplicate exports
      
      * Fix tags not editable
      7e600b5a
  17. Dec 27, 2016
    • Jaco Greeff's avatar
      Visible accounts for dapps (default whitelist) (#3898) · b27c809c
      Jaco Greeff authored
      * Add APIs for Dapp management
      
      * Move AddDapps modal
      
      * Add DappsPermissions Modal (basics)
      
      * Allow whitelist editing
      
      * Add select/unselect tests
      
      * Case
      
      * Case
      
      * Modal render/non-render tests
      
      * UI made slightly prettier
      
      * Adjust spacing
      
      * Allow get/set of null for default whitelist (all)
      
      * Allow null = all for selection
      
      * Adjust selected background
      
      * Address valid comment on formatters location
      b27c809c
    • Jaco Greeff's avatar
      Small UI fixes (#3966) · 19c8e55a
      Jaco Greeff authored
      * Load dapp visibility from localStorage
      
      * Align MethodDecoding address svg properly
      
      * Consolidate svg & img classes overrides
      
      * improve isNullAddress check
      
      * readOnly for null display
      
      * disabled || readOnly
      19c8e55a
    • Tomasz Drwięga's avatar
      Web Based Dapps (#3956) · c7c309d1
      Tomasz Drwięga authored
      * Dapps web
      
      Conflicts:
      	dapps/src/apps/fetcher.rs
      	dapps/src/handlers/fetch.rs
      
      * Rewriting fetch
      
      * Parity-wide fetch service
      
      * Obey the limits and support cancellation.
      
      * Removing temporary files.
      
      * Actually use Fetch for dapps
      
      * Re-implementing file fetching to avoid temporary files.
      
      * Serde to 0.8.19
      
      * Fixing content & dapps fetch
      
      * Serving web content and injecting scripts
      
      * Don't wait for old content, start a new download
      
      * Supporting timeouts and query
      
      * Simple GUI for the browser
      
      * Proxy tokens validation
      
      * Recovering from invalid web-based requests
      
      * Remember last visisted URL
      
      * Removing unused variables
      
      * Addressing review comments
      
      * Setting default account in web3
      
      * Adding WebBrowser dapp to the list
      
      * Actually prune old entries when generating new token
      c7c309d1
    • Jannis Redmann's avatar
      6842d434
    • Jaco Greeff's avatar
      Store for EditMeta modal (#3959) · 2bbefcd4
      Jaco Greeff authored
      * Store basics
      
      * Tested
      2bbefcd4
    • Nicolas Gotchac's avatar
      New Address Selector Component (#3829) · 1ffc6ac5
      Nicolas Gotchac authored
      * WIP new address selector
      
      * WIP Working New Account Selector
      
      * WIP Fully working Addres Selector (missing keyboards navigation)
      
      * WIP Address Selector
      
      * Fully functionnal new Address Selector!
      
      * Implement disabled prop
      
      * Don't auto-open on focus + Text Selection fix
      
      * Add copy address capabilities
      
      * Better Address Selector Focus
      
      * Search from tags
      
      * [Address Selector] Better Focus // Parity Background
      
      * Linting
      
      * [Adress Selector] Better focused input style
      
      * Better focus support for inputs
      
      * Fix style issue
      
      * Add tags to accounts
      
      * linting
      
      * Add label to address selector
      
      * Removed old address selector + improved styling
      
      * Fixing address selection issues
      
      * fix test
      
      * Better logs...
      
      * PR Grumbles Part 1
      
      * PR Grumbles Part 2
      
      * PR Grumbles Part 3.1
      
      * PR Grumbles Part 3.2
      
      * PR Grumbles Part 3.3
      
      * New Portal Component
      
      * Simpler Transition for Portal
      
      * PR Grumbles Part 4
      
      * Align font-family with rest of UI
      
      * Fix null value input
      
      * Fix Webpack build...
      1ffc6ac5
  18. Dec 23, 2016
  19. Dec 22, 2016