1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-30 11:13:10 +00:00
Commit Graph

55 Commits

Author SHA1 Message Date
AWolf81 bd52226ae2 change process.env check 2019-07-17 17:25:13 +09:00
AWolf81 333b0584a4 address review comments - add production/dev main.html & remove comments 2019-05-29 12:20:49 +09:00
AWolf81 b6212f4bfe Update dependencies & change to React-router v5 2019-05-29 12:20:49 +09:00
David Dreher 3634194e4d Fix for #2836, Initialize storage ignores now tags from skipped notes 2019-04-15 10:57:20 +09:00
samherrington 1246a677d1 Remove console.logs
Using console in production is generally undesirable due to
performance loss and security concerns. Errors were changed
to console.error and console.logs were removed.
2018-09-29 15:50:32 -05:00
zhoufeng1989 b93d7a204f Fix 2207 and 2273, add export for storage. 2018-08-14 12:38:31 +12:00
Kelvin Wong 8a6c86bf65 Add collapsed state for storage
The root cause of this issue is that when the folder is clicked,
the router pushed the path and the StorageItem component has been
refreshed and isOpen has been reset

- Add storing collapse state for storage
- Add tests
- Default as collapsed for fallback

fix BoostIo/Boostnote#1979 BoostIo/Boostnote#1911
2018-06-28 13:08:39 +08:00
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