1
0
Fork 0
mirror of https://github.com/Findus23/RadioStats.git synced 2024-09-19 16:03:48 +02:00

update web

This commit is contained in:
Lukas Winkler 2020-02-03 12:19:17 +01:00
parent 2ac86c101d
commit bcc508ca07
Signed by: lukas
GPG key ID: 54DE4D798D244853
3 changed files with 2079 additions and 1755 deletions

View file

@ -4,7 +4,7 @@
<router-link v-for="channel in channels" :key="channel.shortname"
:to="{ name: 'List', params: { channel: channel.shortname }}"
:style="{borderColor:channel.primary_color}">
<img :src="require('./icons/'+icon(channel.shortname))"
<img :src="require('./icons/'+icon(channel.shortname)).default"
:alt="channel.stationname" :title="channel.stationname"
:class="channel.has_data?[]:['noData']">

View file

@ -13,7 +13,7 @@
"@sentry/browser": "^5.5.0",
"@sentry/integrations": "^5.5.0",
"axios": "^0.19.0",
"markdown-it": "^9.0.1",
"markdown-it": "^10.0.0",
"milligram": "^1.3.0",
"moment": "^2.20.1",
"node-vibrant": "^3.2.0-alpha",
@ -33,18 +33,18 @@
"babel-loader": "^8.0.0-beta.0",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^3.0.0",
"cross-env": "^5.1.3",
"cross-env": "^7.0.0",
"css-loader": "^3.0.0",
"eslint": "^6.0.1",
"eslint-loader": "^2.0.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-html": "^6.0.0",
"file-loader": "^4.0.0",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.7.0",
"image-webpack-loader": "^6.0.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.7.2",
"postcss-loader": "3",
"sass-loader": "^7.0.3",
"sass-loader": "^8.0.2",
"vue-loader": "^15.2.4",
"vue-template-compiler": "^2.5.13",
"webpack": "^4.12.0",

File diff suppressed because it is too large Load diff