Stefan Dirix
Stefan Dirix
@dependabot rebase
Hi @garronej, thanks for the contribution! The deprecation notice mentions [MUI System](https://mui.com/system/getting-started/). Shouldn't we use that instead of another third party library?
Can you update this PR to the latest state?
The build seems to fail :/
Hi @tsmaeder, Within Electron apps, external links are best opened in the system's browser instead of another Electron window. See for example this code which is necessary just to open...
Hi @james-pre, thanks for the notice and your efforts on `zenfs`. We evaluated the available options and decided to switch to an [OPFS](https://developer.mozilla.org/en-US/docs/Web/API/File_System_API/Origin_private_file_system) based approach. OPFS is browser native and...
Hi @misterfads, Can you post the `schema` and `uischema` you are using? Note that the React Vanilla renderer set just renders a bunch of HTML elements with CSS classes. The...
Hi @misterfads, There is no CSS automatically included by JSON Forms in the React Vanilla renderers. What we do is assign CSS classes but we don't provide styles for them...
Hi @misterfads, Note that all our renderers are the same as "custom renderers". So you can always look through our code base and check how we implemented them. I'll close...
Hi @roy20021, Thanks for the suggestion. Currently we don't support compound document schemas. I will add this request to "next". However we will not work on this feature in the...