fix: icon button title
This commit is contained in:
parent
bd82308024
commit
0a3402ff43
@ -129,13 +129,13 @@ const ProxyGlobal = (props: Props) => {
|
|||||||
<MyLocationRounded />
|
<MyLocationRounded />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
|
|
||||||
<IconButton size="small" title="check" onClick={onCheckAll}>
|
<IconButton size="small" title="delay check" onClick={onCheckAll}>
|
||||||
<NetworkCheckRounded />
|
<NetworkCheckRounded />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
|
|
||||||
<IconButton
|
<IconButton
|
||||||
size="small"
|
size="small"
|
||||||
title="check"
|
title="proxy detail"
|
||||||
onClick={() => setShowType(!showType)}
|
onClick={() => setShowType(!showType)}
|
||||||
>
|
>
|
||||||
{showType ? <VisibilityRounded /> : <VisibilityOffRounded />}
|
{showType ? <VisibilityRounded /> : <VisibilityOffRounded />}
|
||||||
@ -143,7 +143,7 @@ const ProxyGlobal = (props: Props) => {
|
|||||||
|
|
||||||
<IconButton
|
<IconButton
|
||||||
size="small"
|
size="small"
|
||||||
title="check"
|
title="filter"
|
||||||
onClick={() => setShowFilter(!showFilter)}
|
onClick={() => setShowFilter(!showFilter)}
|
||||||
>
|
>
|
||||||
{showFilter ? <FilterAltRounded /> : <FilterAltOffRounded />}
|
{showFilter ? <FilterAltRounded /> : <FilterAltOffRounded />}
|
||||||
|
@ -154,13 +154,13 @@ const ProxyGroup = ({ group }: Props) => {
|
|||||||
<MyLocationRounded />
|
<MyLocationRounded />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
|
|
||||||
<IconButton size="small" title="check" onClick={onCheckAll}>
|
<IconButton size="small" title="delay check" onClick={onCheckAll}>
|
||||||
<NetworkCheckRounded />
|
<NetworkCheckRounded />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
|
|
||||||
<IconButton
|
<IconButton
|
||||||
size="small"
|
size="small"
|
||||||
title="check"
|
title="proxy detail"
|
||||||
onClick={() => setShowType(!showType)}
|
onClick={() => setShowType(!showType)}
|
||||||
>
|
>
|
||||||
{showType ? <VisibilityRounded /> : <VisibilityOffRounded />}
|
{showType ? <VisibilityRounded /> : <VisibilityOffRounded />}
|
||||||
@ -168,7 +168,7 @@ const ProxyGroup = ({ group }: Props) => {
|
|||||||
|
|
||||||
<IconButton
|
<IconButton
|
||||||
size="small"
|
size="small"
|
||||||
title="check"
|
title="filter"
|
||||||
onClick={() => setShowFilter(!showFilter)}
|
onClick={() => setShowFilter(!showFilter)}
|
||||||
>
|
>
|
||||||
{showFilter ? <FilterAltRounded /> : <FilterAltOffRounded />}
|
{showFilter ? <FilterAltRounded /> : <FilterAltOffRounded />}
|
||||||
@ -176,7 +176,6 @@ const ProxyGroup = ({ group }: Props) => {
|
|||||||
|
|
||||||
{showFilter && (
|
{showFilter && (
|
||||||
<TextField
|
<TextField
|
||||||
autoFocus
|
|
||||||
hiddenLabel
|
hiddenLabel
|
||||||
value={filterText}
|
value={filterText}
|
||||||
size="small"
|
size="small"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user