siikamiika
|
4e7d08ff2c
|
set current entry even when disableScroll is true
|
2019-11-28 13:22:47 +02:00 |
|
siikamiika
|
e37ffb6cf5
|
fix scroll issues in Display.entryScrollIntoView
- Save scroll context before scrolling to top
- Explicit null check for scroll param to handle scrolling to y=0
correctly
|
2019-11-28 12:38:25 +02:00 |
|
toasted-nutbread
|
5a1046bc90
|
Update arrow-parens to always
|
2019-11-26 22:06:27 -05:00 |
|
toasted-nutbread
|
63a775ebca
|
Add missing semicolon
|
2019-11-26 22:06:27 -05:00 |
|
toasted-nutbread
|
df9e697fca
|
Remove trailing commas
|
2019-11-26 22:06:27 -05:00 |
|
toasted-nutbread
|
acb70f126c
|
Update unused arguments
|
2019-11-26 22:06:27 -05:00 |
|
toasted-nutbread
|
ef833d2bea
|
Use const rather than let where possible
|
2019-11-26 22:06:27 -05:00 |
|
toasted-nutbread
|
527595f79b
|
Remove unnecessary escapes from regex literals
|
2019-11-26 22:06:27 -05:00 |
|
toasted-nutbread
|
1daed12290
|
Comment empty blocks
|
2019-11-26 22:06:27 -05:00 |
|
toasted-nutbread
|
943350a1f6
|
Use single quotes
|
2019-11-26 22:06:27 -05:00 |
|
toasted-nutbread
|
0aed27b66d
|
Replace hasOwnProperty with simplified hasOwn function
|
2019-11-26 22:06:27 -05:00 |
|
toasted-nutbread
|
663667306c
|
Update eslintrc
|
2019-11-26 22:06:27 -05:00 |
|
toasted-nutbread
|
4110a848f5
|
Move additional utility functions to DOM
|
2019-11-26 18:59:52 -05:00 |
|
toasted-nutbread
|
96aad50340
|
Create DOM utility file
|
2019-11-26 18:59:52 -05:00 |
|
siikamiika
|
c2ff25b0ec
|
use fallback for ambiguous furigana
fixes #281, fixes #94
|
2019-11-27 01:20:04 +02:00 |
|
toasted-nutbread
|
50604b25e6
|
Organize core.js
|
2019-11-26 17:38:05 -05:00 |
|
toasted-nutbread
|
099847729c
|
utilIsObject => isObject, move to core.js
|
2019-11-26 17:33:09 -05:00 |
|
toasted-nutbread
|
7e94fca7c7
|
Rename extension.js to core.js to better reflect its use
|
2019-11-26 17:29:52 -05:00 |
|
toasted-nutbread
|
a14b820a19
|
Move utilInvoke into api.js, rename to _apiInvoke
|
2019-11-26 17:23:55 -05:00 |
|
toasted-nutbread
|
d71bd056e8
|
Use consistent event handler notation
|
2019-11-26 17:18:17 -05:00 |
|
toasted-nutbread
|
7f9a73135d
|
Remove utilAsync
|
2019-11-26 17:18:17 -05:00 |
|
toasted-nutbread
|
0ebf676305
|
Update WanaKana to v4.0.2
Resolves #290
|
2019-11-26 12:46:41 -05:00 |
|
toasted-nutbread
|
cb9f9b585a
|
Update how source terms are navigated
|
2019-11-26 12:31:20 -05:00 |
|
toasted-nutbread
|
c7cb1b3d9e
|
Require context for setContentTerms and setContentKanji
|
2019-11-26 12:31:17 -05:00 |
|
toasted-nutbread
|
cfa16ce675
|
Include sentence in context on search page
|
2019-11-26 11:34:06 -05:00 |
|
siikamiika
|
3423ed7d67
|
Merge pull request #279 from siikamiika/query-parser-1
Search page query parser
|
2019-11-26 18:31:35 +02:00 |
|
toasted-nutbread
|
820beb7c93
|
Fix incorrect opacity check
|
2019-11-25 21:04:34 -05:00 |
|
toasted-nutbread
|
9dc03f6d47
|
Remove wanakana reference from float.html
|
2019-11-25 13:34:56 -05:00 |
|
|
233a115ff9
|
Fix broken link to eslintrc
|
2019-11-24 21:40:30 -08:00 |
|
toasted-nutbread
|
91c54e1853
|
Remove JQuery from the context popup window
|
2019-11-24 11:46:29 -05:00 |
|
toasted-nutbread
|
10b33dbd20
|
Optimize toggle on the context popup window
Remove bootstrap-toggle dependency
|
2019-11-24 11:42:27 -05:00 |
|
toasted-nutbread
|
cf18e3b42e
|
Replace string.substr and string.slice with string.substring
Improves semantic clarity, and it's recommended to not use substr.
|
2019-11-24 11:02:52 -05:00 |
|
toasted-nutbread
|
eef05f6a64
|
Add accept type for dictionary import
|
2019-11-24 10:47:07 -05:00 |
|
siikamiika
|
89c6ef54b0
|
always return a promise from Mecab.invoke
|
2019-11-24 02:34:16 +02:00 |
|
siikamiika
|
43fad608fb
|
remove popup from background page
Not supported on all browsers
|
2019-11-23 19:25:11 +02:00 |
|
siikamiika
|
7bf2c8048d
|
add mecab version check
|
2019-11-23 19:18:29 +02:00 |
|
siikamiika
|
2577d4054e
|
fix scanning parser
|
2019-11-23 18:08:22 +02:00 |
|
siikamiika
|
cc8221c6ea
|
add reading modes
|
2019-11-23 17:50:46 +02:00 |
|
siikamiika
|
f625321650
|
refactor selected parser refreshing
|
2019-11-23 17:50:46 +02:00 |
|
siikamiika
|
933fd77957
|
remove async
|
2019-11-23 17:50:46 +02:00 |
|
siikamiika
|
707b039927
|
store local copy of selected parser
Options don't update early enough even after awaiting
|
2019-11-23 17:50:46 +02:00 |
|
siikamiika
|
0d6e0edc31
|
remove height hack and use overflow-y: scroll
|
2019-11-23 17:50:46 +02:00 |
|
siikamiika
|
f6f19dc9de
|
typo
|
2019-11-23 17:50:46 +02:00 |
|
siikamiika
|
9dff658640
|
add parser selection
|
2019-11-23 17:50:46 +02:00 |
|
siikamiika
|
84f30113e4
|
give names to complex slices
|
2019-11-23 17:50:46 +02:00 |
|
siikamiika
|
b02a30a2fd
|
explicit checks in while and if
|
2019-11-23 17:50:46 +02:00 |
|
siikamiika
|
1f2eee449e
|
mecab refactoring and bugfix
|
2019-11-23 17:50:46 +02:00 |
|
siikamiika
|
f97877a209
|
promise improvements
|
2019-11-23 17:50:46 +02:00 |
|
siikamiika
|
b336ab3a9a
|
use const
|
2019-11-23 17:49:25 +02:00 |
|
siikamiika
|
8d9a635d5c
|
remove dead code
|
2019-11-23 17:48:03 +02:00 |
|