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

98 Commits

Author SHA1 Message Date
Kazu Yokomizo b9ea7696d8 Fix finder layout 2017-12-02 15:20:16 +09:00
Sosuke Suzuki 1c54f40a28 require ipcClient 2017-12-02 14:07:11 +09: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 042ebe8316 Fix finder UI 2017-11-21 13:37:25 +09:00
Kazu Yokomizo a84fddd5fa Fix CI error 2017-11-11 20:34:31 +09:00
Kazu Yokomizo 4a6c16df8d Add base of white theme 2017-11-11 19:05:08 +09:00
Peter Urda ebdd6d77f7 Allow users to disable "Saved to clipboard" notification. 2017-10-01 02:48:54 -07:00
Kazu Yokomizo 4e90a93b30 Fix layout at NoteDetail 2017-09-22 23:46:41 +09:00
asmsuechan 5e58d457a3 Add storageKey to MarkdownEditor 2017-08-09 23:12:07 +09:00
Ben 820171e19e Fixes storage positioning
Fixes positioning of the My Storage section on Finder, so that it is not shown over the top of the Trash.
2017-08-09 12:34:14 +01:00
asmsuechan f79734391e Change to use the module 2017-07-26 15:16:18 +09:00
asmsuechan e8553caa65 Make finder work fine 2017-07-26 14:29:55 +09:00
asmsuechan 72d2df465b Fix typos Dynamit to Dynamic 2017-07-22 15:33:56 +09:00
asmsuechan 44fc356775 Remove the context menu for deletion 2017-07-07 19:45:02 +09:00
Sosuke Suzuki 186a815821 config to use dynamic customEvents 2017-06-10 12:51:01 +09:00
sota1235 6fcbca6b10 refactor: by ESLint 2017-03-13 18:40:12 +09:00
Sosuke Suzuki 83c2fdd161 unify finder backgroundcolor 2017-01-21 15:44:52 +09:00
asmsuechan 2af2399971 refs #247 Add fixed blur handler 2017-01-17 11:27:37 +09:00
asmsuechan ebea01cecf refs #246 Fix a Bug when using the Finder Window with markdown Notes 2017-01-16 22:17:25 +09:00
asmsuechan f007664745 refs #239 Fixes a bug which cannot open finder with using HotKey 2017-01-14 18:04:54 +09:00
Sota Sugiura 96413b9851 Merge pull request #218 from asmsuechan/feature-vim-keymap
Adds vim keymap setting
2017-01-14 17:03:20 +09:00
asmsuechan 372f2e7319 Adds a prop keyMap to NoteDetail and SnippetNoteDetail 2017-01-14 16:39:50 +09:00
sota1235 79f33b9405 refactor: fix some coding style pointed by standard js 2017-01-11 23:35:02 +09:00
sota1235 ed9ddee5f1 refactor: fix by standardjs 2017-01-11 23:17:32 +09:00
sota1235 7f066c4443 modify: fix some parameter for whole components 2017-01-03 16:16:05 +09:00
sota1235 2594ca984a modify: change style for snippet note on finder component 2017-01-03 16:16:05 +09:00
sota1235 e56518e13d modify: replace the component with common component 2017-01-03 16:16:05 +09:00
sota1235 b18b1171e7 refactor: replace storage item component with common component 2017-01-03 16:16:05 +09:00
sota1235 825cd6a93b modify: change design for note list on finder 2017-01-03 16:16:05 +09:00
Dick Choi df0af2a11f Render codefence by codemirror rather than by hljs 2016-10-24 18:05:01 +09:00
Dick Choi 434e361d5d fix bugs 2016-10-17 06:38:08 +09:00
Dick Choi 7107777df3 fix NoteList bug in Finder 2016-10-15 00:20:56 +09:00
Dick Choi fdd0c84441 update NoteDetail design 2016-10-14 04:00:59 +09:00
Dick Choi 2fdea6cd61 fix minor bugs
fix codemirror bug
fix style bug of in NoteList
fix Redux store bug: Cruch on deleting empty folder
2016-10-13 15:47:25 +09:00
Dick Choi d98e909256 update design of SideNav
smaller menu
2016-10-12 21:31:12 +09:00
Dick Choi 6e0def310f update design of Note List
add list style
remove folder info
enhance design
2016-10-12 20:22:13 +09:00
Dick Choi 92fd7ac09c use default theme if theme doesn't exist 2016-10-04 11:07:21 +09:00
Dick Choi 90b490c28b use codemirror 2016-10-03 22:28:13 +09:00
Dick Choi 9091976337 sort by updated At 2016-09-15 05:11:16 +09:00
Dick Choi 40fc63ea0c use new api for finder 2016-09-08 18:16:37 +09:00
Dick Choi aefb84df3b Mutable
INIT_ALL, NOTE_MOVE, NOTE_UPDATE(create/update) done
2016-09-01 00:01:47 +09:00
Dick Choi 282ca3ea2a move ipc server to main process 2016-08-23 01:51:30 +09:00
Dick Choi bf8f82fbd8 Merge branch 'master' of github.com:BoostIO/Boostnote 2016-08-14 17:37:21 +09:00
Dick Choi 8736d87b95 dark theme 2016-08-14 17:30:55 +09:00
Dick Choi 2e6bb21fda use global.process 2016-08-14 02:23:24 +09:00
Dick Choi e30cfdf942 fix focusing bug 2016-08-14 02:20:57 +09:00
Dick Choi 2cbe07b373 Finder 2016-08-14 01:34:32 +09:00
Rokt33r b9fd3b8b7d Merge v0.5.11
Conflicts:
	browser/main/index.js
	package.json
2016-04-29 12:25:55 +09:00
Rokt33r 6099c91216 standarded 2016-04-21 21:37:43 +09:00