mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Front: Use another icon for mediainfo
This commit is contained in:
parent
aea6253094
commit
4430450431
@ -23,6 +23,7 @@ import { ComponentProps, ReactElement, useEffect, useState } from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import MoreVert from "@material-symbols/svg-400/rounded/more_vert.svg";
|
||||
import Info from "@material-symbols/svg-400/rounded/info.svg";
|
||||
import MovieInfo from "@material-symbols/svg-400/rounded/movie_info.svg";
|
||||
import Download from "@material-symbols/svg-400/rounded/download.svg";
|
||||
import { WatchStatusV, queryFn, useAccount } from "@kyoo/models";
|
||||
import { useMutation, useQueryClient } from "@tanstack/react-query";
|
||||
@ -106,7 +107,7 @@ export const EpisodesContext = ({
|
||||
/>
|
||||
<Menu.Item
|
||||
label={t("home.episodeMore.mediainfo")}
|
||||
icon={Info}
|
||||
icon={MovieInfo}
|
||||
onSelect={() =>
|
||||
setPopup(
|
||||
<MediaInfoPopup
|
||||
|
@ -51,7 +51,7 @@ import {
|
||||
} from "@kyoo/primitives";
|
||||
import { Fragment, ReactElement, useState } from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import Info from "@material-symbols/svg-400/rounded/info.svg";
|
||||
import MovieInfo from "@material-symbols/svg-400/rounded/movie_info.svg";
|
||||
import { ImageStyle, Platform, View } from "react-native";
|
||||
import {
|
||||
Theme,
|
||||
@ -255,7 +255,7 @@ export const TitleLine = ({
|
||||
)}
|
||||
{type === "movie" && (
|
||||
<IconButton
|
||||
icon={Info}
|
||||
icon={MovieInfo}
|
||||
onPress={() =>
|
||||
slug &&
|
||||
setPopup(
|
||||
|
Loading…
x
Reference in New Issue
Block a user