Skip to content
  1. Feb 15, 2017
  2. Feb 14, 2017
    • Nicolas Gotchac's avatar
      Close on double-click for Signer Account selection (#4540) · ac27806a
      Nicolas Gotchac authored
      * Close on double-click + Optimistic UX (#4525)
      
      * PR Gumble + Tests
      ac27806a
    • Tomasz Drwięga's avatar
      Signer provenance (#4477) · 5369a129
      Tomasz Drwięga authored
      * Signer - Tracking Request Provenance
      
      * Basic UI
      
      * Changing messages
      
      * VecDeque::from
      
      * Fix dapps tests
      
      * Addressing UI grumbles
      5369a129
    • Jaco Greeff's avatar
      Extract i18n string into i18n/_defaults (base of translations) (#4514) · 71c0cc86
      Jaco Greeff authored
      * Build script to pull i18n into i18n/_default
      
      * Fix header
      
      * Current strings as extracted
      
      * details_windows without prefix
      
      * clean before build
      
      * Alwasy extract babel strings
      
      * clean & run build before extraction
      
      * Update settings messages
      
      * Put back template string (PR comment)
      
      * PR comment cleanups & logging
      
      * Less complicated string type check (PR comment)
      
      * Remove node cache to extract all keys (Thanks @ngotchac)
      
      * Merge in defaults from i18n/en (Comment by @h3ll0fr13nd)
      
      * Unique index keys only
      
      * Update with latest master strings
      
      * _.defaultsDeep (Thanks to @dehurst)
      
      * Use to-source for string formatting
      
      * Sync with toSource output on latest master
      
      * Updated to use/output sorted objects
      71c0cc86
    • Nicolas Gotchac's avatar
      Fix contract queries bug (#4534) · e8597e2e
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      * Fix contract queries and multiple Address Selector issues
      
      * Linting
      
      * Use standard new Error
      e8597e2e
    • Jaco Greeff's avatar
      Home landing page (#4178) · 63d2cfcb
      Jaco Greeff authored
      * Home entry point (basics)
      
      * WIP store for web
      
      * Add DappUrlInput component
      
      * Updated tests
      
      * WIP store update
      
      * Adjust styling
      
      * Add home tab
      
      * Collapse first/last without extra divs
      
      * Navigation actually navigates
      
      * styling
      
      * Encoding of ethlink.io URLs
      
      * encodedUrl setup
      
      * base58 encoded URLs
      
      * Added decoding, updated tests to Parity-compliant
      
      * Base32 (synced with Rust implementation via tests)
      
      * Split URL into 63 character chunks
      
      * Fix store test
      
      * Cleanups
      
      * s/ethlink/dapplink/
      
      * Display app navigation & histroy
      
      * Start on /accounts (for now, until expanded fully)
      
      * Update tests
      
      * ethlink.io -> web3.site
      
      * Basic list layout
      
      * Store history on navigation
      
      * Show Accounts & Dapps
      
      * Add skeleton for DappIcon (WIP)
      
      * DappIcon WIP
      
      * DappIcon in place
      
      * Split into maneable sub-components
      
      * WIP
      
      * Tests for views/Home
      
      * Swap default entry-point to /home
      
      * Expose registry.get via lookupMeta
      
      * Add getEntry interface, fix instance retrieval (with tests)
      
      * Add news display component
      
      * Add tests for added contracts/registry methods
      
      * Fix GHH test refactoring
      
      * render news via SectionList
      
      * News items store directly
      
      * Images
      
      * News & Urls has new layout
      
      * Convert remainder
      
      * First run-through of MVP for SectionList
      
      * Update tests
      
      * Deploycontract should not override global p styles
      
      * Allow styles overrides for head & body
      
      * Adjust layout styling
      
      * revert Container>flex
      
      * Adjust sizes of history items
      
      * Cleanups
      
      * HistoryStore for tracking relevant routes
      
      * Default route is still /accounts
      
      * Fix tests
      
      * Update 2015-2017
      
      * Add lookupMeta & tests
      
      * Add getEntry & tests
      
      * Split Dapp icon into ui/DappIcon
      
      * Update copyright dates
      
      * Encoding for *.web3.site urls
      
      * Dapp history retrieval
      
      * Grow to only 40% on hover
      
      * Update description
      
      * Add DappUrlInput component
      
      * Update Web views with store
      
      * Update spec description
      
      * Update spec description
      
      * edited url does not allow in-place store edits
      
      * Use /web/<hash> urls for iframe
      
      * Removed (now) unused _list.css
      
      * Mistamtched merge fixed
      
      * Tab split (WIP)
      
      * Split Tab component
      
      * Update tests after merge
      
      * typo
      
      * Remove background !important
      
      * Set item width to parent
      
      * Set width, remove overflow-x: hidden
      
      * Align hover overlays
      
      * Container defaults to some opacity
      
      * Display history from listRecentDapps
      
      * Override styles for a tags
      
      * Open URLs in new window when extension is available
      
      * Fix tests after update
      
      * AccountCard width 100%
      
      * Re-add opening correct url in tab
      
      * Cleanup link rendering
      
      * Remove hardcoded news URL
      
      * pre-merge
      
      * Extra padding at Home bottom (Pr grumble)
      
      * Match js-vaults stretch
      
      * s/Web Apps via URL/Web Apps/ (PR grumble)
      
      * Store recent wallets (PR grumble)
      
      * Simplify inline style matching (PR comment)
      
      * Add store for new retrieval
      
      * Add missing observer
      
      * Auto-link based on account type
      
      * Fix UI overlaps
      
      * Extra spacing
      
      * Only show account when accountInfo is available
      
      * Align timestamp line-heights
      
      * Fix tests
      
      * Update tests
      
      * Really fix failing test (check for Connect(Account))
      63d2cfcb
  3. Feb 13, 2017
    • Nicolas Gotchac's avatar
      Fixes to Token Deploy dapp (#4513) · b561ae7b
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      * Renaming Basiccoin => Tokendeploy
      
      * Rename Basiccoin => Tokendeploy
      
      * UI and bug fixes to the TokenDeploy dapp
      
      * Use decimals for Token Deployment #4311
      
      * Typo
      
      * PR Gumbles
      b561ae7b
  4. Feb 10, 2017
  5. Feb 09, 2017
  6. Feb 06, 2017
  7. Feb 04, 2017
    • Jaco Greeff's avatar
      Web view with web3.site support (#4313) · b4c24d5a
      Jaco Greeff authored
      * Web-domain based routing
      
      * Support base32-encoded urls
      
      * Proper support for non-domain based routing
      
      * Handling long domain names
      
      * Switching to web3.site
      
      * Encoding for *.web3.site urls
      
      * Add DappUrlInput component
      
      * Update Web views with store
      
      * Update spec description
      
      * Update spec description
      
      * edited url does not allow in-place store edits
      
      * Fixing dapps access on 127.0.0.1:8180
      
      * Use /web/<hash> urls for iframe
      
      * Redirecting to parity.web3.site
      
      * Disabling the redirection
      b4c24d5a
  8. Feb 03, 2017
    • Jaco Greeff's avatar
      Extension installation overlay (#4423) · f48d8b0e
      Jaco Greeff authored
      * Extension installation overlay
      
      * Pr gumbles
      
      * Spelling
      
      * Update Chrome URL
      f48d8b0e
    • Jaco Greeff's avatar
      Add block & timestamp conditions to Signer (#4411) · cd4d489b
      Jaco Greeff authored
      * WIP
      
      * WIP (with lint)
      
      * Update ui/RadioButtons
      
      * transaction.condition
      
      * Date & Time selection in-place
      
      * Swap to condition-only
      
      * Fix tests, align naming
      
      * Pick error properly from validation
      
      * Update tests
      
      * condition: time sent withough ms
      
      * Format numbers as base-10
      
      * override popup styles (zIndex)
      
      * Pass condition to signer
      
      * Update expectation (failing test typo)
      
      * Adjust min/max height for expanded bar
      
      * Fix address display
      
      * Fix name display
      
      * Number inputs for gas/gasPrice/blockNumber
      
      * Default blockNumber to 1 (align with min setting)
      
      * Update tests with min value
      
      * Add Block Number
      
      * Fix failing tests (after blockNumber intro)
      cd4d489b
  9. Feb 02, 2017
    • Jaco Greeff's avatar
      Available Dapp selection alignment with Permissions (Portal) (#4374) · 535ebb1f
      Jaco Greeff authored
      * Manage default accounts
      
      * Portal
      
      * Portal
      
      * Allow Portal to be used in as both top-level and popover
      
      * modal/popover variable naming
      
      * Move to Portal
      
      * export Portal in ~/ui
      
      * WIP
      
      * Tags handle empty values
      
      * Export AccountCard in ~/ui
      
      * Allow ETH-only & zero display
      
      * Use ui/Balance for balance display
      
      * Add tests for Balance & Tags component availability
      
      * WIP
      
      * Default overlay display to block (not flex)
      
      * Revert block
      
      * WIP
      
      * Add className, optional handlers only
      
      * WIP
      
      * Properly handle optional onKeyDown
      
      * Selection updated
      
      * Align margins
      
      * Remove old code
      
      * Remove debug logging
      
      * TransitionGroup for animations
      
      * No anim
      
      * Cleanups
      
      * Revert addons removal
      
      * Fix tests
      
      * WIP
      
      * Add onClick to Container
      
      * Create ui/DappCard component
      
      * WIP
      
      * Pass dummy displayApps
      
      * Rename DappsVisible back to AddDapps (easier git diff)
      
      * Rename CSS
      
      * Fix tests after merge
      535ebb1f
    • Jaco Greeff's avatar
      12bd207e
  10. Feb 01, 2017
    • Jaco Greeff's avatar
      Default Account selector in Signer overlay (#4375) · 3bdd32f9
      Jaco Greeff authored
      * Manage default accounts
      
      * Portal
      
      * Portal
      
      * Allow Portal to be used in as both top-level and popover
      
      * modal/popover variable naming
      
      * Move to Portal
      
      * export Portal in ~/ui
      
      * WIP
      
      * Tags handle empty values
      
      * Export AccountCard in ~/ui
      
      * Allow ETH-only & zero display
      
      * Use ui/Balance for balance display
      
      * Add tests for Balance & Tags component availability
      
      * WIP
      
      * Default overlay display to block (not flex)
      
      * Revert block
      
      * WIP
      
      * Add className, optional handlers only
      
      * WIP
      
      * Properly handle optional onKeyDown
      
      * Selection updated
      
      * Align margins
      
      * Remove old code
      
      * Remove debug logging
      
      * TransitionGroup for animations
      
      * No anim
      
      * Cleanups
      
      * Revert addons removal
      
      * Fix tests
      
      * defaultAccount
      
      * Selection actually selects
      
      * WIP tests
      
      * tests WIP
      
      * Expand tests
      
      * Container for scrollbars
      
      * Add parity_defaultAccount RPC (with subscription)
      
      * Add jsonrpc interface
      3bdd32f9
  11. Jan 31, 2017
  12. Jan 30, 2017
  13. Jan 27, 2017
  14. Jan 26, 2017
  15. Jan 25, 2017
    • Gav Wood's avatar
      Fix whitespace (#4299) · 8404edb6
      Gav Wood authored
      * Fix whitespace.
      
      * Update copyright years/owner.
      
      * Push release only for tags.
      8404edb6
  16. Jan 24, 2017
    • Jaco Greeff's avatar
      Feature selector (#4074) · 155bbc32
      Jaco Greeff authored
      * WIP
      
      * ParityBar verification
      
      * import from index.js
      
      * i18n expansion & tests
      
      * Features component
      
      * Adapt language selector to use features
      
      * Add features to settings view
      
      * typo
      
      * Convert logging
      
      * Fix earlier merge issues resulting in test failures
      
      * Lint failure fixes (new rules)
      
      * Fix additional listing rules
      
      * Re-add FormattedMessage (missing after merge), fix tests
      
      * Fix loader overrides
      
      * grumble: split item rendering (& test)
      
      * grumble: allow enable/disable while testing (default on)
      
      * grumble: move LanguageSelector below Features
      
      * grumble: don't pass visiblity prop (& update tests)
      
      * grumble: missing observable (onClick misbehaving)
      
      * grumble: don't reset to defaults per session
      
      * Fix to single store instance
      155bbc32
    • Jaco Greeff's avatar
      AccountCreate updates (#3988) · 06433033
      Jaco Greeff authored
      * Add esjify for mocha + ejs
      
      * First pass through, intl + basic smoketests
      
      * Create store
      
      * Update for renames
      
      * Pass store around
      
      * createType into store
      
      * Move stage into store
      
      * Update labels
      
      * Define stages
      
      * address into store
      
      * Add @observer
      
      * Retrieve name from store
      
      * Store phrase in store
      
      * isWindowsPhrase into store
      
      * gethAddresses to store
      
      * Store manages geth addresses
      
      * passwordHint into store
      
      * Fix build
      
      * rawKey into store
      
      * import json files
      
      * name set direct from component
      
      * No parent change callbacks
      
      * canCreate from store
      
      * createAccounts into store
      
      * expand create tests
      
      * Windows phrase testcases
      
      * Properly bind newError
      
      * FirstRun use of new CreateAccount
      
      * Add fix & test for selectedAddress match
      
      * Call into store from props
      
      * onChangeIdentity fix & test
      
      * Phrase set fix & test
      
      * RecoveryPhrase tested manually (issues addressed via tests)
      
      * Hex import manual test (& tests added for errors)
      
      * New eslint update fixes
      
      * grumble: set default type from store (with test)
      
      * grumble: pass copy of accounts (observable injection)
      
      * grumble: Summary owners can be array or array-like
      06433033
  17. Jan 23, 2017
    • Jaco Greeff's avatar
      Dapp visibility save/load tests (#4150) · 3d1162e3
      Jaco Greeff authored
      * Start of tests to replicate issue
      
      * Expand visibility tests
      
      * Cleanups
      
      * typo
      
      * Extend saving tests as requested (pre-emptive)
      
      * tests for new setDisplayApps action
      
      * Address PR oversights
      3d1162e3
    • Jaco Greeff's avatar
      Eslint formatting updates (#4234) · 66e540ed
      Jaco Greeff authored
      * Eslint updated (newline-after-var)
      
      * Fix newline-after-var
      
      * Eslint updated (one-var-declaration-per-line)
      
      * Fix one-var-declaration-per-line
      
      * Fix additional errors
      
      * Lint after merge
      66e540ed
    • Tomasz Drwięga's avatar
      Embeddable ParityBar (#4222) · 3e70e886
      Tomasz Drwięga authored and Jaco Greeff's avatar Jaco Greeff committed
      * Embeddable ParityBar
      
      * Replacing storage with store
      
      * Fixing  references.
      
      * Addressing style issues
      
      * Supporting parity background
      3e70e886
  18. Jan 21, 2017
  19. Jan 20, 2017
  20. Jan 19, 2017