Falko Schindler
Falko Schindler
> So, we should not use `MSHTML` or `IE` mode to visit nicegui app/site. Do you suggest setting `app.native.start_args['gui']` to solve this issue? Or is it something we should mention...
Ok, I'm closing this issue. It seems to be caused by WebView2 not being correctly installed, so that basically IE is used as a fallback, which doesn't support Vue3. Any...
Thanks for reporting this issue, @python-and-fiction! It looks like we would need to upgrade from our current AG Grid version 32.1.0 to at least 32.2.1 or the most recent 32.2.2....
Unfortunately, upgrading from 32.1 to 32.2 breaks existing behavior, e.g. calling the "selectAll" method doesn't work without specifying the "rowSelection" option. @python-and-fiction Is it possible that the feature you're describing...
@mockey Sorry, we can't upgrade to version 33 yet due to possible breaking changes. The changelog is quite long and it's hard to foresee which change might cause trouble in...
I'm closing this issue. It has been resolved in PR #5034 which will be released in NiceGUI 3.0.
@rodja Regarding CSS colors I have to disagree. They are not only used in `.style` strings: ```py ui.icon('home', color='SteelBlue') ```
For CSS we could simply use [webcolors](https://pypi.org/project/webcolors/). It's another dependency, but very lightweight. They define colors in https://github.com/ubernostrum/webcolors/blob/trunk/src/webcolors/constants.py based on current web standards.
This PR is getting pretty big and complex. Instead of trying to review and improve the existing implementation, I created PR #2613 and PR #2614 as an alternative approach. They...
Sorry, @ZeroCool940711, it wasn't my intention to just have a PR on my name. And I didn't copy&paste, but spent quite a while to re-implement these features. As mentioned on...