Simon Legner
|
0f497e57c8
|
Use window.requestAnimationFrame w/o fallback
https://caniuse.com/requestanimationframe
|
1 year ago |
Simon Legner
|
9f87a459eb
|
Use const, use arrow callbacks
|
1 year ago |
Simon Legner
|
f364659d97
|
Use optional chaining operator ?.
https://caniuse.com/mdn-javascript_operators_optional_chaining
|
1 year ago |
Simon Legner
|
bbadf5f228
|
Sanity-check decaffeinate app.views.Search
|
1 year ago |
Simon Legner
|
0c3f1814aa
|
Sanity-check decaffeinate app.views.SearchScope
|
1 year ago |
Simon Legner
|
c70e01fa53
|
Fix invalid constructor
|
1 year ago |
Simon Legner
|
864e45e6fb
|
Fix constructor(el) instanceof HTMLElement
|
1 year ago |
Simon Legner
|
81c0551d35
|
ReferenceError: Must call super constructor in derived class before accessing 'this'
|
1 year ago |
Simon Legner
|
e6983b0a9d
|
SyntaxError: Identifier 'Cls' has already been declared
|
1 year ago |
Simon Legner
|
a905bdf5c1
|
Prettier.io
|
1 year ago |
decaffeinate
|
c237856902
|
decaffeinate: Run post-processing cleanups on app.coffee and 75 other files
|
1 year ago |
decaffeinate
|
e4fbca722b
|
decaffeinate: Convert app.coffee and 75 other files to JS
|
1 year ago |
decaffeinate
|
6cc430ffc4
|
decaffeinate: Rename app.coffee and 75 other files from .coffee to .js
|
1 year ago |
Simon Legner
|
7e0dacb92b
|
Settings: disable autofocus of search input
Fixes #1856.
|
2 years ago |
Jasper van Merle
|
1c007d8826
|
Fix merge conflicts
|
6 years ago |
Jasper van Merle
|
c6f0f1693f
|
Limit new event listener to Chrome for Android
|
6 years ago |
Jasper van Merle
|
c27868debc
|
Simplify re-triggering search after scope change
|
6 years ago |
Jasper van Merle
|
8039610888
|
Remove scope by clicking on it or by backspacing into it
|
6 years ago |
Jasper van Merle
|
504f95e4f4
|
Fix single documentation search on Android
|
6 years ago |
Natnael Getahun
|
1bc380f12d
|
Add DuckDuckGo shortcut
Added an alias ```alt + d``` to be DuckDuckGo shortcut
|
7 years ago |
Thibaut Courouble
|
76aec2bd95
|
Don't reset to root page when clearing the search field
Closes #718.
|
7 years ago |
Thibaut Courouble
|
581e656fd2
|
Optimize search autofocus code
|
8 years ago |
Thibaut Courouble
|
9adf4e2d9f
|
Focus the search field when typing '/' or alphanumeric characters on mobile
Rel: #638
|
8 years ago |
Thibaut Courouble
|
48d85f1124
|
Improve behavior of search scope when hitting escape
Closes #639.
|
8 years ago |
Thibaut Courouble
|
98a6eb58cb
|
Reset search field when browsing to index page in single doc mode
|
8 years ago |
Thibaut Courouble
|
82743163c6
|
Fix searching disabled doc via URL not opening first result correctly
Fixes #604.
|
8 years ago |
Thibaut Courouble
|
54c7c0df5c
|
Don't autofocus search input when another input is focused
|
8 years ago |
Thibaut Courouble
|
d59d43e64b
|
Minor performance optimization to speed up app boot
|
8 years ago |
Thibaut Courouble
|
63bb8cd1e1
|
Don't autofocus search input on Android/iOS
|
8 years ago |
Thibaut Courouble
|
e94af979d9
|
Add settings page
|
8 years ago |
Thibaut Courouble
|
0f238609da
|
UI improvements
|
8 years ago |
Thibaut Courouble
|
c2c26ad576
|
Remove flawed touchscreen detection
https://www.fxsitecompat.com/en-CA/docs/2016/touch-event-support-has-been-re-enabled-on-windows-desktop/
|
8 years ago |
Thibaut Courouble
|
d9a12a595c
|
Clear the search scope on ctrl/cmd/alt + backspace
|
9 years ago |
Thibaut Courouble
|
6f16945418
|
Fix autofocus behavior
|
9 years ago |
Thibaut Courouble
|
ba4bcbf7ee
|
Improve URL search
Closes #434.
|
9 years ago |
Thibaut Courouble
|
0970a44533
|
Move the cursor to the end of the search input when searching from URL
|
9 years ago |
Thibaut Courouble
|
39b9846d78
|
Improve tab navigation
Closes #396.
|
9 years ago |
Thibaut Courouble
|
18199101d7
|
Minor optimizations to improve boot performance
|
9 years ago |
Thibaut Courouble
|
4fc1126015
|
Tweak sidebar show/hide
|
9 years ago |
cristian.corcoveanu
|
dd4b9bfa1f
|
Hide/Show sidebar when dragging it or typing into the search input
|
9 years ago |
Thibaut Courouble
|
cad624613c
|
Improve search scope behavior
Closes #360.
|
9 years ago |
Thibaut Courouble
|
b14fc9438a
|
Disable search input while showing doc picker
Closes #196.
|
9 years ago |
Thibaut Courouble
|
5015405e7c
|
Use doc full name (incl. version) throughout the app
Ref #25.
|
9 years ago |
Thibaut
|
63059d7015
|
Set search scope based on initial URL
Fixes #226.
|
10 years ago |
Thibaut
|
aa3de225aa
|
Add alt+s shortcut for searching on Stack Overflow
Closes #174.
|
10 years ago |
Thibaut
|
39e01bfce8
|
Search docs by name not slug
Fixes #151.
|
10 years ago |
Thibaut
|
465a172025
|
New design
|
10 years ago |
Thibaut
|
4928c845a5
|
Add info text when no search results are found
|
11 years ago |
Thibaut
|
ce31de5c3f
|
Fix URL search fragment decoding
Fixes #45
|
11 years ago |
Thibaut
|
94119e1188
|
Add keyboard shortcut for searching on Google
|
11 years ago |