diff --git a/CHANGELOG.md b/CHANGELOG.md index f37c1d52c5..aa66efa5a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,12 +69,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - [\#1547](https://github.com/cosmos/voyager/issues/1547) deleted archive directory of old components @jbibla - removed unit tests from prepush hook @faboweb - [\#1566](https://github.com/cosmos/voyager/issues/1566) putting querying errors in the store instead of showing notifications @faboweb -- [\1612](https://github.com/cosmos/voyager/issues/1612) defined props types on components +- [\#1612](https://github.com/cosmos/voyager/issues/1612) defined props types on components - changed `err` to `error` because abbreviations are bad @faboweb -- [\1609](https://github.com/cosmos/voyager/issues/1609) switched to css and html to onboard developers faster @faboweb -- [\1594](https://github.com/cosmos/voyager/issues/1594) disable decimal amount transfers @fedekunze -- [\1680](https://github.com/cosmos/voyager/issues/1680) updated `TmBalance` to receive tabs an array of objects to avoid conflicting routes @fedekunze -- [\1638](https://github.com/cosmos/voyager/issues/1638) removed account password from the state and now user has to input it on every transaction @fedekunze +- [\#1609](https://github.com/cosmos/voyager/issues/1609) switched to css and html to onboard developers faster @faboweb +- [\#1594](https://github.com/cosmos/voyager/issues/1594) disable decimal amount transfers @fedekunze +- [\#1680](https://github.com/cosmos/voyager/issues/1680) updated `TmBalance` to receive tabs an array of objects to avoid conflicting routes @fedekunze +- [\#1638](https://github.com/cosmos/voyager/issues/1638) removed account password from the state and now user has to input it on every transaction @fedekunze +- [\#1655](https://github.com/cosmos/voyager/issues/1655) Text and Textarea fields trimmed @sabau ### Fixed diff --git a/app/src/renderer/components/common/TmModalSearch.vue b/app/src/renderer/components/common/TmModalSearch.vue index 0cd2d0e950..5bb4330f6d 100644 --- a/app/src/renderer/components/common/TmModalSearch.vue +++ b/app/src/renderer/components/common/TmModalSearch.vue @@ -41,7 +41,7 @@