mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-22 22:22:12 +00:00
Add a feature which enables to link between notes
This commit is contained in:
@@ -35,6 +35,13 @@
|
||||
.update-icon
|
||||
color $brand-color
|
||||
|
||||
.note-hash
|
||||
display inline
|
||||
line-height 24px
|
||||
padding-left 5px
|
||||
font-size 11px
|
||||
color $ui-button-color
|
||||
|
||||
body[data-theme="dark"]
|
||||
.root
|
||||
background-color $ui-dark-noteDetail-backgroundColor
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user