Baptiste Augrain
cb2f18c078
Merge branch 'master' into tag-autocomplete
2018-09-04 23:37:15 +02:00
Baptiste Augrain
9f8246a26a
add default language for snippet note
2018-08-30 17:52:50 +02:00
Baptiste Augrain
fa9d8b8881
replace awesomplete with React component react-autosuggest
2018-08-26 15:48:41 +02:00
Baptiste Augrain
53923c9c87
filtering out the note's tags
2018-08-25 18:22:40 +02:00
Baptiste Augrain
13d44ae56a
fix lint errors
2018-08-21 11:19:46 +02:00
Baptiste Augrain
00b4874d09
add tag autocomplete
2018-08-21 10:57:25 +02:00
Junyoung Choi (Sai)
612de84ac6
Merge pull request #2208 from enyaxu/feature/2132
...
New Feature: Shortcuts for focusing tag editor(CmdOrControl+Shift+T)(#2132 )
2018-08-09 17:53:54 +09:00
William Grant
58fbc298b1
Merge branch 'master' into info_box_fix
2018-07-17 14:41:45 +02:00
William Grant
7de7772339
Fixed infoButton panel in trash positioning
2018-07-17 14:41:22 +02:00
JianXu
ad847a2f5d
New Feature: Shortcuts for focusing tag editor(CmdOrControl+T)
2018-07-17 17:19:03 +08:00
Junyoung Choi (Sai)
0414483be2
Merge pull request #2178 from enyaxu/feature/2165
...
Hotkey for toggle editor fullscreen
2018-07-17 14:49:03 +09:00
Сергей Иванов
806a5daa86
Processing all location's pathnames
2018-07-05 11:23:57 +03:00
Сергей Иванов
4a3602099a
Difference home and searched notes from trashed units
2018-07-04 16:09:49 +03:00
Сергей Иванов
c69be54655
Fixing empty string searching
2018-07-04 14:02:26 +03:00
Сергей Иванов
680eaa1d4a
Filtering displayed notes in Detail component
2018-07-04 13:33:47 +03:00
JianXu
05488e66ae
Add tooltip(CommandOrCtrl+B) for fullscreen
2018-07-04 11:38:43 +08:00
Sosuke Suzuki
64407e5ca6
use context.popup on SnippetNoteDetai;
2018-06-30 16:12:23 +09:00
voidsatisfaction
bdd5b7b3a7
fix: no need semicolon
2018-06-20 21:57:11 +09:00
voidsatisfaction
a2ddb56540
fix: change mode to more desiarable way
2018-06-20 21:45:24 +09:00
William Grant
3bc21cdb09
fixed positioning of the info panel so it doesn't cover the info button
2018-06-13 12:19:17 +02:00
Sosuke Suzuki
5fd822a24d
add a new line at end of file
2018-06-12 19:48:09 +09:00
Shammasov Max
5873e8e896
Debounce for details renderig added
2018-06-11 03:34:45 +03:00
Junyoung Choi (Sai)
73caa2508e
Merge pull request #1931 from bimlas/1498-refresh-taglist-on-deleting-tag
...
Refresh taglist to remove unused tags on deleting
2018-05-24 14:44:54 +09:00
bimlas
a6af5de3e1
Refactor tag removing methods (duplicated code)
2018-05-18 15:18:28 +02:00
bimlas
52b3068330
Refresh taglist to remove unused tags on deleting
...
When a tag is deleted from a note, the taglist did not updated: the deleted tag was still in the list. If the
tag was created in the current session, it was removed, worked as expected.
The reason is: until the note is not updated, the tag list is not
initialized for first in the "delete tag button" handler, but it works
in the second case. Tried out using backspace to delete the tag, it
works.
2018-05-18 15:18:09 +02:00
Nguyễn Việt Hưng
fb24efd3de
added shortcut for toggle mode
2018-05-18 10:52:42 +07:00
Junyoung Choi (Sai)
b89896a4e7
Merge pull request #1919 from samlanning/inconsistent-state-update
...
fix inconsistent updates to react component state
2018-05-15 19:30:22 +09:00
Sam Lanning
4fd01b4234
Fix mis-referenced state properties
2018-05-14 16:29:54 -07:00
Sam Lanning
0f354f4f06
fix inconsistent updates to react component state
...
Executions of setState() may be batched, and so updates to this.state and
this.props can be asynchronous, so references to this.state and this.props
should not be made in the new state, and instead the callback form of
setState() should be used.
These alerts were found using lgtm.com:
https://lgtm.com/projects/g/BoostIO/Boostnote/alerts/?mode=tree&ruleFocus=1819283066
see: https://reactjs.org/docs/state-and-lifecycle.html#state-updates-may-be-asynchronous
2018-05-14 16:15:49 -07:00
yosmoc
7e1596de30
refactor code duplication
2018-05-13 00:36:03 +02:00
William Grant
5bd0499ae4
Merge branch 'master' into monokai_theme
2018-04-27 09:06:11 +02:00
William Grant
239edb0605
tweaked styling
2018-04-27 09:01:41 +02:00
William Grant
92be3f32d6
added monokai theme
2018-04-27 08:10:50 +02:00
Junyoung Choi
05009d40c4
Merge branch 'master' into attachment_refactoring
2018-04-26 16:24:58 -07:00
ehhc
d2163dacf9
Fixes #1825 Refactoring of the attachment/image management
2018-04-21 14:32:24 +02:00
Sosuke Suzuki
eafccc4fc4
remove confirmDeletion function
2018-04-10 16:44:04 +09:00
Sosuke Suzuki
ce440351a5
use extracted confirmDeleteNote function
2018-04-10 16:28:05 +09:00
Frank Kanis
055969f5c6
Update text for internationalization
2018-03-21 22:17:34 +01:00
Nikolay Lopin
2811843e70
Merge branch 'master' into new-snippet-tabbar
...
# Conflicts:
# browser/main/Detail/SnippetNoteDetail.js
2018-03-18 21:26:12 +03:00
Simon
847ad2d781
Merge branch 'master' into localization
2018-03-13 09:24:53 +01:00
Junyoung Choi (Sai)
1c283f88d0
Merge pull request #1636 from mirsch/remove-volatile-hash-from-note-links
...
remove volatile hash from note links - #1623
2018-03-12 11:26:41 +09:00
Nikolay Lopin
a222fd0786
Add animation for scrolling with buttons
2018-03-08 01:02:49 +03:00
Simon
40b5472866
Adjustments for Travis CI
2018-03-07 08:37:55 +01:00
Simon
a413e273ca
Added strings in notifications
2018-03-07 08:20:05 +01:00
Nikolay Lopin
7472019422
Change property responsible for scrolling from "offsetLeft" to "scrollLeft"
2018-03-07 01:55:04 +03:00
Simon
fe9afc8952
extracted all strings from html lines
2018-03-06 14:07:04 +01:00
Simon
b11dc2ca20
first testing of translation
2018-03-06 09:54:37 +01:00
mirsch
0280a5f09e
use uuid in keygen, remove storage.key from note hash
2018-03-04 22:21:14 +01:00
Nikolay Lopin
a35f876f4f
Merge branch 'master' into new-snippet-tabbar
2018-03-05 00:06:57 +03:00
Sander Steenhuis
6502158716
Add search clear options; closes #1525
2018-02-26 16:30:08 +01:00