Describe the bug
In the new version, to see the function inputs there is a list of functions and then you click the function and it appears below the list. If there is a long list of functions like in a coin contract, it is not clear what happens when you click a function. Also its inherently inefficient to have the function appear below (out of sight below) and not right where you click.
An accordion seems like a good UI tool to use here.
Screenshots
In the image below I clicked on Mint and nothing happens that is visible. I need to scroll to see the change - which is not clear in the visible space without scrolling and there is no indication that something opened below.
Also a user needs to navigate two vertical scrolls - A. one for the function list which is only as high as the allotted height for functions and B. the outer one for the entire Deploy & Run:
We are forcing the user to use the outer scroll bar a lot and the inner scroll bar of functions is not visible all the time - so its confusing. And then when the user knows they need to scroll its easy for them to use the wrong scroll bar - which will further confuse them.
Also when clicking on function there is no indication that the function will be visible below the function list. In the image below, the user is clicking on a function - but is not informed that something is happening below.
@solangegueiros - anything to add here?
Describe the bug
In the new version, to see the function inputs there is a list of functions and then you click the function and it appears below the list. If there is a long list of functions like in a coin contract, it is not clear what happens when you click a function. Also its inherently inefficient to have the function appear below (out of sight below) and not right where you click.
An accordion seems like a good UI tool to use here.
Screenshots
In the image below I clicked on Mint and nothing happens that is visible. I need to scroll to see the change - which is not clear in the visible space without scrolling and there is no indication that something opened below.
Also a user needs to navigate two vertical scrolls - A. one for the function list which is only as high as the allotted height for functions and B. the outer one for the entire Deploy & Run:
We are forcing the user to use the outer scroll bar a lot and the inner scroll bar of functions is not visible all the time - so its confusing. And then when the user knows they need to scroll its easy for them to use the wrong scroll bar - which will further confuse them.
Also when clicking on function there is no indication that the function will be visible below the function list. In the image below, the user is clicking on a function - but is not informed that something is happening below.
@solangegueiros - anything to add here?