0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 13:02:45 +00:00

Add migrate nav item to pages and update migrate document

This commit is contained in:
Charlie Humphreys
2021-12-15 23:57:52 -06:00
parent f1c4910993
commit fd23396b95
10 changed files with 233 additions and 193 deletions

View File

@@ -16,6 +16,7 @@ const IssueNavItem = require('../../navbar/issue.navitem.jsx');
const SplitPane = require('naturalcrit/splitPane/splitPane.jsx');
const Editor = require('../../editor/editor.jsx');
const BrewRenderer = require('../../brewRenderer/brewRenderer.jsx');
const MigrateNavItem = require("../../navbar/migrate.navitem.jsx");
const BREWKEY = 'homebrewery-new';
const STYLEKEY = 'homebrewery-new-style';
@@ -290,6 +291,7 @@ const NewPage = createClass({
<Nav.section>
{this.renderSaveButton()}
{this.renderLocalPrintButton()}
<MigrateNavItem />
<IssueNavItem />
<RecentNavItem />
<AccountNavItem />