Rodja Trappe

Results 17 issues of Rodja Trappe

JustPy still provides the outdated Quasar 1.9.14: https://github.com/elimintz/justpy/blob/72f94a9f1e7fcd2734b3c947ba2e830387083698/justpy/templates/local/quasar.js#L2. The latest Quasar version is 2.7.7 which has many more features and bugfixes. I suggest we update the locally provided Quasar to...

enhancement
Quasar

As written in https://github.com/zauberzeug/nicegui/pull/101#issuecomment-1268344725 we would like to see the Quasar progress types as NiceGUI elements. This should be straight forward as @hroemer showed in pull request #101.

enhancement

@hroemer showed in #101 how [Quasar badges](https://v1.quasar.dev/vue-components/badge#introduction) could be used in custom code. We would like to see a NiceGUI element `ui.badge(text='badge content')`. As the Quasar examples show, a badge...

enhancement

The NiceGUI documentation at https://nicegui.io is written with NiceGUI itself. So it's a good testbed to see how well the lib performs with a lot of visitors. One thing we...

bug

As discussed in #407 it would be nice to have the possibility to set the background color to [ui.colors()](https://nicegui.io/reference#color_theming).

enhancement

One idea from #117 was to create a subset of layout commands which are easier to understand and discover than the classic css/quasar/tailwind techniques. The "Layout Builder" is one such...

enhancement

This pull request picks up on the idea from https://github.com/zauberzeug/nicegui/pull/2820#discussion_r1554523968 and other discussion around this topic to implement `app.storage.tab`: a volatile storage which keeps a state dictionary as long as...

enhancement

This PR adds two demos on how to use Floating Action Buttons (FABs).

documentation

### Description Even an empty auto-index page is leaking memory. This can be observed by regularly getting the process memory via `psutil`: ```py from nicegui import ui def observe_memory_growth() ->...

help wanted