Simon Legner
a86eca41af
Sanity-check decaffeinate app.views.Menu
1 year ago
Simon Legner
f465cc81e0
Sanity-check decaffeinate app.views.TypePage
1 year ago
Simon Legner
5b3f7b9658
Sanity-check decaffeinate app.views.SettingsPage
1 year ago
Simon Legner
f9f5c2bc3d
Sanity-check decaffeinate app.views.OfflinePage
1 year ago
Simon Legner
92d6d5e1d4
Sanity-check decaffeinate app.views.Content
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
5e0b6a4e59
class View extends Events
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
5c6d93f61b
ruby: fix "show source"
...
Fixes #1922 .
2 years ago
Simon Legner
7e0dacb92b
Settings: disable autofocus of search input
...
Fixes #1856 .
2 years ago
Simon Legner
61ab7f6cec
Remove FastClick library
...
From https://github.com/ftlabs/fastclick/blob/main/README.md
> Note: As of late 2015 most mobile browsers - notably Chrome and Safari - no longer have a 300ms touch delay, so fastclick offers no benefit on newer browsers, and risks introducing bugs into your application. Consider carefully whether you really need to use it.
3 years ago
Shashank Jain
a2a1733fcc
Applied seconds input settings patch
4 years ago
Shashank Jain
7932a457af
Added a checkbox to enable scroll by space
4 years ago
Simon Legner
c0ddcf3469
Shortcut to copy URL of original page (alt + C)
...
Fixes #1199 .
4 years ago
Enoc
2824f75cd5
Fix sidebar when the mouse leave the window
4 years ago
Jed Fox
2beb46db42
Add mobile override mode
...
Fixes #1157
5 years ago
Jed Fox
e8b1359665
Switch to radio buttons for theme picker, only allow auto setting where supported
5 years ago
Simon Legner
0700f2d833
Add support for prefers-color-scheme media query
5 years ago
Stefan Selent
ea57487453
Extract the right target for clicks on nested elements
6 years ago
Jasper van Merle
22094f7dcf
Fix #1049
6 years ago
Jasper van Merle
be0b8190e4
Merge branch 'master' into dynamic-favicon
6 years ago
Jasper van Merle
8aa8ae1035
Fix merge conflicts
6 years ago
Jasper van Merle
5438143cf8
Fix merge conflicts
6 years ago
Jasper van Merle
1c007d8826
Fix merge conflicts
6 years ago
Jasper van Merle
e684e8cb75
Merge pull request #831 from jmerle/fix-829
...
Hide sidebar when mouse is outside the window
6 years ago
Jasper van Merle
6138f05bd7
Merge pull request #1022 from jmerle/service-worker
...
Replace the App Cache with a Service Worker
6 years ago
Jasper van Merle
c28305b0b7
Implement review suggestions
6 years ago
Jasper van Merle
576f32dae1
Make service worker opt-in in development
6 years ago
Jasper van Merle
0e9aa8847b
Add preference to bypass service worker cache
6 years ago
Jasper van Merle
8ed1f4ace1
Replace AppCache with a service worker
6 years ago
Jasper van Merle
d63487d973
Simplify layouts array
6 years ago
Jasper van Merle
35f6f719e3
Load layout preferences client-side from cookies
6 years ago
Jasper van Merle
6893ac9514
Merge branch 'master' into fix-829
6 years ago
Jasper van Merle
66a0b82e3c
Ask for consent before enabling Google Analytics and Gauges
6 years ago
Jasper van Merle
c36478ce82
Set favicon to the icon of the currently shown docs
6 years ago
Jasper van Merle
d640a8ee22
Set favicon to documentation icon on open
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
Thibaut Courouble
e64cfcfb64
Add confirmation to "Uninstall all" action
...
Closes #913 .
6 years ago
Thibaut Courouble
a8a97e0198
Preserve path when reloading the app
...
Fixes #849 .
6 years ago
Thibaut Courouble
e8d52c9cfd
Fix app cache not updating when changing the app's color theme
...
This is needed because the index page is part of the app cache, and the <html> tag has a different class depending on the theme.
6 years ago