Jan Potoms
Jan Potoms
> One thing that I have found frustrating with how they have implemented their UX: When making changes that you don't like, the only way to trash them is to...
I think we can sort them alphabetically, but before going much further, I think we should reflect on the UX a bit. i.e. Is this page options panel even the...
We can make it always `fullWidth` and remove that property? How would we size a texfield that is the only component on a row?
@bharatkashyap I also needed a dom duplication method for https://github.com/mui/mui-toolpad/pull/786 so [quickly wrote one](https://github.com/mui/mui-toolpad/pull/786/files#diff-299a4d9f06f69284f5c11960ef97e6a3723fbcefe950857a324dffd50c58e876R880). We can consolidate when you pick this PR back up.
Just realized that after https://github.com/mui/mui-toolpad/pull/778, rewriting the indices shouldn't be necessary anymore
> This UI problem can be fixed by placing the label either inside of the component (Makeswift like) or at the bottom/opposite side of the component. Or the lazy way...
I'm not sure more space at the top is a better solution. The drawback of the current solution is that the selection hint may be at an unintuitive place. i.e....
If the UX can still be improved, I see no harm in keeping an issue open to keep track of that
https://grid.layoutit.com/ has yet another behavior, it just clamps the fr of a column at 0.1, and keeps increasing the fr of the resizing column. This method is probably easier to...
This will conflict with changes I'm making in https://github.com/mui/mui-toolpad/pull/838/files#diff-ec80be28f55d9a65ffd34db07be05d96cde782bcd9ace685dc77515e840cfb91L65 I believe `disabled` should just mean disabling the whole control.