-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Fix layout #722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix layout #722
Changes from 4 commits
27b9952
f7d1f9e
c697f19
4a77f25
dee6495
976d1bb
e001c97
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -96,16 +96,16 @@ class InfoTab extends React.Component { | |
| </ul> | ||
| <hr /> | ||
| <div styleName='policy'>Data collection policy</div> | ||
| <p>We collect only the number of users on Boostnote for DAU and any detail information<br /> | ||
| such as a note's content or title is not collected.</p> | ||
| <p>You can see how it works on <a href='https://github.com/BoostIO/Boostnote'>GitHub</a></p> | ||
| <p>We collect only the number of DAU for Boostnote, NOT COLLECTED any detail information</p> | ||
| <p>like your note content. You can see how it works on <a href='https://github.com/BoostIO/Boostnote' onClick={(e) => this.handleLinkClick(e)}>GitHub</a>.</p> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why did you change
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No mean. I turned back it to
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No problem. |
||
| <p>These data are only used for Boostnote improvements.</p> | ||
| <input onChange={(e) => this.handleConfigChange(e)} | ||
| checked={this.state.config.amaEnabled} | ||
| ref='amaEnabled' | ||
| type='checkbox' | ||
| /> | ||
| Enable to send analytics to our servers<br /> | ||
| <button onClick={(e) => this.handleSaveButtonClick(e)}>Save</button> | ||
| <button styleName='policy-submit' onClick={(e) => this.handleSaveButtonClick(e)}>Save</button> | ||
| </div> | ||
| ) | ||
| } | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume
and DO NOT COLLECTis better.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excuse me again, the comma is not needed.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I now noticed that it's
COLLECTED...