Skip to content

Commit 3c90afd

Browse files
committedFeb 25, 2025·
fix(material-angular-io): update site images (#30543)
The site images, e.g. when linking the docs site on social media, were still using the M2 appearance. These changes update the images and delete some unnecessary ones. (cherry picked from commit 459cfb9)
1 parent 81aa285 commit 3c90afd

20 files changed

+15
-46
lines changed
 

‎material.angular.io/scenes/src/app/scene-viewer/scene-viewer.scss

+1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ app-scene-viewer {
1313
top: 0;
1414
height: 100%;
1515
width: 100%;
16+
pointer-events: none;
1617
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

‎material.angular.io/src/assets/img/favicons/browserconfig.xml

-9
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

‎material.angular.io/src/assets/img/favicons/manifest.json

-20
This file was deleted.
Binary file not shown.

‎material.angular.io/src/assets/img/favicons/safari-pinned-tab.svg

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "Angular Material",
3+
"short_name": "Angular Material",
4+
"theme_color": "#FFFFFF",
5+
"background_color": "#d7e3ff",
6+
"start_url": "/",
7+
"display": "standalone",
8+
"icons": []
9+
}
Loading
Loading
Loading
Loading

‎material.angular.io/src/favicon.ico

-14.7 KB
Binary file not shown.

‎material.angular.io/src/index.html

+4-15
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en-US">
33
<head>
44
<meta charset="utf-8">
5-
<title>Angular Material UI component library</title>
5+
<title>Angular Material UI Component Library</title>
66
<link rel="canonical" href="https://material.angular.io">
77
<base href="/">
88

@@ -36,14 +36,8 @@
3636
<meta property="og:image:width" content="1339" />
3737
<meta property="og:image:height" content="943" />
3838

39-
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicons/apple-touch-icon.png?v=8.2.3">
40-
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicons/favicon-32x32.png?v=8.2.3">
41-
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicons/favicon-16x16.png?v=8.2.3">
42-
<link rel="manifest" href="assets/img/favicons/manifest.json?v=8.2.3">
43-
<link rel="mask-icon" href="assets/img/favicons/safari-pinned-tab.svg?v=8.2.3" color="#d7e3ff">
44-
<link rel="shortcut icon" href="assets/img/favicons/favicon.ico?v=8.2.3">
45-
<meta name="msapplication-TileColor" content="#d7e3ff">
46-
<meta name="msapplication-config" content="assets/img/favicons/browserconfig.xml?v=8.2.3">
39+
<link rel="manifest" href="assets/img/manifest.json?v=19.1.0">
40+
<link rel="shortcut icon" href="assets/img/favicon.ico?v=19.1.0">
4741
<meta name="theme-color" content="#d7e3ff">
4842

4943
<link rel="preconnect" href="https://fonts.gstatic.com">
@@ -68,7 +62,7 @@
6862
"@type": "Organization",
6963
"name": "Angular",
7064
"description": "Angular is a platform for building mobile and desktop web applications. Join the community of millions of developers who build compelling user interfaces with Angular.",
71-
"url": "https://angular.io",
65+
"url": "https://angular.dev",
7266
"logo": "https://angular.io/assets/images/logos/angular/angular.svg"
7367
}
7468
}
@@ -93,10 +87,5 @@
9387
m.parentNode.insertBefore(a,m)
9488
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
9589
</script>
96-
<script>
97-
// This hides the address bar on mobile browsers
98-
// https://developers.google.com/web/fundamentals/native-hardware/fullscreen/
99-
window.addEventListener('load', function() { window.scrollTo(0, 1); });
100-
</script>
10190
</body>
10291
</html>

‎material.angular.io/tools/audit-docs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const MIN_SCORES_PER_PAGE = [
5252
{
5353
url: '',
5454
minScores: {
55-
pwa: 75,
55+
pwa: 0,
5656
performance: 25, // Intentionally low because Ligthouse is flaky.
5757
seo: 90,
5858
'best-practices': 90,

0 commit comments

Comments
 (0)
Please sign in to comment.