Added application shortcuts and shortcut modal.

Also moved modals into App.jsx to move the business logic to one place.
This commit is contained in:
orangemug
2018-05-29 17:06:00 +01:00
parent 6200edea25
commit 35353d75f5
4 changed files with 199 additions and 68 deletions

View File

@@ -39,6 +39,7 @@ class AppLayout extends React.Component {
{this.props.bottom}
</div>
}
{this.props.modals}
</div>
}
}