Polish startup loader and map fly-in
Build and deploy Flutter Web / build (push) Successful in 4m35s

This commit is contained in:
Ruslan Bakiev
2026-06-24 12:17:38 +07:00
parent 66ab3c2e0b
commit 6823b6d725
4 changed files with 121 additions and 77 deletions
+17 -3
View File
@@ -27,6 +27,21 @@
color: #F8EEFF !important;
}
#sw-loading .sw-logo-container {
margin-bottom: 0 !important;
}
#sw-loading .sw-logo-image {
border-radius: 50% !important;
box-shadow: 0 0 32px rgba(255, 45, 117, 0.34) !important;
}
#sw-loading .sw-title,
#sw-loading .sw-status,
#sw-loading .sw-percentage {
display: none !important;
}
html,
body {
background: #05030B;
@@ -95,11 +110,10 @@
data-sw-bootstrap
src="bootstrap.js"
data-config='{
"logo": "icons/Icon-192.png?v={{sw_version}}",
"title": "MapFlow",
"logo": "icons/mapflow-signal-spoon.svg?v={{sw_version}}",
"theme": "dark",
"color": "#FF2D75",
"showPercentage": true
"showPercentage": false
}'
></script>
</body>