mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Remove Chip filter list as it's not required right now
This commit is contained in:
parent
2bf4b93b50
commit
b8db1fb151
@ -109,8 +109,6 @@ export const BrowseSettings = ({
|
||||
}) => {
|
||||
const { css, theme } = useYoshiki();
|
||||
const { t } = useTranslation();
|
||||
const filters: string[] = [];
|
||||
// TODO: implement filters in the front.
|
||||
|
||||
return (
|
||||
<>
|
||||
@ -178,26 +176,6 @@ export const BrowseSettings = ({
|
||||
</Menu>
|
||||
</View>
|
||||
</View>
|
||||
<View
|
||||
{...css({
|
||||
flexDirection: "row-reverse",
|
||||
alignItems: "center",
|
||||
marginX: ts(4),
|
||||
marginY: ts(1),
|
||||
zIndex: 1,
|
||||
})}
|
||||
>
|
||||
{filters.length !== 0 && (
|
||||
<View {...css({ flexGrow: 1, flexDirection: "row", alignItems: "center" })}>
|
||||
{/*<Icon icon={Style} {...css({ marginX: ts(1) })} />*/}
|
||||
{filters.map((x) => (
|
||||
<div style={{paddingRight: ".25rem"}}>
|
||||
<Chip key={x} label={x} size={"small"} />
|
||||
</div>
|
||||
))}
|
||||
</View>
|
||||
)}
|
||||
</View>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user