Jan Potoms
Jan Potoms
> Can optimize load @mui/material/* module, using the method of dealing @mui/icons-material I'm not sure that would work well with imports like: ```tsx import Button, { buttonClasses } from "@mui/material/Button";...
@WangLarry The point was that it requires us to hardcode the exports of each of those modules imported, which will be a maintenance burden as we'll have to keep it...
I agree, we could add a "pinned" mode to this drawer
I don't think the solution you proposed is bad. It just requires more work before it's fully usable. In any case, I don't think the merging of new UI must...
@bytasv We have a hidden option `TOOLPAD_ENABLE_CREATE_BY_DOM` that allows you to create an app by importing an existing dom. Currently we use this for integration testing only (and PR previews)....
@WangLarry please fill out the issue template and describe the issue in terms of reproduction steps, expected behavior and actual behavior. Once we understand the root of your problem we...
turning off the "enabled" option prevents the query from making fetches. If it has cached data it will still show it. If that's not what you want, perhaps you could...
@WangLarry please describe the issue in terms of reproduction steps, expected behavior and actual behavior. It's really hard to figure out the problem you're running into from just a proposed...
Agreed, currently we already show live values in the binding editor global scope explorer. We can make this view accessible in its own panel as well. As a benchmark, retool...
> The DataGrid remounts thrice before showing an updated state with the row deleted Why does it remount?