Skip to content

Commit 851d2d1

Browse files
authored
Merge pull request #10213 from marmelab/feat/filterbutton/Update_screencast
[Doc] Update `<Filterbutton>`'s screencast
2 parents ce040b2 + bb59c7b commit 851d2d1

File tree

10 files changed

+2
-10
lines changed

10 files changed

+2
-10
lines changed

docs/Buttons.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,6 @@ However since we are in the context of a list, there is no `<RecordContext>` ava
621621
This button is an internal component used by react-admin in [the Filter button/form combo](./FilteringTutorial.md#the-filter-buttonform-combo).
622622

623623
<video controls autoplay playsinline muted loop>
624-
<source src="./img/list_filter.webm" type="video/webm"/>
625624
<source src="./img/list_filter.mp4" type="video/mp4"/>
626625
Your browser does not support the video tag.
627626
</video>

docs/Features.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,8 @@ In most admin and B2B apps, the most common task is to look for a record. React-
421421
<table><tbody>
422422
<tr style="border:none">
423423
<td style="width:50%;border:none;text-align:center">
424-
<a title="Filter Button/Form Combo" href="./img/list_filter.webm">
424+
<a title="Filter Button/Form Combo" href="./img/list_filter.mp4">
425425
<video controls autoplay playsinline muted loop>
426-
<source src="./img/list_filter.webm" type="video/webm"/>
427426
<source src="./img/list_filter.mp4" type="video/mp4"/>
428427
Your browser does not support the video tag.
429428
</video>

docs/FilterButton.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ title: "The FilterButton Component"
88
Part of the filter button/form combo, `<FilterButton>` renders whenever you use the `<List filters>` prop. When clicked, it reveals a dropdown of filter names, allowing users to add a new filter input to the filter form.
99

1010
<video controls autoplay playsinline muted loop>
11-
<source src="./img/list_filter.webm" type="video/webm"/>
1211
<source src="./img/list_filter.mp4" type="video/mp4"/>
1312
Your browser does not support the video tag.
1413
</video>

docs/FilterForm.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ title: "The FilterForm Component"
88
Part of the filter button/form combo, `<FilterForm>` renders whenever you use the `<List filters>` prop. It renders the filter inputs that are `alwaysOn`, and the ones that were enabled by the user by using the `<FilterButton>`. The `<FilterForm>` has no submit button: it modifies the list filters as the user types in the form (with a debounce to avoid too many requests).
99

1010
<video controls autoplay playsinline muted loop>
11-
<source src="./img/list_filter.webm" type="video/webm"/>
1211
<source src="./img/list_filter.mp4" type="video/mp4"/>
1312
Your browser does not support the video tag.
1413
</video>

docs/FilteringTutorial.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ One of the most important features of the List page is the ability to filter the
1212
<table><tbody>
1313
<tr style="border:none">
1414
<td style="width:50%;border:none;text-align:center">
15-
<a title="Filter Button/Form Combo" href="./img/list_filter.webm">
15+
<a title="Filter Button/Form Combo" href="./img/list_filter.mp4">
1616
<video controls autoplay playsinline muted loop>
17-
<source src="./img/list_filter.webm" type="video/webm"/>
1817
<source src="./img/list_filter.mp4" type="video/mp4"/>
1918
Your browser does not support the video tag.
2019
</video>
@@ -57,7 +56,6 @@ React-admin offers 4 different ways to filter the list. Depending on the type of
5756
## The Filter Button/Form Combo
5857

5958
<video controls autoplay playsinline muted loop>
60-
<source src="./img/list_filter.webm" type="video/webm"/>
6159
<source src="./img/list_filter.mp4" type="video/mp4"/>
6260
Your browser does not support the video tag.
6361
</video>

docs/List.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,6 @@ const CommentList = () => (
678678
## `filters`: Filter Inputs
679679

680680
<video controls autoplay playsinline muted loop>
681-
<source src="./img/list_filter.webm" type="video/webm"/>
682681
<source src="./img/list_filter.mp4" type="video/mp4"/>
683682
Your browser does not support the video tag.
684683
</video>

docs/ListTutorial.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,6 @@ React-admin provides 2 possible UIs for filters, and lets your own if they're no
640640
The first filter UI is called "the Filer/Form Combo".
641641

642642
<video controls autoplay playsinline muted loop>
643-
<source src="./img/list_filter.webm" type="video/webm"/>
644643
<source src="./img/list_filter.mp4" type="video/mp4"/>
645644
Your browser does not support the video tag.
646645
</video>

docs/img/list_filter.gif

-527 KB
Binary file not shown.

docs/img/list_filter.mp4

479 KB
Binary file not shown.

docs/img/list_filter.webm

-264 KB
Binary file not shown.

0 commit comments

Comments
 (0)