Started working on the tabs, added selection background for filters, started expanding Storage options

This commit is contained in:
2017-12-29 11:17:26 -05:00
parent 8a5f7eaa09
commit a9315a4b54
16 changed files with 20471 additions and 19399 deletions

View File

@@ -48,9 +48,9 @@ class BasicLayout extends React.PureComponent {
var layout = [
{i: 'a', x: 0, y: 0, w: 6, h: 1},
{i: 'b', x: 0, y: 1, w: 1, h: 5},
{i: 'b', x: 0, y: 1, w: 1, h: 7},
{i: 'c', x: 1, y: 1, w: 5, h: 3, minW: 5, minH: 3},
{i: 'd', x: 1, y: 2, w: 5, h: 2, minW: 5, minH: 1}
{i: 'd', x: 1, y: 2, w: 5, h: 4, minW: 5, minH: 1}
];
this.state = { layout };
}