Martin Turóci

Results 51 issues of Martin Turóci

Source: https://h2oai.slack.com/archives/C013PAVE2CS/p1660059781483129

ui
feature

via @azim-b Add `align` attr to `ui.inline` to allow for vertical alignment. Currently, we [center everything by default](https://github.com/h2oai/wave/blob/989d2c808f0bb60f7e179bb2a7a9ccb44ad6064f/ui/src/form.tsx#L201), which does not suit every case, e.g. displaying 2 choice groups side...

ui
feature
good first issue

Initial example of how to integrate R docs for @ashrith - feel free to ping me in case of any questions. https://user-images.githubusercontent.com/64769322/177091187-40f21d78-4bf6-40cc-a991-5d1535819962.mov Closes #1527

Integrate R documentation into our current https://wave.h2o.ai/.

docs

via @itsxaos ### Discussed in https://github.com/h2oai/wave/discussions/1443 Originally posted by **itsxaos** May 25, 2022 The alignment of the gauge on the wide gauge card doesn't seem right, it moves when the...

ui
bug

via @Far0n @vopani @AakashKumarNain @mtanco #### Is your feature request related to a problem? Please describe It is a common pattern to have a single function to be used for...

feature
py

via @psinger ## Repro ```py from h2o_wave import main, app, Q, ui @app("/demo") async def serve(q: Q): if not q.client.initialized: items = [ ui.slider(name="test", label="test", value=0.5, min=0, max=1, step=0.1), ui.dropdown(name="test2",...

ui
feature

### Discussed in https://github.com/h2oai/wave/discussions/1302 Originally posted by **azim-b** March 22, 2022 can we add a `height` param to the `ui.copyable_text()` component? Example use case: - text box of certain height...

ui
feature
good first issue