feat:-Added a delete all filters action and added title to the add filter a… (#27332)

### changes

1. A small action added to delete all filters, it can be useful to
delete when someone has a bunch of them rather than clicking on them
selectively.

2.There was no title on the `add filter` button so added the same

https://github.com/facebook/react/assets/72331432/af6c0725-05b6-4f46-b8c9-8079bd933a8e

review @hoxyq

---------

Co-authored-by: BIKI DAS <bikidas@BIKIs-MacBook-Pro.local>
Co-authored-by: Ruslan Lesiutin <rdlesyutin@gmail.com>

DiffTrain build for commit https://github.com/facebook/react/commit/a3743b2e444d2198972b190a9d97c3edcf370414.
This commit is contained in:
hoxyq
2023-09-20 09:31:56 +00:00
co-authored by BIKI DAS Ruslan Lesiutin
parent 95d14f5f28
commit 8ba46ff30f
7 changed files with 9 additions and 9 deletions
@@ -23998,7 +23998,7 @@ function createFiberRoot(
return root;
}
var ReactVersion = "18.3.0-canary-2807d781a-20230918";
var ReactVersion = "18.3.0-canary-a3743b2e4-20230920";
// Might add PROFILE later.
@@ -8620,7 +8620,7 @@ var devToolsConfig$jscomp$inline_1028 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-2807d781a-20230918",
version: "18.3.0-canary-a3743b2e4-20230920",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1227 = {
@@ -8651,7 +8651,7 @@ var internals$jscomp$inline_1227 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-2807d781a-20230918"
reconcilerVersion: "18.3.0-canary-a3743b2e4-20230920"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1228 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -9046,7 +9046,7 @@ var devToolsConfig$jscomp$inline_1070 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-2807d781a-20230918",
version: "18.3.0-canary-a3743b2e4-20230920",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1268 = {
@@ -9077,7 +9077,7 @@ var internals$jscomp$inline_1268 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-2807d781a-20230918"
reconcilerVersion: "18.3.0-canary-a3743b2e4-20230920"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1269 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -27,7 +27,7 @@ if (
}
"use strict";
var ReactVersion = "18.3.0-canary-2807d781a-20230918";
var ReactVersion = "18.3.0-canary-a3743b2e4-20230920";
// ATTENTION
// When adding new symbols to this file,
@@ -616,4 +616,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-2807d781a-20230918";
exports.version = "18.3.0-canary-a3743b2e4-20230920";
@@ -619,7 +619,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-2807d781a-20230918";
exports.version = "18.3.0-canary-a3743b2e4-20230920";
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
if (
@@ -1 +1 @@
2807d781a08db8e9873687fccc25c0f12b4fb3d4
a3743b2e444d2198972b190a9d97c3edcf370414