moar debugz
This commit is contained in:
@@ -49,25 +49,27 @@ class Dashboard extends React.Component {
|
|||||||
</Flex>
|
</Flex>
|
||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (<div></div>);
|
||||||
<Flex flex={ true }>
|
|
||||||
<Layout
|
|
||||||
actions={ actions }
|
|
||||||
>
|
|
||||||
<CenteredContent>
|
|
||||||
<Flex direction="column" flex={ true }>
|
|
||||||
{ store.isFetching ? (
|
|
||||||
<AtlasPreviewLoading />
|
|
||||||
) : store.atlases && store.atlases.map((atlas) => {
|
|
||||||
return (<AtlasPreview key={ atlas.id } data={ atlas } />);
|
|
||||||
}) }
|
|
||||||
</Flex>
|
|
||||||
</CenteredContent>
|
|
||||||
</Layout>
|
|
||||||
|
|
||||||
{ this.state.newAtlasVisible && <FullscreenField /> }
|
// return (
|
||||||
</Flex>
|
// <Flex flex={ true }>
|
||||||
);
|
// <Layout
|
||||||
|
// actions={ actions }
|
||||||
|
// >
|
||||||
|
// <CenteredContent>
|
||||||
|
// <Flex direction="column" flex={ true }>
|
||||||
|
// { store.isFetching ? (
|
||||||
|
// <AtlasPreviewLoading />
|
||||||
|
// ) : store.atlases && store.atlases.map((atlas) => {
|
||||||
|
// return (<AtlasPreview key={ atlas.id } data={ atlas } />);
|
||||||
|
// }) }
|
||||||
|
// </Flex>
|
||||||
|
// </CenteredContent>
|
||||||
|
// </Layout>
|
||||||
|
|
||||||
|
// { this.state.newAtlasVisible && <FullscreenField /> }
|
||||||
|
// </Flex>
|
||||||
|
// );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -19,6 +19,8 @@ export default class Home extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
// <SlackAuthLink />
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={ styles.container }>
|
<div className={ styles.container }>
|
||||||
<div className={ styles.content }>
|
<div className={ styles.content }>
|
||||||
@@ -44,7 +46,7 @@ export default class Home extends React.Component {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className={ styles.action }>
|
<div className={ styles.action }>
|
||||||
<SlackAuthLink />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user