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(
dialogContext,
).pop(); // Dismiss the dialog
prefs.remove("token");
prefs.clear();
setState(() {
_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",
"short_name": "qpay",
"name": "Velocity",
"short_name": "Velocity",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "A new Flutter project.",
"background_color": "#9D6711",
"theme_color": "#9D6711",
"description": "Payments... but faster",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
@@ -20,13 +20,13 @@
"type": "image/png"
},
{
"src": "icons/Icon-maskable-192.png",
"src": "icons/maskable_icon_x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/Icon-maskable-512.png",
"src": "icons/maskable_icon_x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"