1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 02:36:36 +00:00

webpack bugfix, tooltip modified, preview button string changed(toggle Preview -> Preview / Edit)

This commit is contained in:
Rokt33r
2015-11-01 23:15:22 +09:00
parent 72f6468d12
commit cc0f2c7c7f
7 changed files with 19 additions and 18 deletions

View File

@@ -59,14 +59,14 @@ export default class ArticleNavigator extends React.Component {
<div className='userName'>local</div>
<button onClick={e => this.handlePreferencesButtonClick(e)} className='settingBtn'>
<i className='fa fa-fw fa-chevron-down'/>
<span className='tooltip'>Preferences 環境設定</span>
<span className='tooltip'>Preferences</span>
</button>
</div>
<div className='controlSection'>
<button onClick={e => this.handleNewPostButtonClick(e)} className='newPostBtn'>
New Post
<span className='tooltip'>新しいポスト ( + Enter or a)</span>
<span className='tooltip'>Create a new Post ( + Enter or a)</span>
</button>
</div>
@@ -75,7 +75,7 @@ export default class ArticleNavigator extends React.Component {
<div className='title'>Folders</div>
<button onClick={e => this.handleNewFolderButton(e)} className='addBtn'>
<i className='fa fa-fw fa-plus'/>
<span className='tooltip'>New folder 新しいフォルダー</span>
<span className='tooltip'>Create a new folder</span>
</button>
</div>
<div className='folderList'>