Mariko Kosaka
bfb66b9771
Update issue templates to include feature request
2018-11-19 13:57:33 +09:00
Mariko Kosaka
f8da5b153d
Merge pull request #304 : Create issue templates
...
Create issue templates
2018-11-19 11:55:40 +09:00
Mariko Kosaka
e2a956a088
ask to attach images
2018-11-19 11:51:08 +09:00
Surma
5c5b001fc7
Merge pull request #269 from DanielRuf/ci/test-nodejs-6-8-10-11
...
ci: test Node.js 8, 10 and 11
2018-11-18 13:24:37 +00:00
Daniel Ruf
e4beafed97
ci: do not test on Node.js 6
2018-11-18 14:00:28 +01:00
Mariko Kosaka
553a504140
Merge pull request #306 from Jarrku/codec-readme-typo
...
Fix typo
2018-11-16 11:21:28 -08:00
Simon VDB
44dd2ee808
Fix typo
2018-11-15 22:02:11 +01:00
Surma
b36c851b2a
Create issue templates
2018-11-15 10:34:00 -08:00
Jamie Farrelly
0502d70cdf
Preventing images from being dragged in Edge ( #290 )
2018-11-14 14:47:00 -08:00
Cătălin Mariș
86546574bb
Further losslessly optimize logo.svg ( #283 )
2018-11-14 14:45:47 -08:00
Jake Archibald
f351712130
Building on #275 ( #289 )
...
* Upgrade devDependcies. Replace UglifyJS ⚰ with TerserJS 👶 Fix TypeScript compiler errors
* Remove babel and associated plugins
* Re-enable strictNullChecks and noImplicitAny
* Use surma's better ga type definition.
`ts-ignore` document.activeElement potential null warnings
* Avoiding ignores
2018-11-14 14:04:01 -08:00
Surma
c7f2ae2234
Merge pull request #279 from KraigWalker/bug/manifest-orientation
...
Fix #268 - change orientation to "any" from "portrait" in manifest.json
2018-11-14 08:25:09 -08:00
Kraig Walker
436f689115
fixes #268 - change orientation to "any" from "portrait" in manifest.json
2018-11-13 17:34:03 +00:00
Jake Archibald
951c7af724
Allow text fields next to range inputs be empty (yeah that's horrendous grammar but I'm very tired) ( #273 )
2018-11-13 07:48:25 -08:00
Jake Archibald
53b46f879f
Avoid "update found" on initial load.
2018-11-13 07:37:07 -08:00
Daniel Ruf
cbe82112ab
ci: test Node.js 6, 8, 10 and 11
2018-11-13 11:21:51 +01:00
Surma
7f5562ccfe
Update README.md
2018-11-12 10:35:58 -08:00
Surma
76ec946616
Merge pull request #264 from GoogleChromeLabs/readme-typos
...
Fix typos 🙈
2018-11-11 19:15:45 -08:00
Mathias Bynens
68bb2edb39
Fix typos 🙈
2018-11-11 17:43:20 -08:00
Mariko Kosaka
9c85618aff
Merge pull request #263 from GoogleChromeLabs/analytics-privacy
...
Adding readme, privacy section, reducing resolution of analytics data.
2018-11-11 06:07:52 -08:00
Jake Archibald
aebeff8b4c
Adding readme, privacy section, reducing resolution of analytics data.
2018-11-11 05:11:28 -08:00
Jake Archibald
8d63125b13
Resetting pinch zoom ( #261 )
...
* Resetting pinch zoom
* Bumping version
2018-11-11 04:28:39 -08:00
Jake Archibald
2ca97ef586
Not entirely sure why this causes dev to fail, but this fixes it.
2018-11-10 16:10:25 -08:00
Jake Archibald
a1a00f0bfb
Preload test ( #262 )
...
* Preload test
* Don't prerender analytics
* Version bump
2018-11-10 08:20:13 -08:00
Jake Archibald
6870b135b7
I'm calling this 1.0
2018-11-09 16:01:24 -08:00
Jake Archibald
a0f1379feb
Adding manifest to headers
2018-11-09 12:08:55 -08:00
Jake Archibald
9b17322478
Removing old file from serviceworker
2018-11-09 11:11:34 -08:00
Surma
f562bad286
Add analytics script ( fixes #174 ) ( #245 )
2018-11-09 10:53:10 -08:00
Jason Miller
6994cc3d15
_headers & _redirects generation ( #240 )
...
* Generate `_headers` and `_redirects` by passing assets through ejs templates.
* PR feedback
* Excluding service worker stuff from prerender
* Build SW in dev
* Let's give this a try
* lol
* Is this how it works?
2018-11-09 10:49:01 -08:00
Jake Archibald
9b572f9541
Ta-da. Back button. ( #254 )
2018-11-09 09:13:32 -08:00
Jake Archibald
71f893cb44
Enhanced offline ( #249 )
...
* Notification of updates & reloading
* Using version in service worker & allowing version to appear elsewhere
* Stupid file
* Ditching changelog for now. Using package json.
* Ugh.
2018-11-09 09:13:14 -08:00
Jake Archibald
6b76ea0a6f
Update file drop ( #253 )
2018-11-09 08:53:36 -08:00
Jason Miller
7616d33883
Startup optimizations ( #226 )
...
* Startup optimisations
* I hate this file
* Inline main script
* Reverting change to do a fairer perf comparison
* Inlining again. Weeeeee!
* Lockfile
2018-11-09 16:01:02 +00:00
Jake Archibald
3c757bb2b2
Prevent browser pinch-zoom ( #247 )
2018-11-09 15:58:15 +00:00
Jake Archibald
a502df80ba
Prevent logo taking over on smaller screens. ( #250 )
...
* Prevent logo taking over on smaller screens.
* I hate this file
2018-11-09 00:02:23 +00:00
Jake Archibald
921268ec58
Addressing nits from service worker PR.
2018-11-08 12:11:29 +00:00
Jason Miller
7d42d4f973
Add a serviceworker ( #234 )
...
* Add a serviceworker
* rename + fix random extra character
* Fixing worker typings
* Fixing types properly this time.
* Once of those rare cases where this matters.
* Naming the things.
* Move registration to the app (so we can use snackbar later)
* Moving SW plugin later so it picks up things like HTML
* MVP service worker
* Two stage-service worker
* Fix prerendering by conditionally awaiting Custom Elements polyfill.
* Fix icon 404's
* add doc comment to autoswplugin
* Fix type
2018-11-08 12:02:05 +00:00
Jake Archibald
e4e130c5d6
Mark private function as private
2018-11-08 11:21:57 +00:00
Jake Archibald
bcf7a63118
Android tablet bugs ( #246 )
...
* Prevent two-up being lost under options. Fixes #241 .
* Working around some glitching when page was scrolled.
* Prevent software keyboard popping up again in Android Chrome.
2018-11-07 08:59:11 +00:00
Jake Archibald
66aac12db7
Caught a bit of repetition in our utils ( #242 )
...
Caught a bit of repetition in our utils
2018-11-06 14:19:48 +00:00
Jake Archibald
59cd1f8930
Splitting PointerTracker into its own project ( #238 )
2018-11-06 14:19:24 +00:00
Jake Archibald
150e704d20
It's a dev package
2018-11-06 13:50:50 +00:00
Paul Kinlan
b2d47f0fb8
fixing a deps issue.
2018-11-06 13:50:49 +00:00
Paul Kinlan
bd3d33296d
Updating based on changes to filedrop element.
2018-11-06 13:50:49 +00:00
Paul Kinlan
f4c82ced97
#199 - Removes the file-drop custom element
...
+ Removes the custom element from the project
+ Replaces it with the externally maintined custom element
2018-11-06 13:50:48 +00:00
Jake Archibald
76188df0d3
Destructuring args.
2018-11-06 13:47:18 +00:00
Jake Archibald
9a58e4d339
Fixing lossless slider for webP. Previously you couldn't select "9" :D
2018-11-06 13:47:18 +00:00
Jake Archibald
f396a5b784
MozJPEG chroma subsampling and quality ( #235 )
...
* Adding chroma subsampling for mozjpeg
* Adding separate chroma quality.
* Preact sometimes removes the inline styles, this fixes it.
* Simplifying chroma subsample
* Adding comments
2018-11-06 13:46:52 +00:00
Jake Archibald
e572b853e2
Snackbar defaults & copy undo ( #233 )
...
* Fix snackbar defaults. Fixes #205 .
* Undo copy settings across.
* Oops
* Fixing stupid minification bug
* Something weird happened with the last commit
2018-11-06 13:44:15 +00:00
Jake Archibald
726c2f195a
Fixing graphics glitch. Fixes #166 ( #232 )
2018-11-06 13:41:08 +00:00