1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-27 17:53:22 +00:00
Commit Graph

170 Commits

Author SHA1 Message Date
Kazu Yokomizo 92eccb635a Move the notification area from main window to preference modal 2017-11-05 17:56:32 +09:00
Kazu Yokomizo 6af25d932c Merge pull request #1022 from BoostIO/add-notification-ui-tab
Add notification at UI tab
2017-10-30 15:34:45 +09:00
Paul Rosset b9038e254e Adjust Note in Uitab && Add message notification for policy save 2017-10-27 12:38:26 +01:00
Kazu Yokomizo b351e42538 Add notification at UI tab 2017-10-26 15:27:22 +09:00
Kazu Yokomizo 8910c26ee2 Merge pull request #1016 from PaulRosset/clear-message-HotKeyTab
ClearMessage notification HotKeyTab
2017-10-26 13:53:43 +09:00
Kazu Yokomizo ccdac8f604 Make <kbd> on keyboard introduction 2017-10-26 09:23:12 +09:00
Kazu Yokomizo 73dc6a4a92 Change crowdfunding Bountysource to OpenCollective. 2017-10-25 23:58:36 +09:00
Paul Rosset 992f5a525a Test build travis with change clearMessage feature 2017-10-25 13:21:30 +01:00
Paul Rosset c97c65b707 Delete clearMessage due to problem wih test [WIP] 2017-10-24 23:54:14 +01:00
Paul Rosset 1c02b4e62a Delete setTimeout() due to problem wih test 2017-10-24 23:50:29 +01:00
Paul Rosset d23156d11a Correction build error 2017-10-24 23:40:15 +01:00
Paul Rosset bd013adb4d correction eslint syntax 2017-10-24 23:09:21 +01:00
Paul Rosset c0368ce713 correction 2017-10-24 23:01:16 +01:00
Paul Rosset 80283b5f55 Adjust notification HotKeyTab 2017-10-24 22:27:03 +01:00
Yash Shah 7b6b7f05e0 Fix typo in "Markdown" 2017-10-22 11:10:13 -07:00
Sean Baines dc1c19293d Grammar fix
"Quick search and copy the content of note" to "Quick search and copy the content of a note"
2017-10-17 19:49:51 +01:00
asmsuechan e9d858d902 Remove unused vars 2017-10-15 23:33:22 +09:00
Kazu Yokomizo 0d947c7dd8 Fix CI error 2017-10-15 17:25:40 +09:00
Kazu Yokomizo 3159cc0ded Add crowdfunding page in Preference 2017-10-15 17:10:58 +09:00
SuenagaRyota f9a7c2d457 Merge pull request #853 from PrimaMateria/feature-rearrange-storage
Feature rearrange storage
2017-10-13 20:16:39 +09:00
SuenagaRyota b890c59134 Merge pull request #948 from wrhansen/master
Support for solarized dark and light themes
2017-10-13 13:29:10 +09:00
Samatar26 9331f2034b Use the correct handler for closing the modal.
Relates to #967
2017-10-12 18:01:34 +01:00
Sean Baines b2388544d8 Merge branch 'master' into sean/grammar-fix 2017-10-10 19:22:02 +01:00
Wesley Hansen 31dca6f06b Fix failed build lint error 2017-10-09 20:55:04 -04:00
Sean Baines 83f68fe153 Grammar and capitalization fix 2017-10-09 19:15:52 +01:00
Wesley Hansen 5b17808569 Support for solarized dark and light themes
CodeMirror seems to have the two solarized themes within the
`node_modules/coemirror/theme/solarized.css`. So passing the string
"solarized light" and "solarized dark" to the editor theme appropriately
sets these themes.

The Boostnote app appears to be dynamically determining themes based
on the css files found within `node_modules/codemirror/theme/`.
So that's why there was just a single option of 'solarized' before.

The light and dark 'solarized' themes appear to be the *only* themes
that share a css style, whereas all other light and dark variarnt
themes get their own css file (ex: base16-dark.css and base16-light.css).

Weird!
2017-10-08 23:56:15 -04:00
Sean Baines 00d5cf13c9 Merge branch 'master' into sean/improve-english 2017-10-05 07:46:02 +01:00
Sean Baines 8e506cb7c2 Improve English
This would make more sense like this.
2017-10-04 21:50:15 +01:00
Sean Baines 145b66d375 Fix English mistake 2017-10-04 21:46:55 +01:00
Peter Urda ebdd6d77f7 Allow users to disable "Saved to clipboard" notification. 2017-10-01 02:48:54 -07:00
Amir Sharif a053706c24 Fix grammer in InfoTab 2017-09-23 09:10:33 -07:00
asmsuechan 9b3306157c Add link for cloud integration 2017-09-23 11:15:16 +09:00
Kazu Yokomizo 5e476054d7 Fix layout at NewNoteModal 2017-09-23 01:34:51 +09:00
Kazu Yokomizo 2fc8547384 Fix layout at CreateFolderModal 2017-09-23 01:20:39 +09:00
Kazu Yokomizo 419c57ed3f Fix CI error 2017-09-22 16:14:06 +09:00
Kazu Yokomizo 5a85c257cf Fix layout at SideNab in PreferenceModal 2017-09-22 15:46:08 +09:00
Kazu Yokomizo beceb851c2 Fix layout at selector size in PreferenceModal 2017-09-22 15:41:40 +09:00
Kazu Yokomizo 31485d3387 Fix layout at head in PreferenceModal 2017-09-22 15:27:22 +09:00
Kazu Yokomizo fc552e030a Change save button position to top 2017-09-22 15:21:04 +09:00
Kazu Yokomizo bf4c9f920a Fix layout at preference modal 2017-09-22 15:13:34 +09:00
Matus Benko 94e6f89d07 fixed errors from lint 2017-09-08 18:46:17 +02:00
Matus Benko 3804a746df connected sortable folder list to data api 2017-09-08 12:07:59 +02:00
Matus Benko 5c2d7e2d2a fixed typo in the useDragHandle attribute for the folder list 2017-09-08 00:59:38 +02:00
Matus Benko c34dd462b6 made sortable item helper visible by setting proper zindex 2017-09-08 00:41:20 +02:00
Matus Benko 9141b1a641 saving new order in the storage only for now 2017-09-08 00:09:13 +02:00
Matus Benko 0fea85e2f2 added drag handle to the folder item 2017-09-07 23:52:27 +02:00
Matus Benko a58c191ded used react-sortable-hoc on folderList and folderItem 2017-09-06 22:56:32 +02:00
Matus Benko 77089a1178 extracted folder list and item to separate components 2017-09-06 20:02:47 +02:00
asmsuechan 1ca968201d [eslint] react/no-unescaped-entities 2017-08-14 11:56:55 +09:00
asmsuechan a5fa3e9e7a 🗑️ Remove unused file 2017-08-14 11:20:54 +09:00