{appState.appLoading ? (
) : (
)}
{online && (
)}
{!online && !appState.appLoading && (
setShowNotifyModal(true)}
onFollowClick={() => setShowFollowModal(true)}
className={styles.topSectionElement}
/>
)}
{isStreamLive ? (
) : (
)}
{!isMobile && (
{externalActionButtons}
{supportFediverseFeatures && (
setShowFollowModal(true)} />
)}
{supportsBrowserNotifications && (
setShowNotifyModal(true)}
notificationClosed={() => disableNotifyReminderPopup()}
>
setShowNotifyModal(true)} />
)}
)}
disableNotifyReminderPopup()}
handleCancel={() => disableNotifyReminderPopup()}
>
{isMobile ? (
setShowNotifyModal(true)}
followItemSelected={() => setShowFollowModal(true)}
externalActionSelected={externalActionSelected}
/>
) : (
)}
{!isMobile && }