Improve PWA experience (#359)

This commit is contained in:
Christopher Charbonneau Wells 2021-12-25 14:31:58 -05:00 committed by GitHub
parent c69fc603af
commit 8f6d0295f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 33 additions and 21 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

View File

@ -13,7 +13,9 @@
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
"lang": "en-US",
"start_url": "/",
"display": "standalone",
"theme_color": "#37abe9",
"background_color": "#212529"
}

View File

@ -6,19 +6,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta charset="utf-8" />
<title>{% block title %}{% endblock %} | Baby Buddy</title>
<link rel="apple-touch-icon" sizes="180x180" href="{% static "babybuddy/root/apple-touch-icon.png" %}?v=20211218" />
<link rel="apple-touch-startup-image" href="{% static "babybuddy/root/apple-touch-startup-image.png" %}?v=20211218" />
<link rel="icon" type="image/svg+xml" href="{% static "babybuddy/root/favicon.svg" %}?v=20210925" />
<link rel="manifest" href="{% static "babybuddy/root/site.webmanifest" %}?v=20211225" />
<link rel="mask-icon" href="{% static "babybuddy/root/safari-pinned-tab.svg" %}?v=20211218" color="#37abe9" />
<link rel="shortcut icon" href="{% static "babybuddy/root/favicon.ico" %}?v=20211218" />
<link rel="stylesheet" href="{% static "babybuddy/css/app.css" %}" />
<link rel="apple-touch-icon" sizes="180x180" href="{% static "babybuddy/root/apple-touch-icon.png" %}?v=20211218">
<link rel="icon" type="image/svg+xml" href="{% static "babybuddy/root/favicon.svg" %}?v=20210925">
<link rel="manifest" href="{% static "babybuddy/root/site.webmanifest" %}?v=20211218">
<link rel="mask-icon" href="{% static "babybuddy/root/safari-pinned-tab.svg" %}?v=20211218" color="#37abe9">
<link rel="shortcut icon" href="{% static "babybuddy/root/favicon.ico" %}?v=20211218">
<meta name="apple-mobile-web-app-title" content="Baby Buddy">
<meta name="application-name" content="Baby Buddy">
<meta name="msapplication-TileColor" content="#37abe9">
<meta name="theme-color" content="#ffffff">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Baby Buddy" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="application-name" content="Baby Buddy" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="msapplication-navbutton-color" content="#37abe9">
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#37abe9" />
<meta name="theme-color" content="#37abe9" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
</head>
<body>

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

View File

@ -13,7 +13,9 @@
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
"lang": "en-US",
"start_url": "/",
"display": "standalone",
"theme_color": "#37abe9",
"background_color": "#212529"
}

Binary file not shown.

View File

@ -13,7 +13,9 @@
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
"lang": "en-US",
"start_url": "/",
"display": "standalone",
"theme_color": "#37abe9",
"background_color": "#212529"
}

Binary file not shown.

File diff suppressed because one or more lines are too long