1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-24 23:23:09 +00:00

改善:PlanetNavigatorに活性化されているLinkを目立つようにする

This commit is contained in:
Rokt33r
2015-07-29 03:40:36 +09:00
parent 43403f8bb1
commit bd2d77fef7
2 changed files with 15 additions and 3 deletions

View File

@@ -558,6 +558,7 @@ module.exports = React.createClass({
openSettingModal={this.openSettingModal} onSearchChange={this.handleSearchChange} currentPlanet={this.state.currentPlanet}/>
<PlanetNavigator openLaunchModal={this.openLaunchModal} openAddUserModal={this.openAddUserModal}
search={this.state.search}
showAll={this.showAll}
showOnlySnippets={this.showOnlySnippets} showOnlyBlueprints={this.showOnlyBlueprints} currentPlanet={this.state.currentPlanet}/>