{ page = 'home' }} _page='home' text='Home' {page} let:active>
{ page = 'search' }} _page='search' text='Search' {page} let:active>
{ page = 'schedule' }} _page='schedule' icon='schedule' text='Schedule' {page} let:active>
{#if $media?.media}
{ $view = $media.media }} icon='queue_music' text='Now Playing' {page} let:active>
{/if}
{ page = 'watchtogether' }} _page='watchtogether' icon='groups' text='Watch Together' {page} let:active>
{ IPC.emit('open', 'https://github.com/sponsors/ThaUnknown/') }} icon='favorite' text='Support This App' css='mt-auto' {page} let:active>
{#if updateState === 'downloading'}
{ toast('Update is downloading...') }} icon='download' text='Update Downloading...' {page} let:active>
{:else if updateState === 'ready'}
{ IPC.emit('quit-and-install') }} icon='download' text='Update Ready!' {page} let:active>
{/if}
{ page = 'settings' }} _page='settings' icon='settings' text='Settings' {page} let:active>