* added send icon as pseudo element
* fix pagination on mining toggle
* fix pagination on mining toggle
* fix pagination on mining toggle offset form 0
* fix pagination on change wallet
* disable pagination on wallet sync
fix blinked content after rerun command by callback
* files
* fix stuck modal window when lose or bed internet connection
* correct working pagination with hide transactions
* added send icon as pseudo element
* fix pagination on mining toggle
* fix pagination on mining toggle
* fix pagination on mining toggle offset form 0
* fixed icon disappear on retina screens
* added error case FAILED and throw it to console with message:
Error: (${error}) was triggered by command: ${command}`
* pagination for hide mining transactions
* files
* close wallet icon
* fixed icon disappear on retina screens
* added error case FAILED and throw it to console with message:
Error: (${error}) was triggered by command: ${command}`
* pagination for hide mining transactions
* files
* fixed icon disappear on retina screens
* added error case FAILED and throw it to console with message:
Error: (${error}) was triggered by command: ${command}`
1) all hardcoded URL links moved to constants.ts
2) gui now aware of mainnet/testnet
3) testnet build open up testnet block explorer
4) testnet build is marked with TESTNET note right after version
* fixed issue when user at first typing '.' in field amount
* show amount value in modal without 0
* changed wallet colors style
* Implement master password confirmation
* Small GUI bugs-> added translate for scale
* Unexpected screen after clicking 'go back'
* #154->Make alias registration error messages more informative
* added Wallet Status on Lock-Screen
* cleaned unused code
* changed ! to i in sidebar
* fixed ng build --prod issue
* 139 -> Search in History tab
* restored wallet text after not right merge
* hide for Tracking wallet 'send' and 'contracts' tabs
* 163-> GUI: tx history pagination is not working sometimes
* fixed issue when user at first typing '.' in field amount
* show amount value in modal without 0
* changed wallet colors style
* fixed few issues with attachment encryption
* added extra conditions on extra fields update in wallet
* has_field_of_type_in_extra() -> have_type_in_variant_container()
* implemented exclude_staking_txs filter
* Implement master password confirmation
* Small GUI bugs-> added translate for scale
* Unexpected screen after clicking 'go back'
* #154->Make alias registration error messages more informative
* added Wallet Status on Lock-Screen
* cleaned unused code
* changed ! to i in sidebar
* fixed ng build --prod issue
* 139 -> Search in History tab
* restored wallet text after not right merge
* hide for Tracking wallet 'send' and 'contracts' tabs
Co-authored-by: cryptozoidberg <crypto.zoidberg@gmail.com>
Co-authored-by: sowle <crypto.sowle@gmail.com>
* It's just waste of resources to use temp variable to call static members
also, according to docs, QString::fromStdString already take care about utf8 conversion,
so there is no need to do std::string -> C string -> QString conversion.
* Don't try use tray actions if tray is not available.
It just leads to the crash.
* fixed issue when user at first typing '.' in field amount
* show amount value in modal without 0
* changed wallet colors style
* fixed few issues with attachment encryption
* added extra conditions on extra fields update in wallet
* has_field_of_type_in_extra() -> have_type_in_variant_container()
* implemented exclude_staking_txs filter
* Implement master password confirmation
* Small GUI bugs-> added translate for scale
* Unexpected screen after clicking 'go back'
* #154->Make alias registration error messages more informative
* added Wallet Status on Lock-Screen
* cleaned unused code
* changed ! to i in sidebar
* fixed ng build --prod issue
Co-authored-by: cryptozoidberg <crypto.zoidberg@gmail.com>
Co-authored-by: sowle <crypto.sowle@gmail.com>
* fixed issue when user at first typing '.' in field amount
* show amount value in modal without 0
* changed wallet colors style
* fixed few issues with attachment encryption
* added extra conditions on extra fields update in wallet
* has_field_of_type_in_extra() -> have_type_in_variant_container()
* implemented exclude_staking_txs filter
* Implement master password confirmation
* Small GUI bugs-> added translate for scale
* Unexpected screen after clicking 'go back'
Co-authored-by: cryptozoidberg <crypto.zoidberg@gmail.com>
Co-authored-by: sowle <crypto.sowle@gmail.com>