Simon Legner
|
86f533be0a
|
Fix this.findAllByTag(...).filter is not a function
|
1 year ago |
Simon Legner
|
fe329d6aae
|
Use pointer-events w/o fallback
https://caniuse.com/pointer-events
|
1 year ago |
Simon Legner
|
0f497e57c8
|
Use window.requestAnimationFrame w/o fallback
https://caniuse.com/requestanimationframe
|
1 year ago |
Simon Legner
|
f364659d97
|
Use optional chaining operator ?.
https://caniuse.com/mdn-javascript_operators_optional_chaining
|
1 year ago |
Simon Legner
|
cf412bd81f
|
Sanity-check decaffeinate app.views.Results
|
1 year ago |
Simon Legner
|
978d4a9f64
|
Sanity-check decaffeinate app.views.Sidebar
|
1 year ago |
Simon Legner
|
49dbba3de3
|
Sanity-check decaffeinate app.views.DocPicker
|
1 year ago |
Simon Legner
|
a1713ed4ac
|
Sanity-check decaffeinate app.views.TypeList
|
1 year ago |
Simon Legner
|
6df17da955
|
Sanity-check decaffeinate app.views.SidebarHover
|
1 year ago |
Simon Legner
|
38b3a95de4
|
Sanity-check decaffeinate app.views.EntryList
|
1 year ago |
Simon Legner
|
01440d2c23
|
Sanity-check decaffeinate app.views.DocList
|
1 year ago |
Simon Legner
|
c70e01fa53
|
Fix invalid constructor
|
1 year ago |
Simon Legner
|
63472e840e
|
Fix constructor(el) instanceof HTMLElement
|
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 |
Enoc
|
2824f75cd5
|
Fix sidebar when the mouse leave the window
|
4 years ago |
Jasper van Merle
|
4b12335b19
|
Fix #829
|
7 years ago |
Thibaut Courouble
|
30dd32c1b5
|
Normalize event.target for old browsers incorrectly handling SVG elements
|
7 years ago |
Thibaut Courouble
|
6587b7d878
|
Show/hide the sidebar on hover
Closes #657.
|
8 years ago |
Thibaut Courouble
|
01afa80686
|
Improve doc picker UI
Rel: #189
|
8 years ago |
Thibaut Courouble
|
6de748ebc2
|
Add 'Customize' link next to 'Disabled' list title
Rel: #189
|
8 years ago |
Thibaut Courouble
|
69ffa7babe
|
Improve keyboard navigation 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
|
7961557468
|
Show doc version in sidebar when multiple versions of the same doc are enabled
|
8 years ago |
Thibaut Courouble
|
dcca46cd0f
|
Fix race-condition when auto-opening first search result
Fixes #604.
|
8 years ago |
Thibaut Courouble
|
82743163c6
|
Fix searching disabled doc via URL not opening first result correctly
Fixes #604.
|
8 years ago |
Thibaut Courouble
|
655beec28c
|
Don't auto-scroll when clicking checkbox in doc picker
Rel #609.
|
8 years ago |
Thibaut Courouble
|
a8073b3a12
|
Fix and improve doc picker tab navigation
Rel #609.
|
8 years ago |
Thibaut Courouble
|
612aeafa22
|
Fix "Cannot read property load of undefined"
|
8 years ago |
Thibaut Courouble
|
c01782a02e
|
Improve automatic show/hide of sidebar
|
8 years ago |
Thibaut Courouble
|
7980abde69
|
Fix sidebar not resizable when set to show/hide automatically
Fixes #592.
|
8 years ago |
Thibaut Courouble
|
57a995d2b2
|
Improve escape key behavior in single doc mode
|
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
|
45312691a3
|
Fold sidebar item on click when it's selected
Closes #456.
|
9 years ago |
Thibaut Courouble
|
4becd25605
|
Improve transition between doc list and doc picker
|
9 years ago |
Thibaut Courouble
|
a02dd3b7b4
|
Improve tab/focus navigation of doc picker
|
9 years ago |
Thibaut Courouble
|
68f7ce02aa
|
Fix clicking on folded docs in the doc picker
Fixes #452.
|
9 years ago |
Thibaut Courouble
|
0bc34ed011
|
Fix 'Show more' links in sidebar
|
9 years ago |
Thibaut Courouble
|
39b9846d78
|
Improve tab navigation
Closes #396.
|
9 years ago |
Thibaut Courouble
|
dd86527da5
|
Improve markup and accessibility
Ref #305
|
9 years ago |
Thibaut Courouble
|
4b26951ff0
|
Store settings in cookies instead of localStorage
|
9 years ago |
Thibaut Courouble
|
18199101d7
|
Minor optimizations to improve boot performance
|
9 years ago |
Thibaut Courouble
|
802600b602
|
Fix exception in DocList#focus
|
9 years ago |