Skip to content

Commit 933b145

Browse files
author
Titouan Thibaud
committed
Add demo video of the features
1 parent f75cd97 commit 933b145

6 files changed

Lines changed: 12 additions & 4 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
**/.idea/
1111
.DS_Store
1212
/build
13-
/doc
1413
/.kotlin/errors
1514
/captures
1615
.externalNativeBuild

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,18 @@ After that, opening a Treeherder URL such as `https://treeherder.mozilla.org/job
2525

2626
## Features
2727

28-
<video src="doc/tryfox-demo-jan-2026.mp4" controls muted playsinline width="720">
29-
Your browser does not support the video tag.
30-
</video>
28+
<table>
29+
<tr>
30+
<td align="center"><strong>Date Picking</strong></td>
31+
<td align="center"><strong>Treeherder Screen</strong></td>
32+
<td align="center"><strong>Deeplink</strong></td>
33+
</tr>
34+
<tr>
35+
<td align="center"><img src="doc/tryfox-date-picking.gif" alt="Date picking demo" width="220" /></td>
36+
<td align="center"><img src="doc/tryfox-treeherder.gif" alt="Treeherder screen demo" width="220" /></td>
37+
<td align="center"><img src="doc/tryfox-deeplink.gif" alt="Deeplink demo" width="220" /></td>
38+
</tr>
39+
</table>
3140

3241
- **Multi-Project Support**: Select from projects:
3342
- `try` (default)

doc/tryfox-date-picking.gif

566 KB
Loading

doc/tryfox-deeplink.gif

603 KB
Loading

doc/tryfox-demo-jan-2026.mp4

5.15 MB
Binary file not shown.

doc/tryfox-treeherder.gif

289 KB
Loading

0 commit comments

Comments
 (0)