| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-06-23 | Merge all popover hide functions into one | Guillaume Gomez | -7/+5 | |
| 2022-06-23 | Move help popup into a pocket menu as well | Guillaume Gomez | -22/+8 | |
| 2022-05-30 | Improve display of settings radio buttons | Guillaume Gomez | -1/+1 | |
| 2022-05-26 | Rollup merge of #97394 - GuillaumeGomez:more-eslint-rules, r=notriddle | Guillaume Gomez | -1/+1 | |
| Add more eslint rules This PR adds more eslint rules. Here are the explanations for each of them: * [space-infix-ops](https://eslint.org/docs/rules/space-infix-ops) * [space-before-function-paren](https://eslint.org/docs/rules/space-before-function-paren) * [space-before-blocks](https://eslint.org/docs/rules/space-before-blocks) * [comma-dangle](https://eslint.org/docs/rules/comma-dangle) * [comma-style](https://eslint.org/docs/rules/comma-style) * [max-len](https://eslint.org/docs/rules/max-len) * [eol-last](https://eslint.org/docs/rules/eol-last) r? `@notriddle` | ||||
| 2022-05-25 | Add new eslint rule "space-before-function-paren" | Guillaume Gomez | -1/+1 | |
| 2022-05-24 | Allow to click on toggle text to update it | Guillaume Gomez | -6/+5 | |
| 2022-05-18 | Move some DOM generation into the HTML settings file directly | Guillaume Gomez | -16/+2 | |
| 2022-05-15 | Add new eslint rule about brace style | Guillaume Gomez | -2/+2 | |
| 2022-05-14 | Improve settings menu display | Guillaume Gomez | -25/+57 | |
| 2022-05-07 | Enforce quote rule for JS source code | Guillaume Gomez | -5/+4 | |
| 2022-05-07 | Change eslint rules from configuration comments to configuration files | Folyd | -4/+0 | |
| 2022-05-05 | Rollup merge of #96741 - GuillaumeGomez:improve-settings-loading-strategy, ↵ | Michael Goulet | -4/+1 | |
| r=jsha Improve settings loading strategy I learned about this thanks to ```@jsha``` who suggested this approach: It improves the settings loading strategy by loading CSS and JS at the same time to prevent the style to be applied afterwards on slow connections. r? ```@jsha``` | ||||
| 2022-05-05 | Rollup merge of #96704 - GuillaumeGomez:rotation-animation, r=jsha | Michael Goulet | -0/+1 | |
| Add rotation animation on settings button when loading As discussed, I added an animation when the settings JS file is loading (I voluntarily made the timeout at the end of the `settings.js` super long so we can see what the animation looks like): https://user-images.githubusercontent.com/3050060/166693243-816a08b7-5e39-4142-acd3-686ad9950d8e.mp4 r? ````@jsha```` | ||||
| 2022-05-05 | Improve settings loading strategy by loading CSS and JS at the same time to ↵ | Guillaume Gomez | -4/+1 | |
| prevent the style to be applied afterwards on slow connections | ||||
| 2022-05-05 | Add rotation animation on settings button when loading | Guillaume Gomez | -0/+1 | |
| 2022-05-05 | Use "strict" mode in JS scripts | Guillaume Gomez | -0/+2 | |
| 2022-05-04 | Move callback to the () => {} syntax. | Folyd | -6/+7 | |
| Fix lint Fix main.js Restore anonymous functions Fix Fix more | ||||
| 2022-05-01 | * Add documentation for settings page rendering functions. | Guillaume Gomez | -49/+59 | |
| * Improve code. * Fix some documentation argument types. * Make settings order the same as before this PR. * Change timeout to 0 so that browser will render it as fast as possible. | ||||
| 2022-04-30 | Move settings into full JS | Guillaume Gomez | -9/+174 | |
| 2022-04-26 | Small JS code improvements | Guillaume Gomez | -1/+1 | |
| 2022-04-24 | Update settings.js to ES6 | Guillaume Gomez | -6/+9 | |
| 2022-02-02 | Unify storage getter and setter functions | Guillaume Gomez | -1/+1 | |
| 2022-01-23 | rustdoc settings: use radio buttons for theme | Jacob Hoffman-Andrews | -10/+19 | |
| This reduces the number of clicks required to change theme. Also, simplify the UI a bit (remove setting grouping), and add a "Back" link close to the settings icon. | ||||
| 2022-01-14 | Add support for "always theme" in setting | Jacob Hoffman-Andrews | -0/+28 | |
| 2021-07-07 | Clean up rustdoc static files | Guillaume Gomez | -0/+60 | |
