Skip to content

Commit c0704ff

Browse files
committed
Add screenshots and videos
1 parent cd665bf commit c0704ff

File tree

15 files changed

+45
-3
lines changed

15 files changed

+45
-3
lines changed

blog/2025-12-19-react-navigation-8.0-alpha.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: React Navigation 8.0 Alpha
33
authors: satya
4-
tags: [announcement]
4+
tags: [release, announcement]
55
---
66

77
import Tabs from '@theme/Tabs';
@@ -194,7 +194,7 @@ The new `pushParams` API makes this possible. You can now push an entry to the h
194194

195195
<video playsInline autoPlay muted loop data-landscape style={{ '--ifm-global-radius': '10px' }}>
196196

197-
<source src="/assets/blog/8.x/push-params.mp4" />
197+
<source src="/assets/actions/push-params.mp4" />
198198
</video>
199199

200200
This is especially important on the Web, where users expect that changing certain UI states should create a new history entry, so that they can use the browser back and forward buttons to navigate through these states.

src/css/custom.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,6 +1088,23 @@ code {
10881088
border-width: 1px;
10891089
}
10901090

1091+
.image-grid > p {
1092+
display: grid;
1093+
grid-template-columns: repeat(
1094+
auto-fill,
1095+
minmax(calc(var(--img-width, 50%) * 0.75), 1fr)
1096+
);
1097+
grid-auto-rows: auto;
1098+
gap: var(--ifm-spacing-horizontal);
1099+
margin: var(--ifm-leading) 0;
1100+
1101+
img {
1102+
height: auto;
1103+
border-radius: var(--ifm-global-radius);
1104+
margin: 0;
1105+
}
1106+
}
1107+
10911108
.feature-grid ul {
10921109
list-style: none;
10931110
padding-left: 0;
File renamed without changes.
146 KB
Binary file not shown.

static/assets/icons/sf-symbol.mp4

128 KB
Binary file not shown.
735 KB
Loading
734 KB
Loading
734 KB
Loading
734 KB
Loading

0 commit comments

Comments
 (0)