Commit Graph

68 Commits

Author SHA1 Message Date
varasev 82ffca0d1a
Add POA-GNO merge warning (#127) 2022-04-27 13:27:27 +03:00
Vadim 005dd6c965 Remove isVotingActive request (use miningKeyByVoting instead) 2020-01-07 15:42:21 +03:00
Vadim 7eb22de4ab Remove duplicated requests and improve warnings output 2020-01-07 15:28:36 +03:00
varasev 8901dcdc50
Merge branch 'core' into enable-wallet-only-when-needed 2020-01-07 13:45:31 +03:00
Max Alekseenko 526cb38a43 Select the network from metamask when first visiting (#117)
* select the network from metamask when first visiting

* Keep netId in browser's storage and use it when page first loading if possible

* Fix typos

Co-authored-by: varasev <[email protected]>
2019-12-30 11:39:12 +03:00
Max Alekseenko fb4de7b621 enable wallet only when it's needed 2019-11-19 20:15:06 +03:00
varasev 67fc237996
(Fix) SearchBar, Set Metadata bugfix, and refactoring (#114)
* Fix SearchBar and refactoring

* Improve message texts
2019-11-12 13:15:59 +03:00
Max Alekseenko a1c023202d Make network select more stable (#112)
* added networks dropdown

* update getWeb3 to support forced network ID

* added current network to dropdown header, added click event on network selectors

* list element key value error fix, added preventDefault on click on change network link

* switching between networks

* make account select more stable

* change network switching logic and do some refactoring

* fix mobile network switch

* change errors text

* Fixes

* Fix wrong checking order

* remove logs

* Add missed checking and small refactoring for `messages.networkMatchError`
2019-10-25 12:55:21 +03:00
Gabriel Rodriguez Alsina 0525027b94 (fix) add network switch 2019-04-29 13:23:31 -03:00
Gabriel Rodriguez Alsina 1ffdb7dc6e (fix) make possible to search by full name 2019-01-17 16:00:07 -03:00
Gabriel Rodriguez Alsina bb8ed4db63 (fix) loading component issues 2019-01-17 12:35:48 -03:00
Gabriel Rodriguez Alsina fce6e043f9 (chore) removed temporary code - (fix) sweet alerts z-index 2019-01-16 17:34:52 -03:00
Gabriel Rodriguez Alsina 23552308b4 (add) styles for set metadata form 2019-01-15 15:56:10 -03:00
Gabriel Rodriguez Alsina da5139fb04 (fix) Section title's display. 2019-01-15 12:44:13 -03:00
Gabriel Rodriguez Alsina 45d1df0632 (add) Validator title icons. 2019-01-15 12:03:31 -03:00
Gabriel Rodriguez Alsina a6eae2d0df (add) finalize / confirm buttons components. 2019-01-09 14:42:32 -03:00
Gabriel Rodriguez Alsina 9c9644e7cd (remove) unused files - (fix) validators loading - (fix) dApp name in logo - (change) link for navlink 2019-01-08 15:43:41 -03:00
Gabriel Rodriguez Alsina 9b52990bdf (remove) unused files - (add) base components: header, footer, menu, etc. 2019-01-07 17:45:51 -03:00
Gabriel Rodriguez Alsina bf10c6b41a (refactor) file and folders' structure / scaffolding - (fix) eslint + prettier - (add) npm start watches scss now 2019-01-07 15:43:51 -03:00
Vadim 72dbe682bb (Fix) Remove wrong alert on Set Metadata page 2018-10-15 21:36:44 +03:00
Vadim Arasev 9689c6282f (Fix) Use web3 1.0 by default 2018-10-11 10:09:04 +03:00
Vadim 1f857037bd (Update) Add support of a new version of MetaMask
Solves https://github.com/poanetwork/poa-dapps-validators/issues/85
2018-10-10 18:55:51 +03:00
Vadim Arasev ee1c1847b2 (Refactor) Move hardcoded netIds to constants.js 2018-10-02 15:05:56 +03:00
Vadim Arasev 7573000edc (Update) Add netId and branch name for DAI shard 2018-10-01 13:46:08 +03:00
Jorge Shirai c940f674f1 Modify ProofOfPhysicalAddress.contract to work only on core.
Modify ProofOfPhysicalAddress.contract to work only on core, since the 
corresponding contract is deployed only on that network.
2018-08-28 21:58:21 -03:00
Jorge Shirai 3b0078ac82 Retrieve ProofOfPhysicalAddress ABI using helpers.
Retrieve ProofOfPhysicalAddress ABI using helpers, by assuming
poa-chain-spec has the corresponding information.
2018-08-27 09:22:49 -03:00
Vadim Arasev 422995b51f (Update) Add calling ValidatorMetadata.isValidatorAlreadyVoted 2018-08-07 14:29:11 +03:00
Gabriel Rodríguez Alsina 83e2004c8b (chore) Applied linting. (+1 squashed commit)
Squashed commits:
[beb656e] (feat) Last visual changes, based on designs. - (fix) Changed search placeholder.
2018-07-18 15:19:51 -03:00
Gabriel Rodríguez Alsina 141e2e7c2b [fix] Applied prettier formatting to files. 2018-07-17 18:38:28 -03:00
Gabriel Rodríguez Alsina d8f660c1b2 (feat) Styles for the Sokol network. 2018-07-16 15:34:45 -03:00
Gabriel Rodríguez Alsina 751cdd5038 [chore] Merge core into restyling.
Fix conflicts.
2018-07-16 11:33:29 -03:00
Vadim Arasev 7743e3baaf (Fix) Display alert for Set Metadata tab if Voting Key is not valid 2018-07-06 10:52:05 +03:00
Gabriel Rodríguez Alsina afc06d7632 [feat] Applied new styles to loading screen. 2018-07-05 08:46:19 -03:00
Gabriel Rodríguez Alsina 0e8552a1b7 [feat] Search input styling, according to the branding style guide. 2018-07-04 20:10:26 -03:00
Gabriel Rodríguez Alsina 0c78313181 [chore] Moved the Header / MobileMenuLinks / NavigationLinks components to their own files. 2018-07-04 19:43:37 -03:00
Gabriel Rodríguez Alsina ecbb8a8d57 [fix] Added keys to mapped lists. 2018-07-04 19:19:27 -03:00
Gabriel Rodríguez Alsina a4c1d8d5ba [feat] Add mobile menu. 2018-07-04 13:37:52 -03:00
Gabriel Rodríguez Alsina c7709da12a [feat] Refactored navigation items generation - Refactored social links generation - Created 'Socials' component. 2018-07-04 08:40:25 -03:00
Gabriel Rodríguez Alsina d06d332acf [feat] Footer restyling. 2018-07-04 00:02:18 -03:00
Gabriel Rodríguez Alsina 6095e950b5 [feat] Header - Add icons. 2018-07-03 23:26:28 -03:00
Gabriel Rodríguez Alsina b478922620 [feat] Header restyling - Base styles - Main title. 2018-07-03 22:54:51 -03:00
Vadim Arasev ef6fb359b9 (Fix) Don't display alert for Set Metadata tab when loading 2018-06-29 11:32:45 +03:00
Victor Baranov 20369024fe (Fix) standardize alerts && handle errors from calling contracts methods (#50)
* standardize alerts and handle errors from contracts

* global helpers

* remove commented line

* validatorData set rollback

* handle User denied transaction pattern

* highlight values in Pending changes alert
2018-03-12 11:41:19 -07:00
viktor 1f335ed302 validators count 2018-02-26 17:35:10 +03:00
viktor 301095b94d Dynamic footer year 2018-02-26 15:56:00 +03:00
Victor Baranov b6b91abd6e (Refactor) chain-spec repo as endpoint for contracts addresses and ABIs (#37)
* Structurize styles

* Use nodemon watcher to prevent additional scss compiles

* Make responsive

* chain-spec repo as endpoint for contract addresses and ABIs

* ABIs are from chain-spec repo

* avoid: setState(…): Can only update a mounted or mounting component. This usually means you called setState() on an unmounted component. This is a no-op

* Fix sokol header

* Sokol header: use plain color

* Core HF

* Make view responsive (#36)

* Structurize styles

* Use nodemon watcher to prevent additional scss compiles

* Make responsive

* Fix sokol header

* Sokol header: use plain color

* (Fix) Use proper way to make sure addreses get BEFOFE code starts to run

* (Fix) styling on the header with selector
(Fix) prepend with 0 zipcode if it has 4 digits

* styles merge fix
2018-02-01 14:48:48 -08:00
Dobriy-i 73d76e8497 Make view responsive (#36)
* Structurize styles

* Use nodemon watcher to prevent additional scss compiles

* Make responsive

* Fix sokol header

* Sokol header: use plain color
2018-01-31 13:24:52 -08:00
Roman Storm 5023c4f190 Fix a bug with swithcing networks 2018-01-25 02:24:07 -08:00
Roman Storm 8cccc579ac Fix a bug when switching networks 2018-01-25 01:45:18 -08:00
Roman Storm af38286732 Refactor colors for header and footer 2018-01-25 01:26:29 -08:00