Skip to content
  1. Feb 24, 2017
    • Jaco Greeff's avatar
      Align list displays with SectionList (UI consistency) (#4621) · f670b180
      Jaco Greeff authored
      * Render Dapps via SectionList
      
      * Initial rendering of accounts via SectionList
      
      * Width vars
      
      * Allow classNames in certifications & tags
      
      * Overlay of info on hover
      
      * Adjust hover balances
      
      * Large owner icons (align with vaults)
      
      * Consistent block mined at message
      
      * Attach ParityBackground to html
      
      * Adjust page padding to align
      
      * Lint fixes
      
      * Link to different types of addresses
      
      * Make content parts clickable only (a within a)
      
      * Force Chrome hardware acceleration
      
      * Trust the vendors... don't go crazy with transform :)
      
      * Use faster & default transitions
      
      * Remove extra container (double scrolling)
      
      * Remove unused container style
      
      * Make dapp iframe background white
      
      * Stop event propgation on tag click
      f670b180
    • GitLab Build Bot's avatar
      afecf5b1
    • Jaco Greeff's avatar
      Add SelectionList component to DRY up (#4639) · a6ed3dc5
      Jaco Greeff authored
      * Added SelectionList component for selections
      
      * Use SelectionList in DappPermisions
      
      * AddDapps uses SelectionList
      
      * Fix AccountCard to consistent height
      
      * Convert Signer defaults to SelectionList
      
      * Subtle selection border
      
      * Convert VaultAccounts to SelectionList
      
      * Add tests for SectionList component
      
      * Apply scroll fixes from lates commit in #4621
      
      * Remove unneeded logs
      
      * Remove extra div, fixing ParityBar overflow
      a6ed3dc5
    • GitLab Build Bot's avatar
      5817cfdf
    • Jaco Greeff's avatar
      Linting updates (#4662) · 38cf7d26
      Jaco Greeff authored
      38cf7d26
    • Jaco Greeff's avatar
      Misc. small UI fixes (#4657) · 0b214450
      Jaco Greeff authored
      * Shorten menu items (accounts)
      
      * Shorten menu items (addresses)
      
      * Shorten menu items (contracts)
      
      * Shorten menu items (account)
      
      * Shorten menu items (address)
      
      * Shorten menu items (contract)
      
      * Auto-focus & perform default action
      
      * Auto-focus & default action
      
      * Auto focus for first fields (create account)
      
      * Clear phrase & auto-focus field
      
      * Auto-focus name fields
      
      * Add autoFocus (Add Address)
      
      * autoFocus address (Add Contract)
      
      * Auto focus name field
      
      * Auto-focus name field for EditMeta
      
      * Auto-focus modifications (WalletSettings)
      
      * Verification auto focus
      
      * typo
      
      * Double-up on keys
      0b214450
    • Maciej Hirsz's avatar
      More CLI settings for IPFS API (#4608) · f97e7754
      Maciej Hirsz authored
      * TEMP: Bind to 0.0.0.0, don't check Origin
      
      * More CLI options for IPFS
      
      * CORS and Hosts filtering
      
      * Allow current interface as origin
      
      * Correctly handle CORS settings
      
      * fix grumbles
      f97e7754
    • keorn's avatar
      Fix Tendermint deadlock (#4654) · 9b5bcb81
      keorn authored
      * scope read
      
      * consistent step
      9b5bcb81
    • Bas's avatar
      nl translations (#4649) · 56d0ad86
      Bas authored
      * translation stings copied from _default to nl
      
      * First batch of nl translations
      
      * Second batch of nl translations
      
      * Syntax fix
      
      * include new nl translation files to index
      56d0ad86
    • GitLab Build Bot's avatar
      c7b3b9a5
    • Jaco Greeff's avatar
      92fa4249
    • Tomasz Drwięga's avatar
      Bump hyper versions (#4645) · daf36739
      Tomasz Drwięga authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      daf36739
    • Gav Wood's avatar
      Sane updater (#4658) · 76ade2fc
      Gav Wood authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Make updater avoid downloading earlier versions.
      
      * Disable if files can't be moved.
      76ade2fc
  2. Feb 23, 2017
  3. Feb 22, 2017
  4. Feb 21, 2017
  5. Feb 20, 2017
    • asynchronous rob's avatar
      Merge branch 'master' into lightrpc · d8b1cfe0
      asynchronous rob authored
      d8b1cfe0
    • asynchronous rob's avatar
      Save pending local transactions in the database (#4566) · 62b340f2
      asynchronous rob authored
      * Create new column family for local node info
      
      * remove DBTransaction::new reliance on DB
      
      * KeyValueDB trait
      
      * InMemory KeyValueDB implementation
      
      * journaldb generic over KVDB
      
      * make most of `ethcore` generic over KVDB
      
      * fix json tests compilation
      
      * get all tests compiling
      
      * implement local store (just for transactions)
      
      * finish local store API, test
      
      * put everything into place
      
      * better test for skipping bad transactions
      
      * fix warning
      
      * update local store every 15 minutes
      
      * remove superfluous `{}`s
      62b340f2
    • GitLab Build Bot's avatar
      00351374
    • Maciej Hirsz's avatar
      Merge pull request #4614 from ethcore/mh-bump-cid · 0af2fb2a
      Maciej Hirsz authored
      Bump CID version to allow compilation on all platforms
      0af2fb2a
    • maciejhirsz's avatar
      Updated Cargo.lock · 649cedd8
      maciejhirsz authored
      649cedd8
    • Jaco Greeff's avatar
      Vault Management UI (first round) (#4446) · 9e210e5e
      Jaco Greeff authored
      * Add RPCs for parity_vault (create, open, list, etc.)
      
      * WIP
      
      * WIP
      
      * WIP
      
      * WIP (create should create)
      
      * Create & close working
      
      * WIP
      
      * WIP
      
      * WIP
      
      * Open & Close now working
      
      * WIP
      
      * WIP
      
      * Merge relevant changes from js-home
      
      * Hover actions
      
      * WIP (start of account assignment)
      
      * Open, Close & Account assignment works
      
      * Fix margins
      
      * UI updates
      
      * Update tests
      
      * Add the parity_{get|set}VaultMeta calls
      
      * Handle metadata
      
      * Adjust padding in Open/Close modals
      
      * moveAccounts take both in and out
      
      * Adjust padding
      
      * Fix stretch
      
      * Optimize hover stretch
      
      * pre-merge
      
      * Cleanup variable naming (duplication)
      
      * Rename Vault{Close,Open} -> Vault{Lock,Unlock}
      
      * clearVaultFields uses setters
      
      * TODO for small Portal sizes
      
      * Vaults rendering tests
      
      * .only
      
      * libusb compile
      
      * VaultCard rendering tests
      
      * Update message keys (rename gone rouge)
      
      * Display passwordHint op vault unlock
      
      * Update failing tests
      
      * Manually dispatch allAccountsInfo when move completed
      
      * Open/Close always shows vault image in colour
      
      * Password submit submits modal (PR comment)
      
      * Add link to account
      9e210e5e