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

1211 Commits

Author SHA1 Message Date
Dick Choi 26f05b343e override default values to undefined attributes of config 2016-09-10 15:37:30 +09:00
Dick Choi f50968f992 fix NoteList bug 2016-09-10 15:11:00 +09:00
Dick Choi 4c486c399b Merge pull request #110 from BoostIO/ui-improvement
Ui improvement for v0.6.5
2016-09-10 14:26:44 +09:00
Dick Choi 9f4dd909a8 right click to delete a note 2016-09-10 14:25:45 +09:00
Dick Choi 2b85aa1b88 default note type 2016-09-10 10:07:41 +09:00
Dick Choi 8e4c3a3b21 show confirmation dialog when deleting snippet with content 2016-09-09 14:37:35 +09:00
Dick Choi a4160d2994 strip markdown syntax for title 2016-09-09 14:16:47 +09:00
Dick Choi 27e0252ccd resizable SideNav 2016-09-08 22:36:59 +09:00
Dick Choi 0a707b3f02 improve FolderSelect
maximum height and filtering by name
2016-09-08 22:02:07 +09:00
Dick Choi 6fc421810f fix bugs
Auto scroll method should not be called when selecting note out of list.
SearchInput bug
2016-09-08 22:01:27 +09:00
Dick Choi 22cf7443f4 Merge pull request #109 from BoostIO/data-api-refactor
use new api for finder
2016-09-08 19:12:55 +09:00
Dick Choi 8e7b4d2444 infinite scroll 2016-09-08 18:54:05 +09:00
Dick Choi 54437cec19 confirm on blur 2016-09-08 18:30:30 +09:00
Dick Choi 40fc63ea0c use new api for finder 2016-09-08 18:16:37 +09:00
Dick Choi 6bd81fe12a Merge pull request #100 from BoostIO/data-api-refactor
Data api refactoring
2016-09-08 16:50:43 +09:00
Dick Choi 519ea1a33f RENAME_STORAGE redux action 2016-09-08 16:50:05 +09:00
Dick Choi f07f309393 ADD_STORAGE redux action 2016-09-08 16:46:18 +09:00
Dick Choi 7132e9ff24 REMOVE_STORAGE redux action
fix typo storageNoteMap
2016-09-08 16:45:47 +09:00
Dick Choi fba972c98e remove deuplicate code 2016-09-02 09:41:01 +09:00
Dick Choi a391ac682d UPDATE_FOLDER & DELETE_FOLDER
fix store bug when creating note
2016-09-02 09:33:01 +09:00
Dick Choi 4ee49d5991 lint colorpicker code 2016-09-01 00:49:25 +09:00
Dick Choi 0d573651a3 DELETE_NOTE 2016-09-01 00:02:16 +09:00
Dick Choi 52efc23984 fix navigate methods of note list 2016-09-01 00:02:09 +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 ba374e08ff fix moveNote Api 2016-08-30 02:33:00 +09:00
Dick Choi 33a11ac2e5 integrate all methods 2016-08-29 10:12:14 +09:00
Dick Choi 357c4a382d migrateFromV5Storage 2016-08-29 10:05:56 +09:00
Dick Choi d7e8f26ace rename transform method migrateFromV6Storage 2016-08-29 10:05:21 +09:00
Dick Choi 5c312c1939 moveNote 2016-08-28 21:54:38 +09:00
Dick Choi 5163ab134e fix text 2016-08-28 21:54:33 +09:00
Dick Choi 73dd0db529 deleteNote 2016-08-28 01:33:21 +09:00
Dick Choi 8921db89ab key should be labeled ~Key 2016-08-28 01:33:05 +09:00
Dick Choi 8d624459d4 add assertions to addStorage test
check version and folders attribute from resolved data and json
2016-08-28 00:20:08 +09:00
Dick Choi ec96021b00 updateNote 2016-08-27 23:46:12 +09:00
Dick Choi 0127d5143a createNote 2016-08-27 22:13:32 +09:00
Dick Choi ffe3b689c4 deleteFolder 2016-08-27 20:50:34 +09:00
Dick Choi ff123be895 updateFolder 2016-08-27 17:40:37 +09:00
Dick Choi 67dd089e67 createFolder 2016-08-27 16:31:45 +09:00
Dick Choi eb163ef03c renew renameStorage api 2016-08-27 15:18:28 +09:00
Dick Choi 5558403358 renew addStorage 2016-08-27 15:02:00 +09:00
Dick Choi db3a4d0f01 renew init method 2016-08-27 14:48:20 +09:00
Dick Choi 3a8bef26d3 add fixtures.TestDummy and transform method 2016-08-27 12:23:58 +09:00
yosmoc b550c0e9e3 multiple export default causes a error
only one export default allowed per module.
2016-08-27 02:25:39 +02:00
Dick Choi 8f1ee30553 extract createFolder method 2016-08-26 18:48:19 +09:00
Dick Choi c5414aadd1 extract renameStorage, removeStorage methods
and tests for each of them
2016-08-26 10:30:10 +09:00
Dick Choi 88538257ac extract addStorage api from dataApi and add its test
replace module-alias with babel-plugin-webpack-alias
2016-08-25 23:53:30 +09:00
yosmoc 0490b115ad submit the tag when receiving 'tab' key
In existing implementation, 'enter' key is only allowed to submit the tag. However, if the user finishes to create the tag and make another tag, the user naturally send 'tab' key.
When receiving 'tab' key, the focus will go to the star icon and nothing is submitted, but the text is still remained. This makes confusing to the user.

This commit provide 'tab' key submitting the tag also.
2016-08-24 22:34:34 +02:00
Dick Choi 52d065a38d init dataApi method test 2016-08-24 03:00:49 +09:00
Dick Choi 282ca3ea2a move ipc server to main process 2016-08-23 01:51:30 +09:00
Dick Choi 108e83a402 syntax mode will be detected by filename 2016-08-22 00:43:52 +09:00