1. Mar 02, 2017
    • keorn's avatar
      Add registrar fields (#4716) · ade5a13f
      keorn authored
      * add registrar field
      
      * use constructor for dev registrar
      
      * fix test
      ade5a13f
    • Jaco Greeff's avatar
      Extract i18n strings in views/* (#4695) · 5dd406a1
      Jaco Greeff authored
      * i18n for writecontract
      
      * i18n for writecontract store
      
      * wallet i18n
      
      * wallet confirmations i18n
      
      * wallet details i18n
      
      * wallet transactions i18n
      
      * status i18n
      
      * status calls i18n
      
      * status callstoolbar i18n
      
      * status debug i18n
      
      * status editableValue i18n
      
      * status miningSettings i18n
      
      * status rpcCalls i18n
      
      * status rpcDocs i18n
      
      * status status i18n
      
      * signer i18n
      
      * signer origin i18n
      
      * signer signRequest i18n
      
      * signer transactionMainDetails i18n
      
      * sign transactionPending i18n
      
      * signer transactionPending i18n
      
      * Fix duplicate ids
      
      * Typo
      
      * Adapt tests for i18n
      
      * Actionbar i18n
      
      * contracts i18n
      
      * contract i18n
      
      * contract/queries i18n
      
      * contract/events i18n
      
      * application/frameError i18n
      
      * Actionbar key naming
      
      * addresses i18n
      
      * address i18n
      
      * accounts i18n (tooltip)
      
      * Plural strings for owner numbers
      
      * IdentityIcon placement
      
      * Re-apply s/actiobar/actionbar/ after merge
      5dd406a1
    • Tomasz Drwięga's avatar
      Removing network=disable from config files (#4715) · 36468f3f
      Tomasz Drwięga authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      36468f3f
  2. Mar 01, 2017
  3. Feb 28, 2017
  4. Feb 27, 2017
  5. Feb 26, 2017
  6. Feb 25, 2017
  7. Feb 24, 2017
    • Denis S. Soldatov aka General-Beck's avatar
      update gitlab-ci · 714b46df
      Denis S. Soldatov aka General-Beck authored
      add triggers to docker-build
      714b46df
    • Denis S. Soldatov aka General-Beck's avatar
      update gitlab-ci · bef33a09
      Denis S. Soldatov aka General-Beck authored
      [ci skip] fix `docker-build`
      bef33a09
    • GitLab Build Bot's avatar
      8bee7144
    • Jaco Greeff's avatar
      Enhance dialog layouts (round 1) (#4637) · 609e24ef
      Jaco Greeff authored
      * Added SelectionList component for selections
      
      * Use SelectionList in DappPermisions
      
      * AddDapps uses SelectionList
      
      * Fix AccountCard to consistent height
      
      * Display type icons in creation dialog
      
      * Complimentary colours
      
      * Convert Signer defaults to SelectionList
      
      * Fix Geth import - actually pass addresses through
      
      * Work from addresses returned via RPC
      
      * Display actual addresses imported (not selected)
      
      * Update tests to cover bug fixed
      
      * Prettyfy Geth import
      
      * Description on selection actions
      
      * SelectionList as entry point
      
      * Update failing tests
      
      * Subtle selection border
      
      * Styling updates for account details
      
      * Add ModalBox summary
      
      * AddAddress updated
      
      * Convert VaultAccounts to SelectionList
      
      * Add tests for SectionList component
      
      * Add tests for ModalBox component
      
      * Re-apply stretch fix
      
      * Apply scroll fixes from lates commit in #4621
      
      * Clear name on switch (test in #4652, not pulling in)
      
      * Remove refs (cleanup)
      609e24ef
    • Jaco Greeff's avatar
      Vault Management UI (round 2) (#4631) · 570e6f32
      Jaco Greeff authored
      * Add VaultMeta edit dialog
      
      * Updated (WIP)
      
      * Meta & password edit completed
      
      * 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
      
      * Display account vault information
      
      * Allow invalid addresses to display icons (e.g. vaults)
      
      * Display vault on edit meta
      
      * Convert VaultAccounts to SelectionList
      
      * Allow editing of Vault in meta
      
      * Add tests for SectionList component
      
      * Add tests for VaultSelector component
      
      * Auto-focus description field (aligns with #4657)
      
      * Apply scroll fixes from lates commit in #4621
      
      * Remove unneeded logs
      
      * Remove extra div, fixing ParityBar overflow
      
      * Disable save if password don't match
      
      * s/disabled/readOnly/
      
      * string -> bool
      570e6f32
    • Nicolas Gotchac's avatar
      Fix Portal broad event stopper (#4674) · 9ff427ca
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      9ff427ca
    • keorn's avatar
      custom dev presets (#4671) · 7a773b42
      keorn authored
      7a773b42
    • Arkadiy Paronyan's avatar
      Max gas limit and min gas price (#4661) · ef7998f4
      Arkadiy Paronyan authored
      * Max gas limit and min gas price
      
      * Tests
      
      * Limit gas limit ceiling
      ef7998f4
    • GitLab Build Bot's avatar
      af45d05a
    • 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