Raathi Kugarajan
Raathi Kugarajan
There is nothing preventing from building atmo for linux but I use windows as my primary OS and did not find enough time to setup a virtual machine. I'll see...
Please get an update and try again.
You can adjust the width of the panels by dragging the divider (Which is not visible but it's there) between the control panel and the editor panel.
Unfortunately, it compiles on Windows. You might have to dig a bit into the errors and see. You could try making the places where it errors as `any`?
I'm afraid there is no workaround I can think of right now since dazzle is coupled with react-dnd. Sorry about that!
That seems like a neat solution! Feel free to send a PR! how about `DashboardWithoutDndContext` ?
Awesome! Two exports from the same file would be nice. We could remove the decorator and have an export which wraps the dashboard component with the Dnd context as you...
Hey, I'm glad you like that project. I even thought about integrating react-grid-layout but never got the time to really start implementing it. Right now I'm in the middle of...
@averypfeiffer Dazzle current has a `Row` component and multiple column components would come as a child of the `Row` component. [LayourRenderer ](https://github.com/Raathigesh/dazzle/blob/master/lib/components/LayoutRenderer.js) should be a good place to start.
Nested rows in a column is not supported right now. But having a single row with multiple columns and having multiple widgets in a single column should work. A sample...