1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-03 13:13:13 +00:00
Commit Graph

48 Commits

Author SHA1 Message Date
bimlas 53728a0f4a Refactoring changing of folder 2018-05-25 23:16:23 +02:00
bimlas 06f33d9a63 Refactoring changing of "starred" 2018-05-25 23:16:23 +02:00
bimlas ed2698ecc3 Refactoring removing of unique key from tags 2018-05-25 23:16:23 +02:00
bimlas 0cb5554ae5 Refactoring assignment of unique key to tags 2018-05-25 23:16:23 +02:00
bimlas 89850c0b22 Refactoring Set initialization methods 2018-05-25 23:16:23 +02:00
bimlas d78b94f4e8 Refactoring update of tag changes 2018-05-25 23:16:23 +02:00
yosmoc d58ea70a95 fix moving note across different storage bug
should update storageNoteMap here.
2018-05-10 06:29:13 +02:00
yosmoc 32e22dd507 update tagNoteMap when delete / restore the notebook
deleted note should not belong to tagNoteMap
2018-04-26 23:52:31 +02:00
mirsch fa2d34dcfc fix delete and empty trash 2018-03-04 23:28:18 +01:00
mirsch 0280a5f09e use uuid in keygen, remove storage.key from note hash 2018-03-04 22:21:14 +01:00
Junyoung Choi 33ef54a162 Fix lint errors 2018-02-03 14:16:26 +09:00
Kazz Yokomizo 767a203439 Merge pull request #1147 from mslourens/export-folder
export folder as md or text
2018-01-04 03:50:24 +09:00
Niko Caron bf781c6b50 Fix starred item count
* Deleting a starred item will now update the starred count in the side nav. (delete from starred set)
* Restoring a starred item will add it the the starred set again.

Fix: #1326
2017-12-23 18:17:48 -04:00
Maurits Lourens 959b75bddd export folder as md or text 2017-12-08 16:21:31 +01:00
Maurits Lourens 3fbc749395 fixed eslint warnings 2017-11-24 17:00:03 +01:00
Matus Benko 3804a746df connected sortable folder list to data api 2017-09-08 12:07:59 +02:00
asmsuechan 2650cc2f1c Add trash can 2017-07-12 15:48:08 +09:00
asmsuechan 95e7f4f645 Fix errorhandling on cases of invalid notes 2017-06-03 18:47:56 +09:00
Dick Choi 7729ed4f72 move statusbar 2016-10-15 18:20:13 +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 27e0252ccd resizable SideNav 2016-09-08 22:36:59 +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 0d573651a3 DELETE_NOTE 2016-09-01 00:02:16 +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 45b1cd3942 delete note 2016-07-23 15:28:17 +09:00
Dick Choi b2d34ab95d add initialization modal & migration func 2016-07-23 12:14:01 +09:00
Dick Choi a6e3dbd825 change folder 2016-07-21 23:44:00 +09:00
Dick Choi 44f270f408 rewite whole code
add dataApi
renew PreferencesModal
2016-07-14 13:58:14 +09:00
Dick Choi 4fdb72f93c add FolderSelect 2016-05-31 14:29:01 +09:00
Dick Choi 431ac5a403 prevent duplication of starred 2016-05-29 13:52:17 +09:00
Dick Choi 5a26fc812d Star a note 2016-05-29 13:08:02 +09:00
Dick Choi 903979b3f2 set updatedAt when dispatching SAVE_NOTE 2016-05-29 02:26:26 +09:00
Dick Choi 7f8733796e Detail 2016-05-25 17:11:10 +09:00
Dick Choi 93d3ea70fc handle new note button & note list 2016-05-22 23:44:49 +09:00
Rokt33r 89a76d9ead resizible list 2016-05-19 13:58:39 +09:00
Rokt33r 4d3d416ecb use ConfigManager 2016-05-14 12:27:28 +09:00
Rokt33r 365d7a1afd foldable SideNav 2016-05-12 19:53:21 +09:00
Rokt33r 330ea986d4 use ReactRouter 2016-05-08 14:42:38 +09:00
Rokt33r 70244f79ba rename, recolor, remove folder 2016-05-08 02:49:19 +09:00
Rokt33r dcf773fd88 add Folder 2016-05-03 22:38:54 +09:00
Rokt33r 45c627b0a5 using Repository class 2016-05-03 15:37:14 +09:00
Rokt33r 325ae00eeb refactor file structure 2015-12-25 05:41:10 +09:00
Rokt33r 88ee94d4b6 add Preferences modal(30%done) & move some modules (actions, reducer, socket, store -> lib/~) 2015-10-18 17:17:25 +09:00
Rokt33r 2a339a2935 article CRUD with socket 2015-10-16 22:12:49 +09:00