diff --git a/front/apps/mobile/eas.json b/front/apps/mobile/eas.json index 65330ce4..772a47d3 100644 --- a/front/apps/mobile/eas.json +++ b/front/apps/mobile/eas.json @@ -8,10 +8,12 @@ "distribution": "internal", "env": { "APP_VARIANT": "development" - } + }, + "channel": "development" }, "preview": { - "distribution": "internal" + "distribution": "internal", + "channel": "preview" }, "production": { "channel": "prod", diff --git a/front/packages/ui/src/details/season.tsx b/front/packages/ui/src/details/season.tsx index 6ae3df88..d457bdd4 100644 --- a/front/packages/ui/src/details/season.tsx +++ b/front/packages/ui/src/details/season.tsx @@ -36,26 +36,26 @@ export const EpisodeList = ({ season: string | number; Header: ComponentType<{ children: JSX.Element }>; }) => { - return null; - // const { t } = useTranslation(); + const { t } = useTranslation(); - // return ( - // - // {(item) => ( - // - // )} - // - // ); + return ( + + {(item) => ( + + )} + + ); }; EpisodeList.query = (slug: string, season: string | number): QueryIdentifier => ({ diff --git a/front/packages/ui/src/navbar/index.tsx b/front/packages/ui/src/navbar/index.tsx index b3cfcb90..ebc7fcdb 100644 --- a/front/packages/ui/src/navbar/index.tsx +++ b/front/packages/ui/src/navbar/index.tsx @@ -97,7 +97,7 @@ export const NavbarProfile = () => { ); }; export const NavbarRight = () => { - const { css } = useYoshiki(); + const { css, theme } = useYoshiki(); const { t } = useTranslation(); const [isSearching, setSearch] = useState(false); const ref = useRef(null); @@ -121,6 +121,7 @@ export const NavbarRight = () => { {!searchExpanded && ( {