Baptiste Augrain
db4016385d
Merge branch 'master' into export-yfm
2020-06-12 15:17:02 +02:00
Junyoung Choi
4b67026bbf
Merge pull request #2936 from callumbooth/fix-2903
...
fixes #2903 - Rearrange layout of columns
2020-04-24 01:04:23 +09:00
Alexander Wolf
8b13ec4f0e
Issue 1706 tag rename - finishing #2989 ( #3469 )
...
* allow a tag to be renamed and update all notes that use that tag
• repurpose RenameFolderModal.styl to RenameModal so it is more generic
* call handleConfirmButtonClick directly instead of sending through a confirm method
* better name for method to confirm the rename
* use close prop instead of a new method
* use callback ref instead of legacy string refs
* bind the handleChange in the constructor to allow for direct function assignment
* update the tag in the URL upon change
* use the eventEmitter to update the tags in the SnippetNoteDetail header via the TagSelect component
* respect themes when modal is opened
* show error message when trying to rename to an existing tag
* lint fix, const over let
* add missing letter
* fix routing and add merge warning dialog
* fix space-before-parens lint error
* change theming
* add check if tag changed
Co-authored-by: Khaliq Gant <khaliqgant@gmail.com >
2020-04-21 20:55:56 +09:00
Callum Booth
d138a54dfd
fix accidental deletion of rtl state
2020-04-20 08:42:45 +01:00
Callum Booth
a7ead67c2d
moves orientation button to view menu
2020-04-18 14:17:08 +01:00
Callum Booth
2f16784a20
Merge branch 'master' of https://github.com/BoostIO/Boostnote into fix-2903
2020-04-18 13:54:27 +01:00
hikerpig
6ee92588b1
When storage or folder is removed, Detail components should render without error ( #3168 )
...
* optimize: when storage or folder is removed, Detail components should render without error, fix #2876
* optimize: Handle some scenarios where storage is not found, should not break the renderer
* optimize: NoteList should work without error when storage is not found
2020-04-06 18:02:52 +09:00
Junyoung Choi
d95a3af667
Fix propTypes warning
2020-03-04 05:50:04 +09:00
Junyoung Choi
87a737babc
Make rtl optional
2020-03-04 05:43:34 +09:00
Nguyen Viet Hung
592aca1539
fixed eslint error & integrated with prettier as well as formatted the whole codebase ( #3450 )
2020-02-05 09:28:27 +09:00
Baptiste Augrain
24a5c839a7
fix text color of FolderSelect component
2020-01-31 12:10:19 +01:00
Baptiste Augrain
c570fc9873
Merge branch 'master' into theme-nord
2020-01-30 19:14:58 +01:00
Itai Braude
0722c2505a
fixed requested changes
2019-12-25 10:04:31 +02:00
Itai Braude
45e75cdfe9
added hotkey setting for direction toggle
2019-10-18 00:36:51 +03:00
Itai Braude
b22b09a93d
added rtl toggle button
2019-10-17 21:04:00 +03:00
Itai Braude
e34485eb83
added rtl toggle button
2019-10-17 20:48:40 +03:00
hikerpig
f181a7e459
more strict regex pattern in pathname matching, fix #3183
2019-10-10 16:29:27 +09:00
Callum Booth
59e361cb37
move config value into ui
2019-10-09 12:59:53 +01:00
Callum Booth
1993a6588d
Cleans up toggle button component
2019-10-09 12:45:52 +01:00
Callum Booth
4de6c69f5d
merge from upstream/master
2019-10-08 13:21:56 +01:00
Junyoung Choi
68b3077651
Merge pull request #3099 from AWolf81/html-to-md
...
Html to md feature
2019-09-03 02:03:51 +09:00
Thamara Andrade
2c103aca3d
Fix #888 - Wrong word count due splitting
2019-09-03 01:54:53 +09:00
Thamara Andrade
c0a5eb0d2b
Fix #888 - Wrong word count due splitting
2019-09-03 01:54:53 +09:00
AWolf81
2f1dadfc3e
Change drag disable styles to be more specific
2019-08-24 13:43:14 +09:00
AWolf81
7d0404657e
Fix routing for tag filtering
2019-08-24 13:42:09 +09:00
Jack Hsieh
f09297f406
Fix 2636 ( #3206 )
...
* Fix 2636 Can't scroll to bottom of editor pane
* Fix minor lint issues
2019-08-11 23:22:53 +09:00
AWolf81
72b8d56245
Merge remote-tracking branch 'upstream/master' into html-to-md
2019-07-28 15:49:16 +02:00
Junyoung Choi
4b62e93257
Fix more style warnings
2019-07-26 11:38:05 +09:00
Junyoung Choi
5720b313a3
Merge branch 'master' into discard-warnings
2019-07-26 09:12:18 +09:00
hikerpig
f3e2205e69
fix several propType errors raised by 'react.development.js'
...
some are caused by typo, some are caused by unused propType declarations
2019-07-26 09:11:00 +09:00
Junyoung Choi
410b611b14
Discard all style warnings
2019-07-26 09:03:32 +09:00
Junyoung Choi
1c8af47bac
Fix warnings in ToggleModeButton
2019-07-26 08:50:12 +09:00
Junyoung Choi
c8a2baca3c
Use default value prop rather than value prop
2019-07-26 08:49:52 +09:00
amedora
769407b3df
add "Wrap Line" button
2019-07-22 16:42:08 +09:00
amedora
e7615ed6d7
add "Wrap Line" button handlers
2019-07-22 16:42:08 +09:00
amedora
fe508307b2
make lineWrapping configurable
2019-07-22 16:42:08 +09:00
Huachao Mao
c012bbd54a
Update lock/unlock icons in editor #1760
2019-07-08 13:13:30 +09:00
AWolf81
44efb0178c
Merge branch 'master' into html-to-md
...
# Conflicts:
# browser/main/modals/NewNoteModal.js
# package-lock.json
# package.json
# yarn.lock
2019-06-29 23:25:52 +02:00
Callum booth
b15a4007ee
merge from master
2019-06-10 19:13:58 +01:00
AWolf81
60e841e5a2
fix focus loss by checking switchPrieview prop change
2019-05-29 07:52:22 +02:00
AWolf81
25d055e560
Merge branch 'master' into fix-search-issue-unicode
...
# Conflicts:
# browser/main/TopBar/index.js
# yarn.lock
2019-05-29 07:42:20 +02:00
Morten Lautrup
052fb3df5b
Specify wich images should not be draggable
...
Make only images and spans inside buttons undraggable
2019-05-29 13:02:37 +09:00
Morten Lautrup
929f475354
Make buttons undraggable
2019-05-29 13:02:37 +09:00
AWolf81
3c39dc3cec
change redirecting to connected-react-router
2019-05-29 12:20:49 +09:00
AWolf81
7e8f46c4f3
remove commented imports
2019-05-29 12:20:49 +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
AWolf81
25728e51d2
simplified search input & fixed focus loss issue
2019-05-25 21:01:51 +02:00
Junyoung Choi
2b29d96d61
Merge pull request #2678 from AgentEpsilon/export-pdf
...
Export a Markdown note as PDF
2019-03-21 01:20:12 +09:00
Callum booth
93f0d3c1cf
fixes #2903 - Rearrange layout of columns
2019-03-19 20:39:34 +00:00