Falko Schindler
Falko Schindler
Interesting idea... Just for reference, here's a quick script counting the different family combinations: ```py import json from collections import Counter import httpx FAMILIES = { 'Material Icons', 'Material Icons...
> I think we can just ignore the icon names missing from the Material Symbols [...] > The probes I took looked like the icons are still available but just...
I'm actually thinking about dropping this PR altogether. It doesn't provide much more benefit that the [VSCode NiceGUI extension](https://marketplace.visualstudio.com/items?itemName=DaelonSuzuka.nicegui) but raises many questions (How to represent icons like "360"? How...
Here's an attempt to summaries the different kind of dependencies (current main branch): ``` cls.component (.js) -> js_imports -> import statements + app.component cls.component (.vue) -> vue_scripts, vue_style, vue_html ->...
@rodja I decided to include this PR in 2.0.0, because it will probably add a deprecation warning for using the old library parameters, which is kind of a breaking change....
I think I tried adding some console logging in JavaScript, but without much success, since everything hangs when the problem occurs. Somewhere in nicegui.js is probably a good place to...
@dcslin just reported a very similar problem: #3475
@burnpanck Thanks for offering your help! I don't really know how to proceed, especially because the browser's developer tools are pretty much useless when the tab freezes. But maybe we...
Wow, thanks @xaptronic! In a nutshell (using NiceGUI's Vue and Quasar versions): ```html const TestTable = { template: ``, // :rows="rows" would cause the browser to freeze props: { rows:...
Thanks for your investigation, @xaptronic! I'm also leaning towards documenting this potential pitfall and close this issue as completed. What about this example: ```py table = ui.table(rows=[ {'id': 'A', 'value':...