1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 10:16:26 +00:00

Compare commits

...

4 Commits

Author SHA1 Message Date
Dick Choi
ac65a3c86e v0.7.1 2016-10-18 00:32:28 +09:00
Dick Choi
79abcd90f6 fix tooltip layout of SideNav 2016-10-18 00:08:52 +09:00
Dick Choi
d614abdec6 fix wrong border color 2016-10-18 00:07:22 +09:00
Dick Choi
247d1db5d5 fix IME popup bug 2016-10-17 18:58:28 +09:00
6 changed files with 9 additions and 4 deletions

View File

@@ -50,6 +50,7 @@ export default class CodeEditor extends React.Component {
tabSize: this.props.indentSize,
indentWithTabs: this.props.indentType !== 'space',
keyMap: 'sublime',
inputStyle: 'contenteditable',
extraKeys: {
Tab: function (cm) {
if (cm.somethingSelected()) cm.indentSelection('add')

View File

@@ -165,3 +165,6 @@ body[data-theme="dark"]
.tabList .plusButton
navDarkButtonColor()
.override
button
border-color $ui-dark-borderColor

View File

@@ -133,7 +133,6 @@
border-top-right-radius 2px
border-bottom-right-radius 2px
height 26px
margin-top -26px
line-height 26px
.root--folded

View File

@@ -1,6 +1,6 @@
.root
absolute bottom left right
height $statusBar-height - 1
height $statusBar-height
background-color $ui-backgroundColor
border-top $ui-border
display flex
@@ -40,6 +40,7 @@
body[data-theme="dark"]
.root
background-color $ui-dark-backgroundColor
border-color $ui-dark-borderColor
.zoom
border-color $ui-dark-borderColor

View File

@@ -1,6 +1,6 @@
{
"name": "boost",
"version": "0.7.0",
"version": "0.7.1",
"description": "Boostnote",
"main": "index.js",
"license": "GPL-3.0",

View File

@@ -1,6 +1,6 @@
# Boostnote
> We launched [Boostnote store](#goods)!! :tada: Also, you can support us from [Patreon](https://www.patreon.com/boostnote)!
> We launched [Boostnote store](#goods)!! :tada: Also, you can support us from [Patreon](https://www.patreon.com/boostnote) and [Open collective](https://opencollective.com/boostnote)!
![Boostnote app screenshot](https://cloud.githubusercontent.com/assets/5865853/18662404/3aa42396-7f55-11e6-88bf-f4ec6505ee8f.png)
![Boostnote app screenshot](https://cloud.githubusercontent.com/assets/5865853/18662139/f491adac-7f53-11e6-8631-2a447af9f36a.png)
@@ -67,6 +67,7 @@ The product can be sent anywhere in the world. This store is powered by [Paintor
## Donation
We launched a [Patreon page](https://www.patreon.com/boostnote).
Also, We've been approved [Open collective](https://opencollective.com/boostnote).
## Author & Maintainer