Jasper van Merle
4d4a8f9200
Change cursor on search tag
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
Thibaut Courouble
66cba23d9c
Redirect to the index page when rebooting the app from the settings page
6 years ago
Thibaut Courouble
f1cc4a73d9
Update MDN docs
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
8d7218fe5f
Update Underscore.js documentation (1.9.1)
6 years ago
Thibaut Courouble
5d84f94f36
Update Twig documentation (2.5.0)
6 years ago
Thibaut Courouble
1902f1725d
Update scikit-learn documentation (0.20.0)
6 years ago
Thibaut Courouble
e648ff91de
Update Node.js documentation (11.1.0)
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
Patrick Esson
f562c2face
Removed background from GitHub button
6 years ago
Thibaut Courouble
4c88173d95
Update Matplotlib documentation (3.0.0)
6 years ago
Thibaut Courouble
7ba33e90b0
Update Julia documentation (1.0.1)
6 years ago
Thibaut Courouble
6ff895904f
Update Cordova documentation (8.1.2)
6 years ago
Thibaut Courouble
8311db3157
Update Async documentation (2.6.1)
6 years ago
Jasper van Merle
bf53a00ca9
Fix merge conflicts
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
Thibaut Courouble
d72de330aa
Fix external link styling in dark mode
6 years ago
Thibaut Courouble
33c986fcf0
Fix CSS variable support check (take 2)
6 years ago
Jasper van Merle
05aaf5eedd
Fix CSS variable support check
6 years ago
Thibaut Courouble
6d5a278941
Make sure the "browser unsupported" message is styled properly
6 years ago
Thibaut Courouble
847cfbb682
Update browser requirements
6 years ago
Thibaut Courouble
01bc31859b
Fix up switch to CSS variables
6 years ago
Jed Fox
a30fcf9d9a
Switch from SASS variables to CSS variables
...
* Switch from SASS variables to CSS variables for most styling
These are the simple cases, and the more complex ones will be covered by future commits. I’ve also replaced $fooZ ± 1 with the appropriate variable to avoid a runtime `calc()`.
* Eliminate the `$style` variable 🔥
I’ve added a `--absolute` variable that’s `white` in dark mode and `black` in regular mode.
* Remove `$inputFocusBorder` 🔥
* Switch the Prism styles to CSS variables
* Convert `$mediumScreen` to a mixin
* 🔥 `$selectionText`
* Eliminate the final uses of SCSS variables
I’ve dropped the 95% opacity on the background of the method source code overlay in RDoc since the difference isn’t noticeable but it makes implementation a lot easier.
* Misc fixes
* Extract the common variables from the two themes to a new file
* Remove illegal usages of CSS variables in SCSS functions
This flattens out the buttons on the settings page which makes the styles simpler (and more modern-looking IMO) and removes the box-shadow on the button, which was completely invisible to me.
* Fix usages of SCSS functions in CSS variables
* Use `html._theme-*` selectors
* Eliminate `application-dark.css`; switch themes by toggling classes
This also means that the Application Cache doesn’t have to get updated when toggling themes, and a new CSS file that’s nearly the same doesn’t need to be downloaded.
6 years ago
Thibaut Courouble
7b7aa34b70
Improve Rust scraper
6 years ago
Thibaut Courouble
ad7e1bdc4b
Simplify 'simple' CSS
6 years ago
Thibaut Courouble
7d3c6bd970
Force HTTPS
6 years ago
Jasper van Merle
85f57fe5d0
Add option to automatically download documentation
6 years ago
Thibaut Courouble
24abe4c9d9
Finish Handlebars.js scraper
6 years ago
Jasper van Merle
8b9c62d791
Add Handlebars.js documentation
6 years ago
Thibaut Courouble
62e07e4e4d
Finish Puppeteer scraper
6 years ago
Jasper van Merle
a6b7bd53c2
Add Puppeteer documentation
6 years ago
Jasper van Merle
e2336eebc7
Add light background to images and iframes
6 years ago
Jasper van Merle
2a5f1a0046
Refactoring
6 years ago
Jasper van Merle
cf54931604
Fix tests
6 years ago
Jasper van Merle
90123a3679
Automatically generate spritesheets
6 years ago
Thibaut Courouble
1820fe328c
Update CMake documentation (3.12.1)
7 years ago
Thibaut Courouble
e35298c745
Finish Qt scraper
7 years ago
Nicolas Ettlin
67b5e3cb47
Add Qt scraper
7 years ago
Natnael Getahun
1bc380f12d
Add DuckDuckGo shortcut
...
Added an alias ```alt + d``` to be DuckDuckGo shortcut
7 years ago
Thibaut Courouble
17964b67d4
Finish Dart scraper
7 years ago
Thibaut Courouble
e8a20a8f8e
Update Prism.js
7 years ago
Jasper van Merle
0429e07761
Add Dart documentation
7 years ago
Thibaut Courouble
4e56a77012
Finish Graphite scraper
7 years ago
Jasper van Merle
7d6e45c325
Add Graphite documentation
7 years ago
Thibaut Courouble
a71f48ea10
Finish Bash scraper
7 years ago
Jasper van Merle
1d56144a4b
Add Bash documentation
7 years ago
Thibaut Courouble
34fe833d82
Finish Pygame scraper
7 years ago
Thibaut Courouble
ad7be4d061
Finish Koa scraper
7 years ago
Thibaut Courouble
b4cd5f1802
Finish Terraform scraper
7 years ago
Doug Fitzmaurice
716fc26af1
Add a Terraform scraper
7 years ago
Thibaut Courouble
15f79fa488
Finish Leaflet scraper
7 years ago
Thibaut Courouble
4bd451a4db
Update link to freecodecamp blog
7 years ago
Beau Carnes
22fa7c81b6
Fix header alignment in Python (issue #808 )
7 years ago
Beau Carnes
68bd35c1bc
update Flow version
7 years ago
Grant Bourque
d657377d1c
Use `document.scrollingElement` for mobile scrolls
...
- Set `document.scrollingElement` as the scrolling element
for scrolling to anchors when the app is mobile mode
to enhance support in newer browsers.
The CSS View Module spec considers `document.documentElement`/`<html>`
to be the standard scrolling element
and that is what appears to be used in the latest Firefox and Chrome.
However, some older browsers and even the current Safari
use `document.body` as the scrolling element
which is why I suspect the original code used `document.body`.
Since some browsers scroll on different elements,
`document.scrollingElement` exists
so the browser can tell us what to use
for scrolling to anchors work for all modern browsers.
Since `document.scrollingElement` is undefined in older browsers,
`document.body` is available as fallback mobile scrolling element.
7 years ago
Jasper van Merle
4b12335b19
Fix #829
7 years ago
Thibaut Courouble
941f33e133
Update Angular documentation (6.0.4)
7 years ago
Thibaut Courouble
bcb5445452
Add back Ansible 2.4 version + improve scraper
7 years ago
Jed Fox
a5b6ffb116
Move “DevDocs” in the tab title to after the dynamic portion of the title
7 years ago
Grant Bourque
d5d913fc11
Use browser dimensions for mobile detection
...
- Use `max-width`/`max-height` mobile detection media queries
instead of `max-device-width`/`max-device-height`.
Some browsers inaccurately report the device dimensions
and get the mobile version of the DevDocs unexpectedly.
Not depending on the device dimensions also improves the experience
by displaying the mobile version
if a desktop browser window is sufficiently small enough.
7 years ago
Mark Knol
2c5f9d0627
Update haxe.rb
...
Add all targets / copyright year
7 years ago
Thibaut Courouble
0e188e3b11
Update Vue.js documentation (2.5.16)
7 years ago
Thibaut Courouble
4eb71d5663
Update Underscore.js documentation (1.9.0)
7 years ago
Thibaut Courouble
5b2ff8bd37
Update Redis documentation (4.0.9)
7 years ago
Thibaut Courouble
47591b9239
Update D3.js documentation (5.1.0)
7 years ago
Thibaut Courouble
587124a0b2
Update CakePHP documentation (3.6.2)
7 years ago
Thibaut Courouble
d478fb4d83
Update Bower documentation (1.8.4)
7 years ago
Thibaut Courouble
91fc239046
Update Apache HTTP Server documentation (2.4.33)
7 years ago
Thibaut Courouble
d48396de57
DevDocs → freeCodeCamp
7 years ago
Thibaut Courouble
1be7a8f37d
Update Ansible documentation (2.4.3)
...
Fixes #752 .
7 years ago
Thibaut Courouble
cbe12622de
Update CodeIgniter documentation (3.1.8)
7 years ago
Thibaut Courouble
a54038cb05
Fix HTML typo
7 years ago
Thibaut Courouble
a379b6299d
Ask all HTTP users to switch to HTTPS
7 years ago
Thibaut Courouble
e8bb76fe53
Update links to HTTPS
7 years ago
Thibaut Courouble
472f03d5b0
Update C/C++ documentation
...
Fixes #688 .
Fixes #736 .
7 years ago
Thibaut Courouble
db9cc83b90
Update lodash documentation (4.17.5)
7 years ago
Thibaut Courouble
4571b01c02
Update Codeception documentation (2.4.0)
7 years ago
Thibaut Courouble
95895b1b73
Update Yarn documentation (1.5.1)
7 years ago
Thibaut Courouble
972ed81acc
Update PHP documentation (7.2.2)
7 years ago
Thibaut Courouble
3d5c228f27
Update Haxe documentation (3.4.7)
7 years ago
Thibaut Courouble
4b7d21b612
Update Vagrant documentation (2.0.2)
7 years ago
Thibaut Courouble
48012030f4
Update TensorFlow documentation (1.5)
7 years ago
Thibaut Courouble
317910c777
Update PostgreSQL documentation (10.2)
7 years ago
Thibaut Courouble
eaa49e14f0
Update nginx / Lua Module documentation (0.10.11)
7 years ago
Thibaut Courouble
224f97022f
Update nginx documentation (1.13.9)
7 years ago
Thibaut Courouble
fbdbc8dd3d
Update Mocha documentation (5.0.1)
7 years ago
Thibaut Courouble
ceaa89e2b1
Update Kotlin documentation (1.2.21)
7 years ago
Thibaut Courouble
a539ac420b
Update Godot documentation (3.0)
7 years ago
Thibaut Courouble
5d8d84c2b1
Update Git documentation (2.16.2)
7 years ago
Thibaut Courouble
f0e55ffa77
Update Falcon documentation (1.4.1)
7 years ago
Thibaut Courouble
c382eaf3cb
Update Electron documentation (1.8.2)
7 years ago
Thibaut Courouble
2b210a306f
Update D documentation (2.078.3)
7 years ago
Thibaut Courouble
7655ba8543
Update CoffeeScript documentation (2.2.2)
7 years ago
Thibaut Courouble
2a113750fd
Fix changelog entry date format
7 years ago
Thibaut Courouble
7731a599e1
Finish Babel scraper
7 years ago
Jed Fox
1f2030de24
Add Babel
7 years ago