1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add remote play menu to experimental layout

This commit is contained in:
Bill Thornton 2022-11-28 16:39:13 -05:00
parent 4397e4c724
commit 7ca3fcb8eb
7 changed files with 425 additions and 1 deletions

View file

@ -15,6 +15,7 @@ import globalize from 'scripts/globalize';
import AppTabs from '../tabs/AppTabs';
import { isDrawerPath } from '../drawers/AppDrawer';
import UserMenuButton from './UserMenuButton';
import RemotePlayButton from './RemotePlayButton';
interface AppToolbarProps {
isDrawerOpen: boolean
@ -89,6 +90,8 @@ const AppToolbar: FC<AppToolbarProps> = ({
{isUserLoggedIn && (
<>
<Box sx={{ display: 'flex', flexGrow: 1, justifyContent: 'flex-end' }}>
<RemotePlayButton />
<Tooltip title={globalize.translate('Search')}>
<IconButton
size='large'