1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-30 19:23:03 +00:00
Commit Graph

51 Commits

Author SHA1 Message Date
Junyoung Choi 3f77cb2214 Merge pull request #2684 from GuilhermeJSilva/fix/highlight-folder-on-hover
Dragged note highlighting
2018-12-13 13:59:10 +09:00
Guilherme Silva 4061866042 Moving prevent default 2018-12-08 09:06:55 +00:00
Junyoung Choi (Sai) 6c57ac8f01 Merge pull request #2383 from ehhc/exportMDexportsAttachments
export folder should also export the attachments -> fixes #2374
2018-12-03 17:15:02 +09:00
Guilherme Silva b8a295713c Dragged note highlighting 2018-11-30 08:42:27 +00:00
mehr-licht 101e5d5035 included shortcut for Info Panel 2018-11-18 19:22:05 +00:00
ehhc d79b6e094a export folder should also export the attachments -> fixes #2374 2018-09-09 17:41:51 +02:00
zhoufeng1989 b93d7a204f Fix 2207 and 2273, add export for storage. 2018-08-14 12:38:31 +12:00
Sosuke Suzuki 9d9109e9e5 Merge pull request #2158 from BoostIO/fix-contextmenu-bug
Fix contextmenu bug
2018-07-02 11:27:28 +09:00
Sosuke Suzuki 294c3f10ab use context.popup on StorageItem 2018-06-30 16:21:35 +09:00
Kelvin Wong ddd339851b Fix code style 2018-06-29 10:58:11 +08: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
ehhc f10fa632ca Move note with attachment to different storage Fix for #1788 2018-05-15 20:17:32 +02:00
Frank Kanis 055969f5c6 Update text for internationalization 2018-03-21 22:17:34 +01:00
Romain Le Quellec 2cee54f70a fix missing import 2018-03-17 10:23:44 +01:00
Simon 847ad2d781 Merge branch 'master' into localization 2018-03-13 09:24:53 +01:00
Junyoung Choi (Sai) 7b4d2f3b97 Merge pull request #1617 from pfftdammitchris/folder-dragging
Folders in the side nav are now draggable
2018-03-09 23:17:41 +09:00
Simon a413e273ca Added strings in notifications 2018-03-07 08:20:05 +01:00
pfftdammitchris 5aa7ef5738 Folders in the side nav are now draggable 2018-02-28 18:33:14 -08:00
Nikolay Lopin 9473a26892 Move images between storages together with note
1. Added new step of moving note's images to `moveNote` function
2. Changed behaviour of sidebar navigation after move finished

Issue #1578
2018-02-25 02:47:28 +03:00
Junyoung Choi 33ef54a162 Fix lint errors 2018-02-03 14:16:26 +09:00
Kazu Yokomizo 297b4346c5 Fix CI error at #1147 2018-01-04 03:51:49 +09:00
Maurits Lourens 5d46adf8fd fixed review comments 2017-12-13 17:11:43 +01:00
Maurits Lourens 8c8a0ab46d forgot to run lint 2017-12-08 16:21:31 +01:00
Maurits Lourens 959b75bddd export folder as md or text 2017-12-08 16:21:31 +01:00
Kazz Yokomizo f0ed20ee2c Merge pull request #1184 from cormoran/fix/SideNavFoldEmoji
Fix surrogate pairs garbling on folded SideNav
2017-11-28 12:42:41 +09:00
voidSatisfaction c33f9d8307 fix: from let to const 2017-11-27 14:31:11 +09:00
cormoran 3d0b3e759b Fix surrogate pairs garbling on folded SideNav 2017-11-27 06:04:24 +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 cab122ba8b Fix at StorageItem 2017-11-18 14:43:38 +09:00
Yutaka Ishii b6efbcedef design update 2 2017-11-18 13:46:46 +09:00
voidSatisfaction a36e779980 refactor: add new function and fix problems from feedbacks 2017-11-15 23:19:47 +09:00
voidSatisfaction bcb1fb4331 feat multi drag and drop for changing folder 2017-11-05 21:18:39 +09:00
Sean Baines 0646484c83 Fixes wording on folder delete
"This work will deletes all notes in the folder and can not be undone." to "This will delete all notes in the folder and can not be undone."
2017-08-06 11:34:39 +01:00
asmsuechan 87ea66bb92 Change iterate variable 2017-08-05 22:00:12 +09:00
asmsuechan d6280f4397 Fix noteCount on a note trased 2017-08-05 17:16:57 +09:00
Sosuke Suzuki e6047ed383 use String template literal 2017-05-20 11:38:09 +09:00
Sosuke Suzuki b86cdb461a fix the spacing 2017-05-18 01:27:37 +09:00
Sosuke Suzuki 9c1179a6f9 Fixed indent which could not be corrected 2017-04-25 02:53:29 +09:00
Sosuke Suzuki 43cb290c80 fix the indent 2017-04-25 02:41:16 +09:00
Sosuke Suzuki f8b7b7df9f change how to use dataApi and fix indent 2017-04-25 02:31:03 +09:00
Sosuke Suzuki b73f0a8012 refactor some dirty code 2017-04-25 01:40:49 +09:00
Sosuke Suzuki 25685dc8b0 Several small fixes 2017-04-06 21:52:23 +09:00
Sosuke Suzuki 50cd0b794b change color with hover during dragging 2017-04-05 10:08:09 +09:00
Sosuke Suzuki 720f07f62c Move note between folders 2017-04-01 02:36:48 +09:00
sota1235 ed9ddee5f1 refactor: fix by standardjs 2017-01-11 23:17:32 +09:00
sota1235 d65464401c refactor: replace component with common component 2017-01-03 16:16:05 +09:00
Dick Choi 8f0789bc6d renew SideNav
add contextmenu
fix MutableSet bug
2016-10-13 15:51:33 +09:00
Dick Choi 3b7ed5ffd7 foldable sidebar 2016-07-30 19:17:09 +09:00
Dick Choi b6d34472fe snippet note 2016-07-21 01:17:53 +09:00