updating PWA design assets

This commit is contained in:
2025-11-27 00:32:35 +02:00
parent 8825075489
commit f707f6d135
8 changed files with 8 additions and 8 deletions

View File

@@ -197,7 +197,7 @@ class _HomeScreenState extends State<HomeScreen>
Navigator.of( Navigator.of(
dialogContext, dialogContext,
).pop(); // Dismiss the dialog ).pop(); // Dismiss the dialog
prefs.remove("token"); prefs.clear();
setState(() { setState(() {
_isLoggedIn = false; _isLoggedIn = false;
}); });

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@@ -1,11 +1,11 @@
{ {
"name": "qpay", "name": "Velocity",
"short_name": "qpay", "short_name": "Velocity",
"start_url": ".", "start_url": ".",
"display": "standalone", "display": "standalone",
"background_color": "#0175C2", "background_color": "#9D6711",
"theme_color": "#0175C2", "theme_color": "#9D6711",
"description": "A new Flutter project.", "description": "Payments... but faster",
"orientation": "portrait-primary", "orientation": "portrait-primary",
"prefer_related_applications": false, "prefer_related_applications": false,
"icons": [ "icons": [
@@ -20,13 +20,13 @@
"type": "image/png" "type": "image/png"
}, },
{ {
"src": "icons/Icon-maskable-192.png", "src": "icons/maskable_icon_x192.png",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png", "type": "image/png",
"purpose": "maskable" "purpose": "maskable"
}, },
{ {
"src": "icons/Icon-maskable-512.png", "src": "icons/maskable_icon_x512.png",
"sizes": "512x512", "sizes": "512x512",
"type": "image/png", "type": "image/png",
"purpose": "maskable" "purpose": "maskable"