mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-03 05:34:23 -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 { useTranslation } from "react-i18next";
|
||||||
import MoreVert from "@material-symbols/svg-400/rounded/more_vert.svg";
|
import MoreVert from "@material-symbols/svg-400/rounded/more_vert.svg";
|
||||||
import Info from "@material-symbols/svg-400/rounded/info.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 Download from "@material-symbols/svg-400/rounded/download.svg";
|
||||||
import { WatchStatusV, queryFn, useAccount } from "@kyoo/models";
|
import { WatchStatusV, queryFn, useAccount } from "@kyoo/models";
|
||||||
import { useMutation, useQueryClient } from "@tanstack/react-query";
|
import { useMutation, useQueryClient } from "@tanstack/react-query";
|
||||||
@ -106,7 +107,7 @@ export const EpisodesContext = ({
|
|||||||
/>
|
/>
|
||||||
<Menu.Item
|
<Menu.Item
|
||||||
label={t("home.episodeMore.mediainfo")}
|
label={t("home.episodeMore.mediainfo")}
|
||||||
icon={Info}
|
icon={MovieInfo}
|
||||||
onSelect={() =>
|
onSelect={() =>
|
||||||
setPopup(
|
setPopup(
|
||||||
<MediaInfoPopup
|
<MediaInfoPopup
|
||||||
|
@ -51,7 +51,7 @@ import {
|
|||||||
} from "@kyoo/primitives";
|
} from "@kyoo/primitives";
|
||||||
import { Fragment, ReactElement, useState } from "react";
|
import { Fragment, ReactElement, useState } from "react";
|
||||||
import { useTranslation } from "react-i18next";
|
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 { ImageStyle, Platform, View } from "react-native";
|
||||||
import {
|
import {
|
||||||
Theme,
|
Theme,
|
||||||
@ -255,7 +255,7 @@ export const TitleLine = ({
|
|||||||
)}
|
)}
|
||||||
{type === "movie" && (
|
{type === "movie" && (
|
||||||
<IconButton
|
<IconButton
|
||||||
icon={Info}
|
icon={MovieInfo}
|
||||||
onPress={() =>
|
onPress={() =>
|
||||||
slug &&
|
slug &&
|
||||||
setPopup(
|
setPopup(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user