Add option to also bounce when scaling#795
Conversation
There was a problem hiding this comment.
how come you're passing bounce and incremental to @scale()?
|
@tpetr updated form your comments, also the checkbox label just says "Bounce after scaling" now |
|
Added a field in the request so that you can default that box to checked if you want |
There was a problem hiding this comment.
You need one that is the Json getter that just returns the actual value.
If you want to add a helper, you should @JsonIGnore it.
|
Is the request option only used by the UI? |
|
Yes, only used by the ui. Developers wanted a way to have the checkbox default to checked for some requests but not others |
|
This could be addressed in a subsequent PR, but I think it'd be worth packing the bounce + scale functionality into the backend. The "dumber" the UI is, the better. |
There was a problem hiding this comment.
I'd consider moving the bounce checkbox to after the scale input to fit in with the "bounce after scaling" wording.
There was a problem hiding this comment.
bonus points for indenting the incremental bounce option + greying it out if the bounce checkmark is unchecked
There was a problem hiding this comment.
right now the incremental option isn't show if bounce checkmark is unchecked and appears when you check it. would you rather see it greyed out instead of having it hidden?
Add option to also bounce when scaling

(extra options for incremental bounce only appear when bounce is checked)