autotune icon indicating copy to clipboard operation
autotune copied to clipboard

Automatically tunes apps and websites to improve outcomes

Results 17 autotune issues
Sort by recently updated
recently updated
newest added

Here's the PR for the suggestion in #55. This makes Autotune use a custom element, making it more compliant with the HTML specification.

Given the following setup: ```js import Turbolinks from 'turbolinks'; Turbolinks.start(); ``` ```html option 1 option 2 Go ``` Steps: 1. Initial page load, _option 1_ is shown 2. Click on...

bug

Sorry for a pretty bike-shedding ticket, but a small improvement would be to use `` instead of ``. The latter is an unknown html element and thus invalid, but the...