1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-29 18:53:04 +00:00
Commit Graph

88 Commits

Author SHA1 Message Date
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
Rokt33r 8600710d23 global styles must not use pre-loader 2016-04-18 12:44:32 +09:00
dojineko 777f7f9305 Add code theme selector 2016-04-17 21:52:55 +09:00
dojineko 43fb37ab1d Add dark theme and UI theme selector 2016-04-17 21:52:50 +09:00
Rokt33r 6907cf9972 The notification of 'Copy to Clipboard' must be slient 2016-03-09 19:43:34 +09:00
Rokt33r c42e1892d0 fix a little 2016-01-15 23:35:41 +09:00
Rokt33r 3ef7f19ffc devtools will automatically removed in production 2016-01-15 15:41:18 +09:00
Rokt33r ff9ef2af41 dataStore bug fix 2016-01-10 03:30:41 +09:00
Rokt33r 32e6394b3f search filter is now insensitive case, fix minor bugs 2016-01-08 19:12:37 +09:00
Rokt33r 09735b7f47 embed hotkey, config to preferences modal & fix datasaving sequence(Async, Queue) 2016-01-08 14:38:29 +09:00
Rokt33r d2377bd7c3 finder index will be reset after re-focusing 2015-12-25 18:38:14 +09:00