|
@@ -18,6 +18,7 @@ import RevisionPathControls from '../Page/RevisionPathControls';
|
|
|
import TagLabels from '../Page/TagLabels';
|
|
import TagLabels from '../Page/TagLabels';
|
|
|
import LikeButton from '../LikeButton';
|
|
import LikeButton from '../LikeButton';
|
|
|
import BookmarkButton from '../BookmarkButton';
|
|
import BookmarkButton from '../BookmarkButton';
|
|
|
|
|
+import ThreeStrandedButton from './ThreeStrandedButton';
|
|
|
|
|
|
|
|
import AuthorInfo from './AuthorInfo';
|
|
import AuthorInfo from './AuthorInfo';
|
|
|
import DrawerToggler from './DrawerToggler';
|
|
import DrawerToggler from './DrawerToggler';
|
|
@@ -185,14 +186,9 @@ const GrowiSubNavigation = (props) => {
|
|
|
<div className="d-flex flex-column align-items-end justify-content-center">
|
|
<div className="d-flex flex-column align-items-end justify-content-center">
|
|
|
<div className="d-flex">
|
|
<div className="d-flex">
|
|
|
{ !isPageInTrash && <PageReactionButtons appContainer={appContainer} pageContainer={pageContainer} /> }
|
|
{ !isPageInTrash && <PageReactionButtons appContainer={appContainer} pageContainer={pageContainer} /> }
|
|
|
- <div className="mt-2">
|
|
|
|
|
- {/* TODO: impl View / Edit / HackMD button group */}
|
|
|
|
|
- {/* <div className="btn-group" role="group" aria-label="Basic example">
|
|
|
|
|
- <button type="button" className="btn btn-outline-primary">Left</button>
|
|
|
|
|
- <button type="button" className="btn btn-outline-primary">Middle</button>
|
|
|
|
|
- <button type="button" className="btn btn-outline-primary">Right</button>
|
|
|
|
|
- </div> */}
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div className="mt-2">
|
|
|
|
|
+ <ThreeStrandedButton />
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|