You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: M3 design enhancements, SEO improvements, JS bug fixes
Website improvements inspired by m3.material.io:
- Fix mouse tracking for CSS ripple effect (--mouse-x/--mouse-y)
- Fix visibility change handler (pause gallery on tab hide)
- Add keyboard accessibility to platform badges
- M3 chip-style navigation for tabs
- Gradient text and glass-morphism fallbacks
- M3 focus-visible states for all interactive elements
- Animated hero gradient background
- Enhanced CTA buttons with M3 filled/tonal variants
- Subtle dot pattern background for content area
- Preload critical resources (fonts, scripts)
- Add og:image dimensions and alt text
- DNS prefetch for Google Tag Manager
- Enhanced llms.txt with all 26+ node types and MCP setup
- PWA manifest: add categories and IARC rating
https://claude.ai/code/session_013iRhSyfUopvUfTTWzfarg7
Copy file name to clipboardExpand all lines: index.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@
18
18
<metaproperty="og:description" content="Build stunning 3D scenes and augmented reality experiences with Compose. 26+ node types, physics, dynamic sky, fog, reflections. Powered by Google Filament.">
19
19
<metaproperty="og:site_name" content="SceneView">
20
20
<metaproperty="og:locale" content="en_US">
21
+
<metaproperty="og:image:width" content="1200">
22
+
<metaproperty="og:image:height" content="630">
23
+
<metaproperty="og:image:alt" content="SceneView - 3D & AR SDK for Android with Jetpack Compose">
Copy file name to clipboardExpand all lines: manifest.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "SceneView — 3D & AR SDK for Android",
3
3
"short_name": "SceneView",
4
-
"description": "The #1 open-source 3D & AR SDK for Android. Compose-native scenes powered by Google Filament and ARCore. 22+ node types, physics, AR, and AI-assisted development.",
4
+
"description": "The #1 open-source 3D & AR SDK for Android. Compose-native scenes powered by Google Filament and ARCore. 26+ node types, physics, AR, and AI-assisted development.",
0 commit comments