Amplify Output button increases vertical size#2588
Amplify Output button increases vertical size#2588madlep wants to merge 1 commit intolivebook-dev:mainfrom
Conversation
|
This looks good to me but I wonder if we should go with a bit more conservative change, such as 450? Or maybe we should make the height configurable altogether, I don't know. |
@josevalim 450px still feels a bit small. At least when generating more output on a larger monitor where you want to optionally be able to use the screen real estate more effectively. A few ideas:
What are your thoughts? |
|
i would love for it to be configurable or if i could click in the anchor and expand to the length i need it to. 300px on my machine is only 13 lines which is not optimal for me at least |
53d35fb to
e700d25
Compare
The existing "Amplify output" button increases horizontal size, but when returning a large data structure and/or sending a larger amount of data to stdout, the small vertical size is frustrating. Especially so on larger screen where there is more real estate to work with.
This preserves existing logic by keeping the amplify setting client side only, and not relying on state managed via the liveview process. It could be done that way, but kept it consistent with current implementation.
amplify_output_vertically.mov