1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

0.4.0-beta.2

This commit is contained in:
Rokt33r
2015-11-11 03:01:07 +09:00
parent 2f4af3223b
commit c20cbe7d66
4 changed files with 5 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ export default class ArticleNavigator extends React.Component {
<div className='ArticleNavigator'>
<div className='userInfo'>
<div className='userProfileName'>{userName}</div>
<div className='userName'>local</div>
<div className='userName'>localStorage</div>
<button onClick={e => this.handlePreferencesButtonClick(e)} className='settingBtn'>
<i className='fa fa-fw fa-chevron-down'/>
<span className='tooltip'>Preferences</span>

View File

@@ -137,7 +137,7 @@ export default class ArticleTopBar extends React.Component {
<div className='tutorial'>
<div onClick={e => this.handleTutorialButtonClick(e)} className='clickJammer'/>
<svg width='500' height='250' className='finder'>
<text x='100' y='25' fontSize='32' fill={BRAND_COLOR}>Also, you can open Finder</text>
<text x='100' y='25' fontSize='32' fill={BRAND_COLOR}>Also, you can open Finder!!</text>
<text x='120' y='55' fontSize='18' fill={BRAND_COLOR}>with pressing `Control` + `shift` + `tab`</text>
</svg>
<svg width='450' className='global'>

View File

@@ -24,12 +24,14 @@ infoBtnActiveBgColor = #3A3A3A
fixed bottom right
height 100px
z-index 35
font-style italic
.finder
fixed bottom right
height 250px
left 50%
margin-left -250px
z-index 35
font-style italic
.back
fixed top left bottom right
z-index 20

View File

@@ -11,7 +11,7 @@ export function init () {
key: keygen()
}
let defaultArticle = {
title: 'Boostとは',
title: 'About Boost',
tags: ['boost', 'intro'],
content: defaultContent,
mode: 'markdown',