Riccardo
Riccardo
An example of widget tests has been written inside the `riccardo/ui-tests` branch
@kwunyeung I've tried searching all the web to find a way to open up the system emoji keyboard, but it looks like Flutter doesn't allow to do it, nor there...
@kwunyeung I personally think the best way to handle this particular feature is to continue using the one that Flutter provides. It's going to be a hell lot of work...
@ryuash All the mooncake.space pages are generated using [VuePress](https://vuepress.vuejs.org/)
I think this issue is one of the most complex one. In order to be done properly, we should create a web version of Mooncake as well. Then we could...
@kwunyeung I think this feature can already be implemented inside the UI without any needed changes to BDJuno. I think the issue should be moved to the UI repo instead...
To solve the problem highlighted by @nullmames, Terra Station sorts the validators by voting power, bust listing first the last 10 validators that joined. This results in the list always...
@MonikaCat This was an idea I had in order to be able to remove the `MessagesParser` from Juno. If we are able to use this method instead of the `involved_addresses`,...
@lightiv Can you please add a Pastebin link with your BDJuno config? Or add the config directly here
@HarleyAppleChoi Currently I see two types of tests that could be done. ### 1. Unit tests The first thing we could do is increment the coverage by testing the handlers...