1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-19 20:51:42 +00:00

Add a feature which enables to link between notes

This commit is contained in:
asmsuechan
2017-07-03 14:07:56 +09:00
parent bdefaf7427
commit 2e3599d005
4 changed files with 57 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ class StatusBar extends React.Component {
render () {
let { config, status } = this.context
const { location } = this.props
return (
<div className='StatusBar'
@@ -60,6 +61,7 @@ class StatusBar extends React.Component {
{Math.floor(config.zoom * 100)}%
</button>
<div styleName='note-hash'>#{location.query.key}</div>
<div styleName='blank' />
{status.updateReady