Iris Li
Iris Li
I can see arguments for both sides, but i'm not strongly favoring one or the other. I think it would be nice to show the corresponding public key though.
Perhaps if we make the input a password input and show the public key right below, it would be clear enough but would also hide things. I'm still not entirely...
Additionally, clear the current xdr viewer input when loading the latest transaction to try out.
This is a known bug that I could not find a solution to without changing the design. It is documented in the PR that implements this. See the section under...
Which one should start expanded? Everything should start expanded? I think the original intent for collapsible side nav was to compact things so that users would not have to scroll...
Note that the current glitches (single line highlighting and current item not collapsible) are byproducts of having the blue rectangle at the side of the current item. It is documented...
I have documented it in the PR https://github.com/stellar/developers/pull/46: > ## Current family not collapsible > > Because of how the "current" state is implemented (due to the blue rectangle), menus...
Do you mean flashing when beginning to load the page, or right before exiting? Try loading the target page in a new window and see if the flash you are...
This is actually similar to https://github.com/stellar/stellard/issues/87
The issue here is that 100000000000000001 has too much precision. However, the Stellard error message should say something more descriptive than `Can only send positive amounts.`. However, this is a...