Results 37 comments of Far0n

I also find the current behavior a bit inconvenient, because of the `Trigger=True` side effects (see also: https://github.com/h2oai/wave/discussions/952). This PR here by @zillionare looks similar to one of my workarounds,...

Also discussed: **Syntax sugar for change detection and propagation** , something like: ```python def on_change( arg: str = None, predicate: Optional[Callable] = None, compared_to: str = "client", propagate: bool =...

It seems vertically centered in the browser. That works most of the time just fine, but somtimes I would like it to move a bit up: Here, I would like...

@mturoci It can easily look a bit off (imho) if center of mass of the app's cards is significantly above the screen center: ![grafik](https://user-images.githubusercontent.com/6949295/184869126-3ce032a8-18ae-4074-8f1a-72d9dec0d69d.png) I like this better: ![grafik](https://user-images.githubusercontent.com/6949295/184869387-936f5991-0556-420f-8f30-9d896742caad.png)

idk, for me dialogs just too far down: ![grafik](https://user-images.githubusercontent.com/6949295/184870027-91cd67f0-c013-4ed8-b49a-c27fe17d1dd4.png)

would be nice to allow it to place here (middle of red cross): ![grafik](https://user-images.githubusercontent.com/6949295/184870180-c16d05ce-d82d-4a02-a5bf-b98c59de57c0.png)

kk, let's close this here then?

Happy to help with the documentation. Guess starter would be to update the doc-string of `def on`, but what are other places?

concerns about `sort_args` approach (for reference): https://github.com/h2oai/wave/discussions/1480#discussioncomment-2888734 https://github.com/h2oai/wave/discussions/1480#discussioncomment-2888943

Maybe it would be better for now to recommend to use **on** only for buttons. `sort_args` wont be needed then and it doesn't solve other tricky cases like trigger=True on...