Skip to content
  1. Dec 11, 2016
    • Jaco Greeff's avatar
      Allow editing of gasPrice & gas in Signer (#3777) · 929b6ee0
      Jaco Greeff authored
      * Rework gas display (maintainable)
      
      * Move GasPriceSelector to ui
      
      * Allow opening of gas component (WIP)
      
      * Merge
      
      * Consistency
      
      * Adjust for Signer display
      
      * Set maximum height based on screen size
      
      * Gas editor displays in-place
      
      * Cleanups
      
      * Merge
      
      * Style fixes
      
      * Fixup stash mishap (again)
      
      * Add store test
      
      * Allow edited values to refrect on the display
      
      * Fix properties
      
      * Adjust styling to show different rows
      
      * git mv
      
      * git mv
      
      * Style fixes
      
      * Style updates
      
      * Pass gas & gasPrice with confirmation
      
      * Fix build (case)
      
      * Style fixes
      
      * Basic GasPriceEditor smoketest
      
      * manual move 1
      
      * manual move 2
      
      * manual move 1
      
      * manual move 2
      
      * NODE_ENV=test ace fix
      
      * UI smoketests
      
      * Style
      
      * Format options via formatter
      
      * Initial version
      
      * Re-add even/odd class
      
      * re-add gasLimit to embedded passing
      
      * style
      
      * Updated for passing gas & price to store
      
      * Allow gas/price overrides when none available
      
      * Fix slider value, pass as number
      929b6ee0
    • Jaco Greeff's avatar
      i18n string dictionaries (#3532) · 885d6eaa
      Jaco Greeff authored
      * TabBar & Settings -> Views i18n enabled
      
      * Proxy i18n
      
      * Settings i18n
      
      * defaultLocale
      
      * Introduce thin Translate wrapper
      
      * PropTypes util caters for multiples
      
      * Translate & LanguageSelector under ui
      
      * Update location & proptypes
      
      * Add UI Language selector
      
      * German settings pages
      
      * Add German language selection
      
      * Corrected umlaut encoding
      
      * Lint
      
      * Re-apply pre-merge conflict changes
      
      * better German i18n
      
      * Language names in locale language
      
      * i8n -> index
      
      * Allow for development/production operation
      
      * Use Yahoo react-intl (as opposed to react-i18nify)
      
      * Use default messages wih expansions
      
      * Remove non-reused variable definitions
      
      * Use FormattedMessage directly, opens up WebPack & Babel opportunities
      
      * Add flat to flatten
      
      * Extract default messages via babel
      
      * Webpack to aggegrate i18n defaultMessage
      
      * Re-add react-intl after merge
      
      * Update proptype references (merge)
      
      * Strip down external dictionary
      
      * i18n for dapps
      
      * Restore tests submodule
      
      * Allow language changes to reflect
      
      * Style updates
      885d6eaa
    • Nicolas Gotchac's avatar
      Fix padding in App, again... (#3813) · 13509a9e
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      13509a9e
  2. Dec 10, 2016
  3. Dec 09, 2016
  4. Dec 08, 2016
    • Jaco Greeff's avatar
      Update test describe paths · 96d4569c
      Jaco Greeff authored
      96d4569c
    • Jaco Greeff's avatar
      Properly delete addresses/contracts in addressbook (#3739) · a1fb1240
      Jaco Greeff authored
      * Remove previously market addresses at startup
      
      * Remove meta.deleted checks
      
      * Remove artifact from code move
      a1fb1240
    • Nicolas Gotchac's avatar
      Display Wallet Owners in Accounts list (#3741) · d38da1f3
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      d38da1f3
    • Nicolas Gotchac's avatar
      Edit Multisig Wallet settings (#3740) · 715761a7
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      * WIP Sending tokens in multi-sig wallet
      
      * Working Token transfer for multi-sig wallet #3282
      
      * Add operation hash to transfer modal
      
      * Add existing wallet from address #3282
      
      * Wallet delete redirect to Wallets/Accounts #3282
      
      * Rightly check balance in Transfer // Get all accounts balances #3282
      
      * Fix linting
      
      * Better Header UI for Wallet
      
      * Use the `~` webpack alias
      
      * Use Webpack `~` alias
      
      * Add `ETH` format to number typed input
      
      * Fix wallet creation hint && eth input type
      
      * Update dailylimit #3282
      
      * Fix too long copied message
      
      * WIP Wallet settings modification #3282
      
      * WIP edit contract parameters #3282
      
      * Edit Wallet parameters #3282
      
      * Don't show wallets if none
      
      * Fix Transfer for Wallet #3282
      
      * Optimized version of contract code
      
      * Fix wrong max in Wallet creation // Round gas in API
      715761a7
  5. Dec 07, 2016
    • Nicolas Gotchac's avatar
      Add functionalities to multi-sig wallet (#3729) · 8dbd5688
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      * WIP Sending tokens in multi-sig wallet
      
      * Working Token transfer for multi-sig wallet #3282
      
      * Add operation hash to transfer modal
      
      * Add existing wallet from address #3282
      
      * Wallet delete redirect to Wallets/Accounts #3282
      
      * Rightly check balance in Transfer // Get all accounts balances #3282
      
      * Fix linting
      
      * Better Header UI for Wallet
      
      * Use the `~` webpack alias
      
      * Use Webpack `~` alias
      8dbd5688
  6. Dec 06, 2016
    • Nicolas Gotchac's avatar
      First draft of the MultiSig Wallet (#3700) · bec35396
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      * Wallet Creation Modal #3282
      
      * Name and description to Wallet #3282
      
      * Add Wallet to the Account Page and Wallet Page #3282
      
      * Fix Linting
      
      * Crete MobX store for Transfer modal
      
      * WIP Wallet Redux Store
      
      * Basic Details for Wallet #3282
      
      * Fixing linting
      
      * Refactoring Transfer store for Wallet
      
      * Working wallet init transfer #3282
      
      * Optional gas in MethodDecoding + better input
      
      * Show confirmations for Wallet #3282
      
      * Order confirmations
      
      * Method Decoding selections
      
      * MultiSig txs and confirm pending #3282
      
      * MultiSig Wallet Revoke #3282
      
      * Confirmations and Txs Update #3282
      
      * Feedback for Confirmations #3282
      
      * Merging master fixes...
      
      * Remove unused CSS
      bec35396
  7. Dec 05, 2016
    • Nicolas Gotchac's avatar
      Use Webpack Aliases (#3711) · 52b4ce0d
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      * Adds aliases to Webpack Build
      
      * Use `ui` Webpack alias
      
      * Use `views` alias
      
      * Use `modals` aliase
      
      * Use `providers` aliase
      
      * Use `contracts` aliase
      
      * Use '~' aliase
      
      * from `ui` to from `~/ui`
      
      * from  to from
      
      * from `modals` to from `~/modals`
      
      * from `providers` to from `~/redux/providers`
      
      * from `contracts` to from `~/contracts`
      
      * Updated Webpack App config
      52b4ce0d
  8. Dec 02, 2016
    • Jaco Greeff's avatar
      React library update (#3704) · b8b9086d
      Jaco Greeff authored
      * Update React & MaterialUI
      
      * Adjust TabBar layouts for new MUI
      b8b9086d
    • Nicolas Gotchac's avatar
      Refactoring Transfer Modal (#3705) · c892a4f7
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      * Better Token Select in Transfer > Details
      
      * Better Autocomplete
      
      * Crete MobX store for Transfer modal
      
      * Remove unused var
      
      * Update Webpack Conf
      
      * Small changes...
      
      * Optional gas in MethodDecoding + better input
      
      * New Contract `getAll` method // TxList Row component
      
      * Method Decoding selections
      
      * Rename `getAll` to `getAllLogs`
      c892a4f7
    • Jaco Greeff's avatar
      Fix extra scrollbars in dapps (#3706) · bd2e2b63
      Jaco Greeff authored
      * Fix extra scrollbars in dapps
      
      * Dapps list padding
      
      * spelling
      
      * lint
      
      * Height overflow fix
      bd2e2b63
  9. Dec 01, 2016
  10. Nov 30, 2016
    • Jannis Redmann's avatar
      implement basic badges/certifications/flair (#3665) · 784dcaff
      Jannis Redmann authored and Jaco Greeff's avatar Jaco Greeff committed
      * sms verification: Certifications component
      
      * sms verification: actions & reducers for certifications
      
      * sms verification: put Certifications component into place
      
      * sms verification: show certification icons
      
      * sms verification: show certification titles
      
      * sms verification: default icon for certifications
      
      * sms verificaiton: lint issue 👕, fix testnet detection
      
      The sms verification store got created when `isTestnet` (from the
      Redux state) was still `undefined`.
      
      * move certification helpers into middleware file
      
      * connect Certifications to Redux
      
      * don't pass certifications as prop
      
      * move default certification icon into assets
      
      * separate file for BadgeReg.sol
      
      * don't pass certifications as prop
      
      * Fix import name
      
      * make BadgeReg a class
      
      * make certifications middleware a class
      
      * Certifications: pass in certifications of account
      784dcaff
    • Jannis R's avatar
      differentiate Snackbar from background · 60a8aabe
      Jannis R authored
      60a8aabe
    • Jannis R's avatar
      status bar: beautify enode icon · 890f880a
      Jannis R authored
      890f880a
    • Jannis R's avatar
      rework status bar layout · f9f91837
      Jannis R authored
      - floats -> Flexbox
      - align to content width
      f9f91837
    • Jannis R's avatar
      fix status bar to bottom of the screen · cce195a9
      Jannis R authored
      cce195a9