* 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>