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

248 Commits

Author SHA1 Message Date
Yutaka Ishii 1aafee2a7c Add Solarized Dark theme 2017-12-14 15:46:29 +09:00
Kazz Yokomizo eda1f11d42 Merge pull request #1267 from hooskers/add-scroll-past-end
Add scroll past end
2017-12-14 00:54:38 +09:00
oisu c5b33e025e Fix link to Cloud-Syncing 2017-12-11 23:45:34 +09:00
Kazu Yokomizo ed9d3639e2 Add the Solarized Dark Theme 2017-12-11 19:01:24 +09:00
Wade Johnson 8d5c9742f8 Add ability to scroll pasted last line of editor 2017-12-09 21:14:10 -08:00
Paul Rosset cb59458c79 refactor 2017-12-05 18:28:59 +00:00
Paul Rosset 125a493400 Change name for state 2017-12-05 18:24:30 +00:00
Paul Rosset 83910b55d2 Correction eslint code format 2017-12-05 18:18:12 +00:00
Paul Rosset f4fd131100 Requested Review 2017-12-05 18:16:42 +00:00
Kazz Yokomizo 391bb096d6 Merge pull request #1221 from Paalon/master
Add custom LaTeX delimiters to preferences
2017-12-04 13:45:49 +09:00
Paalon a6e0b30576 Bug fix: fix mistaken name. 2017-12-02 17:15:50 +09:00
Kazu Yokomizo 55395d3a2d Add newsletter link to preference modal 2017-12-02 15:41:43 +09:00
paalon ca4b8224fd Add LaTeX delimiters preferences 2017-12-02 07:23:12 +09:00
Paul Rosset d1e5781c24 Correction UiTab 2017-12-01 19:03:04 +00:00
Paul Rosset 4735992835 Fix 2017-12-01 17:24:28 +00:00
Paul Rosset cba3519458 Fix 2017-12-01 17:19:21 +00:00
Paul Rosset c64a5e1cca Correction eslint purpose 2017-12-01 17:10:04 +00:00
Paul Rosset 47ee8b8ce7 Fix bug on UI Tab in relation to React CodeMirror 2017-12-01 16:56:43 +00:00
Paul Rosset b4a7b547f0 Add notification when not saved 2017-12-01 15:23:23 +00:00
yosmoc edaa0713e8 React.PropTypes is deprecated from React 15.5
Migrated by react-codemod + minor fix by hand.
2017-11-25 22:27:04 +01:00
Maurits Lourens 3fbc749395 fixed eslint warnings 2017-11-24 17:00:03 +01:00
Kazu Yokomizo 4644d107c6 Add facebook group url to infotab 2017-11-17 13:25:41 +09:00
Kazu Yokomizo 81b550e66c Add community on tab in preferences 2017-11-16 21:14:07 +09:00
Kazu Yokomizo 4a6c16df8d Add base of white theme 2017-11-11 19:05:08 +09:00
Kazu Yokomizo c51d79e4d7 Change the information at the Infotab 2017-11-11 12:26:57 +09:00
Kazu Yokomizo 705e64377b Fix CI 2017-11-06 03:08:15 +09:00
Kazu Yokomizo 6bbc5a91fe Increase font size and change folder icon at side bar 2017-11-05 20:05:44 +09:00
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 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
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
Wesley Hansen 31dca6f06b Fix failed build lint error 2017-10-09 20:55:04 -04: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
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 419c57ed3f Fix CI error 2017-09-22 16:14:06 +09:00