Merge branch '854-browser-support' into 'develop'

Resolve "Managing browsers support"

Closes #854

See merge request funkwhale/funkwhale!788
This commit is contained in:
Eliot Berriot 2019-06-24 11:02:09 +02:00
commit dd32ae4fa7
3 changed files with 1993 additions and 1645 deletions

View File

@ -0,0 +1 @@
Hardcoded list of supported browsers to avoid unexpected regressions (#854)

View File

@ -85,9 +85,20 @@
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
"IE >= 11",
"Firefox >= 52",
"ChromeAndroid >= 70",
"Chrome >= 49",
"Safari >= 9",
"Edge >= 16",
"Opera >= 57",
"OperaMini >= 57",
"Samsung >= 7",
"FirefoxAndroid >= 63",
"UCAndroid >= 11",
"iOS >= 9",
"Android >= 4",
"not dead"
],
"author": "Eliot Berriot <contact@eliotberriot.com>",
"description": "Funkwhale front-end"

File diff suppressed because it is too large Load Diff