Fix progress bar colours
This commit is contained in:
parent
b9f8d536b5
commit
b4676c11fb
13 changed files with 1244 additions and 1244 deletions
|
@ -1,19 +1,19 @@
|
|||
const CACHE_NAME = 'static-cache-v22';
|
||||
const CACHE_NAME = 'static-cache-v23';
|
||||
const FILES_TO_CACHE = [
|
||||
'/favicon.ico',
|
||||
'/offline.html',
|
||||
'/static/v22/css/light.min.css',
|
||||
'/static/v22/css/dark.min.css',
|
||||
'/static/v22/css/material-icons.css',
|
||||
'/static/v22/css/local.css',
|
||||
'/static/v22/fonts/MaterialIcons-Regular.woff2',
|
||||
'/static/v22/fonts/MaterialIcons-Regular.woff',
|
||||
'/static/v22/fonts/MaterialIcons-Regular.ttf',
|
||||
'/static/v22/js/jquery-3.4.1.min.js',
|
||||
'/static/v22/js/materialize.min.js',
|
||||
'/static/v22/js/travelynx-actions.min.js',
|
||||
'/static/v22/js/autocomplete.min.js',
|
||||
'/static/v22/js/geolocation.min.js',
|
||||
'/static/v23/css/light.min.css',
|
||||
'/static/v23/css/dark.min.css',
|
||||
'/static/v23/css/material-icons.css',
|
||||
'/static/v23/css/local.css',
|
||||
'/static/v23/fonts/MaterialIcons-Regular.woff2',
|
||||
'/static/v23/fonts/MaterialIcons-Regular.woff',
|
||||
'/static/v23/fonts/MaterialIcons-Regular.ttf',
|
||||
'/static/v23/js/jquery-3.4.1.min.js',
|
||||
'/static/v23/js/materialize.min.js',
|
||||
'/static/v23/js/travelynx-actions.min.js',
|
||||
'/static/v23/js/autocomplete.min.js',
|
||||
'/static/v23/js/geolocation.min.js',
|
||||
];
|
||||
|
||||
self.addEventListener('install', (evt) => {
|
||||
|
|
2
public/static/css/dark.min.css
vendored
2
public/static/css/dark.min.css
vendored
File diff suppressed because one or more lines are too long
2
public/static/css/light.min.css
vendored
2
public/static/css/light.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2,12 +2,12 @@
|
|||
font-family: 'Material Icons';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(/static/v22/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
|
||||
src: url(/static/v23/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
|
||||
src: local('Material Icons'),
|
||||
local('MaterialIcons-Regular'),
|
||||
url(/static/v22/fonts/MaterialIcons-Regular.woff2) format('woff2'),
|
||||
url(/static/v22/fonts/MaterialIcons-Regular.woff) format('woff'),
|
||||
url(/static/v22/fonts/MaterialIcons-Regular.ttf) format('truetype');
|
||||
url(/static/v23/fonts/MaterialIcons-Regular.woff2) format('woff2'),
|
||||
url(/static/v23/fonts/MaterialIcons-Regular.woff) format('woff'),
|
||||
url(/static/v23/fonts/MaterialIcons-Regular.ttf) format('truetype');
|
||||
}
|
||||
|
||||
.material-icons {
|
||||
|
|
BIN
public/static/icons/travelynx.png
Normal file
BIN
public/static/icons/travelynx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
|
@ -3,27 +3,27 @@
|
|||
"short_name": "Travelynx",
|
||||
"scope": "/",
|
||||
"icons": [{
|
||||
"src": "/static/v22/icons/icon-128x128.png",
|
||||
"src": "/static/v23/icons/icon-128x128.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "/static/v22/icons/icon-144x144.png",
|
||||
"src": "/static/v23/icons/icon-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "/static/v22/icons/icon-152x152.png",
|
||||
"src": "/static/v23/icons/icon-152x152.png",
|
||||
"sizes": "152x152",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "/static/v22/icons/icon-192x192.png",
|
||||
"src": "/static/v23/icons/icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "/static/v22/icons/icon-256x256.png",
|
||||
"src": "/static/v23/icons/icon-256x256.png",
|
||||
"sizes": "256x256",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "/static/v22/icons/icon-512x512.png",
|
||||
"src": "/static/v23/icons/icon-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}],
|
||||
|
|
2418
sass/package-lock.json
generated
2418
sass/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -3,10 +3,10 @@
|
|||
@import '../../node_modules/materialize-css/sass/materialize.scss';
|
||||
@import '../common/index.scss';
|
||||
|
||||
.progress.travel-progress {
|
||||
background-color: color('purple', 'lighten-1');
|
||||
.progress {
|
||||
background-color: color('grey', 'darken-3');
|
||||
& > .determinate {
|
||||
background-color: color('purple', 'darken-1');
|
||||
background-color: color('blue', 'base');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
@import '../../node_modules/materialize-css/sass/materialize.scss';
|
||||
@import '../common/index.scss';
|
||||
|
||||
.progress.travel-progress {
|
||||
background-color: color('purple', 'lighten-4');
|
||||
.progress {
|
||||
background-color: color('grey', 'lighten-2');
|
||||
& > .determinate {
|
||||
background-color: color('purple', 'darken-3');
|
||||
background-color: color('blue', 'base');
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
Ankunft in mehr als zwei Stunden
|
||||
% }
|
||||
</div>
|
||||
<div class="progress " style="height: 1ex;">
|
||||
<div class="progress" style="height: 1ex;">
|
||||
<div class="determinate" style="width: <%= sprintf('%.2f', 100 * ($journey->{journey_completion} // 0)); %>%;"></div>
|
||||
</div>
|
||||
</p>
|
||||
|
|
|
@ -33,8 +33,8 @@
|
|||
Ankunft in mehr als zwei Stunden
|
||||
% }
|
||||
</div>
|
||||
<div class="progress grey lighten-3" style="height: 1ex;">
|
||||
<div class="determinate blue" style="width: <%= sprintf('%.2f', 100 * ($journey->{journey_completion} // 0)); %>%;"></div>
|
||||
<div class="progress" style="height: 1ex;">
|
||||
<div class="determinate" style="width: <%= sprintf('%.2f', 100 * ($journey->{journey_completion} // 0)); %>%;"></div>
|
||||
</div>
|
||||
</p>
|
||||
<p>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta name="apple-mobile-web-app-title" content="Travelynx">
|
||||
% my $av = 'v22'; # asset version
|
||||
% my $av = 'v23'; # asset version
|
||||
<link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-16x16.png" sizes="16x16">
|
||||
<link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-96x96.png" sizes="96x96">
|
||||
|
|
Loading…
Reference in a new issue