Jasper van Merle
921a61cd1f
Fix service workers in production, for real this time
6 years ago
Jasper van Merle
3d974a42fa
Fix service workers in production
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
22d78b5e71
Remove scope by clicking on it or by backspacing into it ( #942 )
...
Remove scope by clicking on it or by backspacing into it
6 years ago
Jasper van Merle
876d9a4410
Fix typo
6 years ago
Jasper van Merle
dff5675a0c
Re-factoring
6 years ago
Jasper van Merle
ba46b7841b
Set theme color depending on DevDocs theme
6 years ago
Jasper van Merle
c28305b0b7
Implement review suggestions
6 years ago
Jasper van Merle
fb2d7374da
Update page load error message
6 years ago
Jasper van Merle
2bbbc66e8c
Update quotes
6 years ago
Jasper van Merle
27167a49a6
Update offline page
6 years ago
Jasper van Merle
b8a5c6be90
Update unsupported browser versions
6 years ago
Jasper van Merle
576f32dae1
Make service worker opt-in in development
6 years ago
Jasper van Merle
dd23a6c7b7
Move all styling configuration to the client
6 years ago
Jasper van Merle
0e9aa8847b
Add preference to bypass service worker cache
6 years ago
Jasper van Merle
ec8616e289
Service worker refactoring
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
0c42db5749
Simplify toggleLayout
6 years ago
Jasper van Merle
35f6f719e3
Load layout preferences client-side from cookies
6 years ago
Thibaut Courouble
90ddbad8ad
2019
6 years ago
Thibaut Courouble
b6358992d5
Copy changes to reflect that DevDocs is now operated by freeCodeCamp
6 years ago
Thibaut Courouble
1688fb0b0e
Update Ruby documentation (2.5.3)
6 years ago
Jed Fox
62dcf2be4f
Don't overlay the method's source over its docs in RDoc
6 years ago
Thibaut Courouble
5c2545e6c4
Retire DevDocs's mailing list in favor of Gitter
6 years ago
Jasper van Merle
4d4a8f9200
Change cursor on search tag
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
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
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