Amaury Martiny
7d0780d723
Make Signing Requests more visible ( #7204 )
...
* Add a signerPending component with popup
* Add text when no requests
* Remove lock icon
* Fix lint
* Create separate component from RequestItem
* Render different types of transaction
* Remove blue View button
* Remove useless code
2017-12-06 10:44:50 +01:00
Amaury Martiny
83ff213f6c
New account selector UI in top bar ( #7179 )
...
* Add a dropdown popup for account selector
* Install sui latest version for hideOnScroll bug fix
* Update ui
* Update package-lock after rebase
* Require parity/ui v3.0.3
* Pass accountStore as props
* Require parity/ui v3.0.4
2017-12-04 12:09:08 +01:00
Jaco Greeff
cebf493dce
Cleanup top bar, add Home icon for navigation ( #7118 )
...
* Localise images to config.js file
* Remove sample status plugin (commented)
* Update image references from config
* Remove Unknown capability & Capable (only display actions)
* Update to @parity/ui 2.2.14
* Add Home icon on statusbar (go back)
* 2.2.14 -> 2.2.x
* Builtin dapp icons where dappreg not available
2017-11-22 14:56:12 +01:00
Jaco Greeff
fcee1c0ac8
Remove unused and duplicated files in js-old ( #7082 )
...
* Cleanup v1 build process, application-only
* Remove built-in dapps from build (duplicated)
* User @parity/api instead of local version
* Update references to @parity/abi
* Remove unused js-old api/abi folders
* Remove duplicated v1 jsonrpc
* Cleanup unused routes
* Update manifest with wallet image
* Update wallet logo
* Re-add missing test.sh
* Update rpc mocks
* Update tests for Providers
* Use flex for iframe & status
* Additional cleanups (Home screen for embed)
* Keep statusbar fixed (and non-overallping with dapps)
2017-11-21 17:38:06 +01:00
Jaco Greeff
21c95bbec5
Update after merge
2017-10-05 15:04:45 +02:00
Jaco Greeff
290060e6c4
Add sync warning to top
2017-10-04 14:49:41 +02:00
Jaco Greeff
4fa4dd8fc8
Update status plugins
2017-09-20 15:01:30 +02:00
Jaco Greeff
dfe45338c0
Move status to the top (alignment/overlaps)
2017-09-20 13:08:38 +02:00
Jaco Greeff
32a29c11a0
CSS lint fixes
2017-09-20 12:55:47 +02:00
Jaco Greeff
d02c696030
Update failing tests
2017-09-20 12:48:03 +02:00
Jaco Greeff
abb94c8bf3
Update ParityBar (container in Status)
2017-09-20 11:24:19 +02:00
Jaco Greeff
5d774d360e
Update with latest dependencies
2017-09-13 13:09:32 +02:00
Jaco Greeff
6e2e122288
Update with recent @parity/ui
2017-09-12 13:32:21 +02:00
Jaco Greeff
fb7b11553a
Test-drive extensions, status first
2017-09-01 14:29:57 +02:00
Jaco Greeff
a068f72f08
Ui 2 pubsub components ( #6152 )
...
* Remove Application.orig from merge
* Disable i18n extraction for development
* Retrieve blockNumber via pubsub
* Chain via pubsub
* StatusIndicator with health
* WIP
* WIP
* s/BlockStatus/BlockNumber/
* Adjust BlockNumber display
* Cleanup debug
* Fix statusbar indicator
* NetPeers component
* Add BlockTimestamp
* Export statics on observer
* Cleanup debug logs
* Update references
2017-07-26 16:54:47 +02:00
Jaco Greeff
49fdd23d58
Ui 2 move to packages/* ( #6113 )
...
* Move secureApi to shell
* Extract isTestnet test
* Use mobx + subscriptions for status
* Re-add status indicator
* Add lerna
* Move intial packages to js/packages
* Move 3rdparty/{email,sms}-verification to correct location
* Move package.json & README to library src
* Move tests for library packages
* Move views & dapps to packages
* Move i18n to root
* Move shell to actual src (main app)
* Remove ~ references
* Change ~ to root (explicit imports)
* Finalise convert of ~
* Move views into dapps as well
* Move dapps to packages/
* Fix references
* Update css
* Update test spec locations
* Update tests
* Case fix
* Skip flakey tests
* Update enzyme
* Skip previously ignored tests
* Allow empty api for hw
* Re-add theme for embed
2017-07-21 15:46:53 +02:00